diff options
author | nectar <nectar@FreeBSD.org> | 2004-09-15 23:57:52 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-09-15 23:57:52 +0800 |
commit | 9e97e362ee882db3901236e71a4442d4d4443873 (patch) | |
tree | c3779aa86f92ed77faec84f453b6bd41d908517f /security | |
parent | dd727f5435df0d1cb8875ab6b0e0a4bd7272d4da (diff) | |
download | freebsd-ports-gnome-9e97e362ee882db3901236e71a4442d4d4443873.tar.gz freebsd-ports-gnome-9e97e362ee882db3901236e71a4442d4d4443873.tar.zst freebsd-ports-gnome-9e97e362ee882db3901236e71a4442d4d4443873.zip |
Note Apache 2 IPv6 address parsing bug.
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9df4b52567c1..9e70d3ba4961 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,34 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="762d1c6d-0722-11d9-b45d-000c41e2cdad"> + <topic>apache --- apr_uri_parse IPv6 address handling vulnerability</topic> + <affects> + <package> + <name>apache</name> + <range><ge>2.0</ge><lt>2.0.51</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Apache Software Foundation Security Team discovered a + programming error in the apr-util library function apr_uri_parse. + When parsing IPv6 literal addresses, it is possible that a + length is incorrectly calculated to be negative, and this + value is passed to memcpy. This may result in an exploitable + vulnerability on some platforms, including FreeBSD.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0786</cvename> + <url>http://httpd.apache.org</url> + </references> + <dates> + <discovery>2004-09-15</discovery> + <entry>2004-09-15</entry> + </dates> + </vuln> + <vuln vid="ef253f8b-0727-11d9-b45d-000c41e2cdad"> <topic>xpm --- image decoding vulnerabilities</topic> <affects> |