diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-09-15 23:57:52 +0800 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-09-15 23:57:52 +0800 |
commit | 7c6d4ff4c15421f9007be963fa88bdadd6591a38 (patch) | |
tree | a7867fd8c3da2a752507e354f396a41c1dae74d9 /security | |
parent | bd41501817a48c855f9209087befd28e1cb1873b (diff) | |
download | freebsd-ports-gnome-7c6d4ff4c15421f9007be963fa88bdadd6591a38.tar.gz freebsd-ports-gnome-7c6d4ff4c15421f9007be963fa88bdadd6591a38.tar.zst freebsd-ports-gnome-7c6d4ff4c15421f9007be963fa88bdadd6591a38.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> |