1830212 Members
1435 Online
109999 Solutions
New Discussion

Re: executable stack

 
Greg Wooden
Occasional Contributor

executable stack

Does having executable stack disabled afford any protection against the various "buffer overflow" alerts that regularly come out of CERT? For example, the latest alert for CDE, HPSBUX0311-297 - SSRT3657 rev.3 CDE libDtHelp
.

Thanks.

Greg
2 REPLIES 2
Sundar_7
Honored Contributor

Re: executable stack

Yes I believe so.

But it is available only in 11i v 1 and above.

Completely disabling it may render some of the applications unusable that require stack to be executable.

You can use +es option with chatr to selectively enable the stack execution capablity.
Learn What to do ,How to do and more importantly When to do ?
A. Clay Stephenson
Acclaimed Contributor

Re: executable stack

I've had executable_stack set to zero for some time with no ill effects. Do a Google search on "stack smashing" to see why this is a good thing to set.
If it ain't broke, I can fix that.