svn commit: r430983 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Mon Jan 9 17:14:15 UTC 2017
Author: feld
Date: Mon Jan 9 17:14:14 2017
New Revision: 430983
URL: https://svnweb.freebsd.org/changeset/ports/430983
Log:
Document lynx vulnerabilities
PR: 215464
Security: CVE-2014-3566
Security: CVE-2016-9179
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Jan 9 17:14:13 2017 (r430982)
+++ head/security/vuxml/vuln.xml Mon Jan 9 17:14:14 2017 (r430983)
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="03532a19-d68e-11e6-9171-14dae9d210b8">
+ <topic>lynx -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>lynx</name>
+ <range><lt>2.8.8.2_5,1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Oracle reports:</p>
+ <blockquote>
+ <p>Lynx is vulnerable to POODLE by still supporting vulnerable
+ version of SSL. Lynx is also vulnerable to URL attacks by incorrectly
+ parsing hostnames ending with an '?'.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://hg.java.net/hg/solaris-userland~gate/file/bc5351dcb9ac/components/lynx/patches/02-init-openssl.patch</url>
+ <url>https://hg.java.net/hg/solaris-userland~gate/file/0a979060f73b/components/lynx/patches/05-fix-CVE-2016-9179.patch</url>
+ <cvename>CVE-2014-3566</cvename>
+ <cvename>CVE-2016-9179</cvename>
+ <freebsdpr>ports/215464</freebsdpr>
+ </references>
+ <dates>
+ <discovery>2016-10-26</discovery>
+ <entry>2017-01-09</entry>
+ </dates>
+ </vuln>
+
<vuln vid="91e039ed-d689-11e6-9171-14dae9d210b8">
<topic>hdf5 -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list