Check: GEN003540
Solaris 9 X86 STIG:
GEN003540
(in version v1 r9)
Title
The system must implement non-executable program stacks. (Cat II impact)
Discussion
A common type of exploit is the stack buffer overflow. An application receives, from an attacker, more data than it is prepared for and stores this information on its stack, writing beyond the space reserved for it. This can be designed to cause execution of the data written on the stack. One mechanism to mitigate this vulnerability is for the system to not allow the execution of instructions in sections of memory identified as part of the stack.
Check Content
Determine if the system implements non-executable program stacks. # grep noexec_user_stack /etc/system If the noexec_user_stack is not set to 1, this is a finding.
Fix Text
Edit /etc/system and set the noexec_user_stack parameter to 1. Restart the system for the setting to take effect.
Additional Identifiers
Rule ID: SV-27412r1_rule
Vulnerability ID: V-11999
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |