svn commit: r524546 - head/security/vuxml
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 29 13:24:00 UTC 2020
Author: bapt
Date: Wed Jan 29 13:23:59 2020
New Revision: 524546
URL: https://svnweb.freebsd.org/changeset/ports/524546
Log:
Document libfetch vulnerability which affects pkg.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Jan 29 13:11:09 2020 (r524545)
+++ head/security/vuxml/vuln.xml Wed Jan 29 13:23:59 2020 (r524546)
@@ -58,6 +58,34 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="2af10639-4299-11ea-aab1-98fa9bfec35a">
+ <topic>pkg -- vulnerability in libfetch</topic>
+ <affects>
+ <package>
+ <name>pkg</name>
+ <range><lt>1.12.0_1</lt></range>
+ </package>
+ <package>
+ <name>pkg-devel</name>
+ <range><lt>1.12.99_1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>A programming error allows an attacker who can specify a URL with a username
+ and/or password components to overflow libfetch(3) buffers.</p>
+ </body>
+ </description>
+ <references>
+ <freebsdsa>SA-20:01.libfetch</freebsdsa>
+ <cvename>CVE-2020-7450</cvename>
+ </references>
+ <dates>
+ <discovery>2020-01-28</discovery>
+ <entry>2020-01-29</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5f0dd349-40a2-11ea-8d8c-005056a311d1">
<topic>samba -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list