aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-11-02 21:19:27 +0800
committerfeld <feld@FreeBSD.org>2016-11-02 21:19:27 +0800
commite25da74d7f69d9ebf19693a7e2273a85792a98ae (patch)
treed10789c7c4d5fe0bd24b788dc0f33e8e9a20fb52 /security
parent3a31c1f1dd0f83da2ea3f53dfd8125f94ef95472 (diff)
downloadfreebsd-ports-graphics-e25da74d7f69d9ebf19693a7e2273a85792a98ae.tar.gz
freebsd-ports-graphics-e25da74d7f69d9ebf19693a7e2273a85792a98ae.tar.zst
freebsd-ports-graphics-e25da74d7f69d9ebf19693a7e2273a85792a98ae.zip
Document openssl vulnerability
Security: CVE-2016-8610
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index a94462f3162..21647b0d38f 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,50 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="0fcd3af0-a0fe-11e6-b1cf-14dae9d210b8">
+ <topic>FreeBSD -- OpenSSL Remote DoS vulnerability</topic>
+ <affects>
+ <package>
+ <name>FreeBSD</name>
+ <range><ge>10.3</ge><lt>10.3_12</lt></range>
+ <range><ge>10.2</ge><lt>10.2_25</lt></range>
+ <range><ge>10.1</ge><lt>10.1_42</lt></range>
+ <range><ge>9.3</ge><lt>9.3_50</lt></range>
+ </package>
+ <package>
+ <name>openssl</name>
+ <range><lt>1.0.2j,1</lt></range>
+ </package>
+ <package>
+ <name>openssl-devel</name>
+ <range><lt>1.1.0b</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <h1>Problem Description:</h1>
+ <p>Due to improper handling of alert packets, OpenSSL would
+ consume an excessive amount of CPU time processing undefined
+ alert messages.</p>
+ <h1>Impact:</h1>
+ <p>A remote attacker who can initiate handshakes with an
+ OpenSSL based server can cause the server to consume a lot
+ of computation power with very little bandwidth usage, and
+ may be able to use this technique in a leveraged Denial of
+ Service attack.</p>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2016-8610</cvename>
+ <freebsdsa>SA-16:35.openssl</freebsdsa>
+ <url>http://seclists.org/oss-sec/2016/q4/224</url>
+ </references>
+ <dates>
+ <discovery>2016-11-02</discovery>
+ <entry>2016-11-02</entry>
+ </dates>
+ </vuln>
+
<vuln vid="cb116651-79db-4c09-93a2-c38f9df46724">
<topic>django -- multiple vulnerabilities</topic>
<affects>