Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2021 07:59:09 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0659e7ea70d0 - main - security/vuxml: Document multiple vulnerabilities of python36 and python37
Message-ID:  <202109070759.1877x9pQ050498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0659e7ea70d0c9e7067d21e4be7ac052ff1c7c77

commit 0659e7ea70d0c9e7067d21e4be7ac052ff1c7c77
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2021-09-07 07:12:37 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2021-09-07 07:12:37 +0000

    security/vuxml: Document multiple vulnerabilities of python36 and python37
---
 security/vuxml/vuln-2021.xml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index bb8836f9bfd3..09525e60d803 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -1,3 +1,37 @@
+  <vuln vid="0e561173-0fa9-11ec-a2fa-080027948c12">
+    <topic>Python -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>python36</name>
+	<range><lt>3.6.15</lt></range>
+      </package>
+      <package>
+	<name>python37</name>
+	<range><lt>3.7.12</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Python reports:</p>
+	<blockquote cite="https://docs.python.org/3.6/whatsnew/changelog.html#changelog">;
+	  <p>bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the
+	    fix for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used
+	    on Windows and macOS.</p>
+	  <p>bpo-43124: Made the internal putcmd function in smtplib sanitize input for
+	    presence of \r and \n characters to avoid (unlikely) command injection.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://docs.python.org/3.6/whatsnew/changelog.html#changelog</url>;
+      <url>https://docs.python.org/3.7/whatsnew/changelog.html#changelog</url>;
+    </references>
+    <dates>
+      <discovery>2021-08-30</discovery>
+      <entry>2021-09-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="65f05b71-0e3c-11ec-b335-d4c9ef517024">
     <topic>WeeChat -- Crash when decoding a malformed websocket frame in relay plugin.</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109070759.1877x9pQ050498>