diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-07 15:40:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-07 15:40:39 +0800 |
commit | a607ff3bca657b3229c1cdea22648463b345517c (patch) | |
tree | 830c1cc523e2c05420e7b38cabd16ed1bd2cb8e4 | |
parent | 12eea1bcb6e13e74254dca72b9ea734ca7a09a6a (diff) | |
download | freebsd-ports-gnome-a607ff3bca657b3229c1cdea22648463b345517c.tar.gz freebsd-ports-gnome-a607ff3bca657b3229c1cdea22648463b345517c.tar.zst freebsd-ports-gnome-a607ff3bca657b3229c1cdea22648463b345517c.zip |
- add SA-09:08.openssl
PR: 133156
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3f939b353bd7..e134b50768ba 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,44 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fbc8413f-2f7a-11de-9a3f-001b77d09812"> + <topic>FreeBSD -- remotely exploitable crash in OpenSSL</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><ge>6.3</ge><lt>6.3_10</lt></range> + <range><ge>6.4</ge><lt>6.4_4</lt></range> + <range><ge>7.0</ge><lt>7.0_12</lt></range> + <range><ge>7.1</ge><lt>7.1_5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description</h1> + <p>The function ASN1_STRING_print_ex does not properly validate + the lengths of BMPString or UniversalString objects before + attempting to print them.</p> + <h1>Impact</h1> + <p>An application which attempts to print a BMPString or + UniversalString which has an invalid length will crash as a + result of OpenSSL accessing invalid memory locations. This + could be used by an attacker to crash a remote application.</p> + <h1>Workaround</h1> + <p>No workaround is available, but applications which do not use + the ASN1_STRING_print_ex function (either directly or + indirectly) are not affected.</p> + </body> + </description> + <references> + <freebsdsa>SA-09:08.openssl</freebsdsa> + <cvename>CVE-2009-0590</cvename> + </references> + <dates> + <discovery>2009-03-25</discovery> + <entry>2009-05-07</entry> + </dates> + </vuln> + <vuln vid="2748fdde-3a3c-11de-bbc5-00e0815b8da8"> <topic>quagga -- Denial of Service</topic> <affects> |