<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kernel Parameter executable_stack in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456658#M661920</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Oracle 9.2.0 has a number of pre-installation kernel parameters. These must be complied with prior to installation.&lt;BR /&gt;&lt;BR /&gt;They and the Oracle recommended patch list are on &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't see an OS listed in your post, but the patch list looks a little short compared to what I installed to get that version working on HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 09 Jul 2009 13:57:27 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-07-09T13:57:27Z</dc:date>
    <item>
      <title>Kernel Parameter executable_stack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456656#M661918</link>
      <description>Curently all our application is running on Oracle 9i (9.2.0) and application is up and running.&lt;BR /&gt;&lt;BR /&gt;As per the pre-requiste script for Oracle 10g  we have to install HP &lt;BR /&gt;UX patched and set Kernel parameter executable_stack to 0.&lt;BR /&gt;List of Patches&lt;BR /&gt;PHNE_31097&lt;BR /&gt;PHSS_31221&lt;BR /&gt;PHSS_30970&lt;BR /&gt;PHSS_32508&lt;BR /&gt;PHSS_32509&lt;BR /&gt;PHSS_32510&lt;BR /&gt;&lt;BR /&gt;I have installed all above patches and set kernel parameter toexecutable_stack to 0 but my application is still in Oracle 9i and my database is Oracle 9i.&lt;BR /&gt;&lt;BR /&gt;My code is not executing anything on stack.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bhushan</description>
      <pubDate>Thu, 09 Jul 2009 13:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456656#M661918</guid>
      <dc:creator>LeoThe13th</dc:creator>
      <dc:date>2009-07-09T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter executable_stack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456657#M661919</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; My code is not executing anything on stack.&lt;BR /&gt;&lt;BR /&gt;And with the kernel parameter set to 0 it won't be allowed to do so.  This is the purpose; to defeat malicious, arbitrary "stack-smashing" or buffer overflow attacks.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 13:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456657#M661919</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-09T13:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter executable_stack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456658#M661920</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Oracle 9.2.0 has a number of pre-installation kernel parameters. These must be complied with prior to installation.&lt;BR /&gt;&lt;BR /&gt;They and the Oracle recommended patch list are on &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't see an OS listed in your post, but the patch list looks a little short compared to what I installed to get that version working on HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Jul 2009 13:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456658#M661920</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-09T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter executable_stack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456659#M661921</link>
      <description>I want to say that...my C code is not using any kind of stack programing.&lt;BR /&gt;&lt;BR /&gt;SO my question is &lt;BR /&gt;Above patches and Kernel parameter is set to 0 and my application on oracle 9i and HP UX 11.11 will work fine or not?</description>
      <pubDate>Thu, 09 Jul 2009 14:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456659#M661921</guid>
      <dc:creator>LeoThe13th</dc:creator>
      <dc:date>2009-07-09T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameter executable_stack</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456660#M661922</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; want to say that...my C code is not using any kind of stack programing.&lt;BR /&gt;&lt;BR /&gt;You really mean that your code isn't attempting to exploit a buffer overflow.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SO my question is &lt;BR /&gt;Above patches and Kernel parameter is set to 0 and my application on oracle 9i and HP UX 11.11 will work fine or not?&lt;BR /&gt;&lt;BR /&gt;Yes.  If you are truly concerned you could set the 'executable_stack' parameter to two (2) which will allow potentially malicious code to run but log events in the 'dmesg' buffer.  This would be overkill in my opinion.  Stay with the value of zero (0).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 09 Jul 2009 14:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter-executable-stack/m-p/4456660#M661922</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-09T14:10:55Z</dc:date>
    </item>
  </channel>
</rss>

