git: 1d4cfc12c8fa - main - security/vuxml: Document information disclosure vulnerability in python. PR: 254780 Reported by: yasu at utahime.org Security: CVE-2021-3426
Thomas Zander
riggs at FreeBSD.org
Sat Apr 10 07:13:33 UTC 2021
The branch main has been updated by riggs:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1d4cfc12c8fa8c58010c2468a2181bcc96302e36
commit 1d4cfc12c8fa8c58010c2468a2181bcc96302e36
Author: Thomas Zander <riggs at FreeBSD.org>
AuthorDate: 2021-04-10 07:05:37 +0000
Commit: Thomas Zander <riggs at FreeBSD.org>
CommitDate: 2021-04-10 07:13:03 +0000
security/vuxml: Document information disclosure vulnerability in python.
PR: 254780
Reported by: yasu at utahime.org
Security: CVE-2021-3426
---
security/vuxml/vuln.xml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 6a2eb8116567..07859bf2010c 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,42 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="f671c282-95ef-11eb-9c34-080027f515ea">
+ <topic>python -- Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem</topic>
+ <affects>
+ <package>
+ <name>python38</name>
+ <range><lt>3.8.9</lt></range>
+ </package>
+ <package>
+ <name>python39</name>
+ <range><lt>3.9.3</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>David Schwörer reports:</p>
+ <blockquote cite="https://pythoninsider.blogspot.com/2021/04/python-393-and-389-are-now-available.html">
+ <p>
+ Remove the getfile feature of the pydoc module which could be
+ abused to read arbitrary files on the disk (directory traversal
+ vulnerability). Moreover, even source code of Python modules
+ can contain sensitive data like passwords.
+ </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2021-3426</cvename>
+ <url>https://pythoninsider.blogspot.com/2021/04/python-393-and-389-are-now-available.html</url>
+ <url>https://bugs.python.org/issue42988</url>
+ </references>
+ <dates>
+ <discovery>2021-01-21</discovery>
+ <entry>2021-04-10</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d10fc771-958f-11eb-9c34-080027f515ea">
<topic>curl -- TLS 1.3 session ticket proxy host mixup</topic>
<affects>
More information about the dev-commits-ports-all
mailing list