diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-02-16 20:42:51 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-02-16 20:42:51 +0800 |
commit | a71d2460a24b39d128b56ae4fc0075c66db39953 (patch) | |
tree | 512641ec46174b25699be5108c86158aba00ec94 /security | |
parent | 416592e47e7cf78aa4217b130e38faa1f83891aa (diff) | |
download | freebsd-ports-gnome-a71d2460a24b39d128b56ae4fc0075c66db39953.tar.gz freebsd-ports-gnome-a71d2460a24b39d128b56ae4fc0075c66db39953.tar.zst freebsd-ports-gnome-a71d2460a24b39d128b56ae4fc0075c66db39953.zip |
security/vuxml: Document openssl-devel vulnerability
- While here fix whitespace on 077bbadf-f2f4-11e6-92a7-902b34361349
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9a3aa263b27e..3a418a0c9165 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1a802ba9-f444-11e6-9940-b499baebfeaf"> + <topic>openssl -- crash on handshake</topic> + <affects> + <package> + <name>openssl-devel</name> + <range><lt>1.1.0e</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OpenSSL project reports:</p> + <blockquote cite="https://www.openssl.org/news/secadv/20170216.txt"> + <p>Severity: High<br/> + During a renegotiation handshake if the Encrypt-Then-Mac + extension is negotiated where it was not in the original + handshake (or vice-versa) then this can cause OpenSSL to + crash (dependent on ciphersuite). Both clients and servers + are affected.<br/> + This issue does not affect OpenSSL version 1.0.2. + </p> + </blockquote> + </body> + </description> + <references> + <url>https://www.openssl.org/news/secadv/20170216.txt</url> + <cvename>CVE-2017-3733</cvename> + </references> + <dates> + <discovery>2017-02-16</discovery> + <entry>2017-02-16</entry> + </dates> + </vuln> + <vuln vid="077bbadf-f2f4-11e6-92a7-902b34361349"> <topic>diffoscope -- arbitrary file write</topic> <affects> @@ -71,8 +104,8 @@ Notes: <p>Ximin Luo reports:</p> <blockquote cite="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854723"> <p>[v67] introduced a security hole where diffoscope may write to - arbitrary locations on disk depending on the contents of an - untrusted archive.</p> + arbitrary locations on disk depending on the contents of an + untrusted archive.</p> </blockquote> </body> </description> |