diff options
author | delphij <delphij@FreeBSD.org> | 2013-04-03 04:21:28 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-04-03 04:21:28 +0800 |
commit | 9a510f6e833a0f246677c9f5c40055fb4b6e7112 (patch) | |
tree | 022b9081a72ca833c638352ca7db340f9f5bdeae /security/vuxml | |
parent | 0ce95f779e449c598171232efa47dd618b18b3ce (diff) | |
download | freebsd-ports-gnome-9a510f6e833a0f246677c9f5c40055fb4b6e7112.tar.gz freebsd-ports-gnome-9a510f6e833a0f246677c9f5c40055fb4b6e7112.tar.zst freebsd-ports-gnome-9a510f6e833a0f246677c9f5c40055fb4b6e7112.zip |
Document two latest FreeBSD security advisories.
Approved by: portmgr (bdrewery)
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d51085d13a93..964c7b810cad 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,71 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="13031d98-9bd1-11e2-a7be-8c705af55518"> + <topic>FreeBSD -- BIND remote denial of service</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><gt>9.0</gt><lt>9.0_7</lt></range> + <range><gt>9.1</gt><lt>9.1_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="http://www.freebsd.org/security/advisories/FreeBSD-SA-13:04.bind.asc"> + <p>A flaw in a library used by BIND allows an + attacker to deliberately cause excessive memory + consumption by the named(8) process. This + affects both recursive and authoritative + servers.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-2266</cvename> + <freebsdsa>SA-13:04.bind</freebsdsa> + <url>https://kb.isc.org/article/AA-00871</url> + </references> + <dates> + <discovery>2013-04-02</discovery> + <entry>2013-04-02</entry> + </dates> + </vuln> + + <vuln vid="69bfc852-9bd0-11e2-a7be-8c705af55518"> + <topic>FreeBSD -- OpenSSL multiple vulnerabilities</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><gt>8.3</gt><lt>8.3_7</lt></range> + <range><gt>9.0</gt><lt>9.0_7</lt></range> + <range><gt>9.1</gt><lt>9.1_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="http://www.freebsd.org/security/advisories/FreeBSD-SA-13:03.openssl.asc"> + <p>A flaw in the OpenSSL handling of OCSP response + verification could be exploited to cause a denial of + service attack.</p> + <p>OpenSSL has a weakness in the handling of CBC + ciphersuites in SSL, TLS and DTLS. The weakness could reveal + plaintext in a timing attack.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-0166</cvename> + <cvename>CVE-2013-0169</cvename> + <freebsdsa>SA-13:04.openssl</freebsdsa> + <url>http://www.openssl.org/news/secadv_20130205.txt</url> + </references> + <dates> + <discovery>2013-04-02</discovery> + <entry>2013-04-02</entry> + </dates> + </vuln> + <vuln vid="92f30415-9935-11e2-ad4c-080027ef73ec"> <topic>OpenVPN -- potential side-channel/timing attack when comparing HMACs</topic> <affects> |