FreeBSD Bugzilla – Attachment 223969 Details for
Bug 254780
security/vuxml: Document information disclosure vulnerability in python.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch file
security_vuxml_python.patch (text/plain), 2.08 KB, created by
Yasuhiro Kimura
on 2021-04-10 02:00:22 UTC
(
hide
)
Description:
Updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2021-04-10 02:00:22 UTC
Size:
2.08 KB
patch
obsolete
>From 4f774d1124576cd85e2665d54e30d34bd9c6b2ec Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@utahime.org> >Date: Mon, 5 Apr 2021 18:51:51 +0900 >Subject: [PATCH] security/vuxml: Document information disclosure vulnerability > in python. > >Document information disclosure vulnerability in python. >--- > security/vuxml/vuln.xml | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > >diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml >index 254c63ca2526..c7d69413907c 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-05</entry> >+ </dates> >+ </vuln> >+ > <vuln vid="8ba23a62-997d-11eb-9f0e-0800278d94f0"> > <topic>gitea -- multiple vulnerabilities</topic> > <affects> >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254780
:
223819
| 223969