diff options
author | remko <remko@FreeBSD.org> | 2006-12-20 04:33:36 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-12-20 04:33:36 +0800 |
commit | 52397e0e6f38c6b006864fbeaa4001a3fbabeee2 (patch) | |
tree | bd6917c0f42c18e668c3bd210f6fbbb066b794ab | |
parent | 2f6e98dbd27c0699797b0a97eb8fa430e1e3122c (diff) | |
download | freebsd-ports-gnome-52397e0e6f38c6b006864fbeaa4001a3fbabeee2.tar.gz freebsd-ports-gnome-52397e0e6f38c6b006864fbeaa4001a3fbabeee2.tar.zst freebsd-ports-gnome-52397e0e6f38c6b006864fbeaa4001a3fbabeee2.zip |
Document gzip -- multiple vulnerabilities, this is FreeBSD-SA06:21.gzip
-rw-r--r-- | security/vuxml/vuln.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 86038efaa46c..1d4c8bae3821 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,54 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="11a84092-8f9f-11db-ab33-000e0c2e438a"> + <topic>gzip -- multiple vulnerabilities</topic> + <affects> + <system> + <name>FreeBSD</name> + <range><gt>6.1</gt><lt>6.1_7</lt></range> + <range><gt>6.0</gt><lt>6.0_12</lt></range> + <range><gt>5.5</gt><lt>5.5_5</lt></range> + <range><gt>5.4</gt><lt>5.4_19</lt></range> + <range><gt>5.3</gt><lt>5.3_34</lt></range> + <range><lt>4.11_22</lt></range> + </system> + <package> + <name>gzip</name> + <range><gt>0</gt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description</h1> + <p>Multiple programming errors have been found in gzip which + can be triggered when gzip is decompressing files. These + errors include insufficient bounds checks in buffer use, a + NULL pointer dereference, and a potential infinite loop.</p> + <h1>Impact</h1> + <p>The insufficient bounds checks in buffer use can cause gzip + to crash, and may permit the execution of arbitrary code. + The NULL pointer deference can cause gzip to crash. The + infinite loop can cause a Denial-of-Service situation where + gzip uses all available CPU time.</p> + <h1>Workaround</h1> + <p>No workaround is available.</p> + </body> + </description> + <references> + <cvename>CVE-2006-4334</cvename> + <cvename>CVE-2006-4335</cvename> + <cvename>CVE-2006-4336</cvename> + <cvename>CVE-2006-4337</cvename> + <cvename>CVE-2006-4338</cvename> + <freebsdsa>SA-06:21.gzip</freebsdsa> + </references> + <dates> + <discovery>2006-09-19</discovery> + <entry>2006-12-19</entry> + </dates> + </vuln> + <vuln vid="ef3306fc-8f9b-11db-ab33-000e0c2e438a"> <topic>bind9 -- Denial of Service in named(8)</topic> <affects> |