From: Jim Jagielski Date: Thu, 5 Jul 2007 16:21:14 +0000 (+0000) Subject: Note pid table changes: SECURITY: CVE-2007-3304 (cve.mitre.org) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e96c8ffb99a835ea46a3a3b5d09cfcbcffb77f9;p=thirdparty%2Fapache%2Fhttpd.git Note pid table changes: SECURITY: CVE-2007-3304 (cve.mitre.org) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@553551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 3358272ff5d..b2c21c2588e 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,6 +1,9 @@ Changes with Apache 1.3.38 - + *) SECURITY: CVE-2007-3304 (cve.mitre.org) + Ensure that the parent process cannot be forced to kill non-child + processes by checking scoreboard PID data with parent process + privately stored PID data. [Jim Jagielski] Changes with Apache 1.3.37