svn commit: r534730 - head/security/vuxml
Wen Heping
wen at FreeBSD.org
Sat May 9 10:08:14 UTC 2020
Author: wen
Date: Sat May 9 10:08:13 2020
New Revision: 534730
URL: https://svnweb.freebsd.org/changeset/ports/534730
Log:
- Document python27 CVE-2019-18348
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat May 9 10:08:12 2020 (r534729)
+++ head/security/vuxml/vuln.xml Sat May 9 10:08:13 2020 (r534730)
@@ -58,6 +58,36 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="ca595a25-91d8-11ea-b470-080027846a02">
+ <topic>Python -- CRLF injection via the host part of the url passed to urlopen()</topic>
+ <affects>
+ <package>
+ <name>python27</name>
+ <range><lt>2.7.18</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Python reports:</p>
+ <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18348">
+ <p>An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x
+ through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as
+ demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in
+ the host component of a URL) followed by an HTTP header.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18348</url>
+ <url>https://bugs.python.org/issue38576</url>
+ <cvename>CVE-2019-18348</cvename>
+ </references>
+ <dates>
+ <discovery>2019-10-24</discovery>
+ <entry>2020-05-09</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d222241d-91cc-11ea-82b8-4c72b94353b5">
<topic>glpi -- stored XSS</topic>
<affects>
More information about the svn-ports-all
mailing list