Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2023 13:55:21 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: 94787841628f - main - security/vuxml: Document Python multiple vulnerabilities
Message-ID:  <202309071355.387DtLlY015421@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=94787841628f9485cae4fcdb8bc1586ff1132b21

commit 94787841628f9485cae4fcdb8bc1586ff1132b21
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-09-07 13:54:16 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-09-07 13:54:16 +0000

    security/vuxml: Document Python multiple vulnerabilities
---
 security/vuxml/vuln/2023.xml | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index a841b1ad44f8..1f0c0d868de0 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,44 @@
+  <vuln vid="a57472ba-4d84-11ee-bf05-000c29de725b">
+    <topic>Python -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>python38</name>
+	<range><lt>3.8.18</lt></range>
+      </package>
+      <package>
+	<name>python39</name>
+	<range><lt>3.9.18</lt></range>
+      </package>
+      <package>
+	<name>python310</name>
+	<range><lt>3.10.13</lt></range>
+      </package>
+      <package>
+	<name>python311</name>
+	<range><lt>3.11.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Python reports:</p>
+	<blockquote cite="https://pythoninsider.blogspot.com/2023/08/python-3115-31013-3918-and-3818-is-now.html">;
+	  <p>gh-108310: Fixed an issue where instances of ssl.SSLSocket were vulnerable
+	    to a bypass of the TLS handshake and included protections (like certificate
+	    verification) and treating sent unencrypted data as if it were post-handshake
+	    TLS encrypted data.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2023-40217</cvename>
+      <url>https://pythoninsider.blogspot.com/2023/08/python-3115-31013-3918-and-3818-is-now.html</url>;
+    </references>
+    <dates>
+      <discovery>2023-08-22</discovery>
+      <entry>2023-09-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="beb36f39-4d74-11ee-985e-bff341e78d94">
     <topic>go -- multiple vulnerabilities</topic>
     <affects>



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