GLSA Advocate
Joined: 12 May 2004 Posts: 2663
|
Posted: Sat May 01, 2021 3:26 am Post subject: [ GLSA 202104-04 ] Python |
|
|
Gentoo Linux Security Advisory
Title: Python: Multiple vulnerabilities (GLSA 202104-04)
Severity: normal
Exploitable: local, remote
Date: 2021-04-30
Bug(s): #770853, #779841, #779844
ID: 202104-04
Synopsis
Multiple vulnerabilities have been found in Python, the worst of
which might allow attackers to access sensitive information.
Background
Python is an interpreted, interactive, object-oriented programming
language.
Affected Packages
Package: dev-lang/python
Vulnerable: < 3.9.2_p1
Unaffected: >= 2.7.18_p8
Unaffected: >= 3.6.13_p1
Unaffected: >= 3.7.10_p1
Unaffected: >= 3.8.8_p1
Unaffected: >= 3.9.2_p1
Architectures: All supported architectures
Description
Multiple vulnerabilities have been discovered in Python. Please review
the CVE identifiers referenced below for details.
Impact
Please review the referenced CVE identifiers for details.
Workaround
There is no known workaround at this time.
Resolution
All Python 2.7 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/python-2.7.18_p8"
| All Python 3.6 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/python-3.6.13_p1"
| All Python 3.7 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/python-3.7.10_p1"
| All Python 3.8 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/python-3.8.8_p1"
| All Python 3.9 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/python-3.9.2_p1"
|
References
CVE-2021-23336
CVE-2021-3426 |
|