Lucene search
+L

932 matches found

OSV
OSV
added 2023/11/27 6:11 p.m.11 views

USN-6513-2 python3.8, python3.10, python3.11 vulnerability

USN-6513-1 fixed vulnerabilities in Python. This update provides the corresponding updates for Ubuntu 20.04 LTS, Ubuntu 22.04 LTS, and Ubuntu 23.04. Original advisory details: It was discovered that Python incorrectly handled certain plist files. If a user or an automated system were tricked into...

5.3CVSS6.8AI score0.0079EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2023/11/07 8:21 a.m.6 views

python: file path truncation at \0 characters

Python 3.11 os.path.normpath function is vulnerable to path truncation if a null byte is inserted in the middle of passed path. This may result in bypass of allow lists if implemented before the verification of the path...

7.5CVSS7.2AI score0.02155EPSS
SaveExploits0References5
OSV
OSV
added 2023/10/19 6:48 p.m.8 views

CLSA-2023-1697741309 python3: Fix of CVE-2022-48560

CVE-2022-48560: fix posible crash in heapq with custom comparison operators...

7.5CVSS6.9AI score0.0177EPSS
SaveExploits1References1
OSV
OSV
added 2023/10/19 6:19 p.m.7 views

CLSA-2023-1697739575 python3: Fix of 4 CVEs

CVE-2021-3737: Fix http client infinite line reading DoS after a HTTP 100 Continue - CVE-2021-28861: Fix an open redirection vulnerability in http.server - CVE-2022-0391: Make urllib.parse sanitize urls containing ASCII newline and tabs - CVE-2022-45061: Fix quadratic time idna decoding...

7.5CVSS7.1AI score0.11585EPSS
SaveExploits3References1
OSV
OSV
added 2023/09/27 12:49 p.m.9 views

USN-6400-1 python2.7, python3.5 vulnerability

It was discovered that Python did not properly provide constant-time processing for a crypto operation. An attacker could possibly use this issue to perform a timing attack and recover sensitive information...

5.9CVSS6.7AI score0.0119EPSS
SaveExploits1References2
OSV
OSV
added 2023/09/27 12:36 p.m.6 views

SUSE-SU-2023:3804-1 Security update for python3

This update for python3 fixes the following issues: - CVE-2023-40217: Fixed TLS handshake bypass on closed sockets bsc1214692...

5.3CVSS5.8AI score0.0079EPSS
SaveExploits0References3
Amazon
Amazon
added 2023/09/25 12:0 a.m.5 views

Medium: python38

Issue Overview: A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using inttext, a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits float, decimal, int.frombytes, and int for binary bases 2, 4, 8, 16,...

7.5CVSS6.7AI score0.03378EPSS
SaveExploits1
OSV
OSV
added 2023/09/07 4:0 p.m.10 views

USN-6354-1 python2.7, python3.5 vulnerability

It was discovered that Python did not properly handle XML entity declarations in plist files. An attacker could possibly use this vulnerability to perform an XML External Entity XXE injection, resulting in a denial of service or information disclosure...

9.8CVSS6.9AI score0.04423EPSS
SaveExploits3References2
Amazon
Amazon
added 2023/09/07 12:0 a.m.8 views

Important: python3.9

Issue Overview: An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers such as HTTP servers that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer...

5.3CVSS7.9AI score0.0079EPSS
SaveExploits0
OSV
OSV
added 2023/08/25 9:15 p.m.5 views

UBUNTU-CVE-2023-40587

Pyramid is an open source Python web framework. A path traversal vulnerability in Pyramid versions 2.0.0 and 2.0.1 impacts users of Python 3.11 that are using a Pyramid static view with a full filesystem path and have a index.html file that is located exactly one directory above the location of t...

5.3CVSS6AI score0.00632EPSS
SaveExploits0References7
OSV
OSV
added 2023/07/20 8:39 p.m.20 views

CLSA-2023-1689885583 python3: Fix of CVE-2023-24329

CVE-2023-24329: part2: Start stripping C0 control and space chars in urlsplit...

7.5CVSS7AI score0.20459EPSS
SaveExploits3References1
SUSE CVE
SUSE CVE
added 2023/06/09 2:32 a.m.5 views

SUSE CVE-2023-33595

CPython v3.12.0 alpha 7 was discovered to contain a heap use-after-free via the function asciidecode at /Objects/unicodeobject.c...

5.5CVSS7.4AI score0.0037EPSS
SaveExploits0References3
OSV
OSV
added 2023/04/27 2:7 p.m.5 views

SUSE-SU-2023:0868-2 Security update for python3

This update for python3 fixes the following issues: - CVE-2023-24329: Fixed a blocklist bypass via the urllib.parse component when supplying a URL that starts with blank characters bsc1208471. The following non-security bug was fixed: - Eliminate unnecessary and dangerous calls to...

7.5CVSS7.7AI score0.20459EPSS
SaveExploits3References4
Amazon
Amazon
added 2023/03/22 12:0 a.m.8 views

Important: python3.9

Issue Overview: Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machi...

7.8CVSS8.4AI score0.02453EPSS
SaveExploits1
OSV
OSV
added 2023/03/16 2:21 p.m.24 views

USN-5960-1 python2.7, python3.10, python3.5, python3.6, python3.8 vulnerability

Yebo Cao discovered that Python incorrectly handled certain URLs. An attacker could possibly use this issue to bypass blocklisting methods by supplying a URL that starts with blank characters...

7.5CVSS7AI score0.20459EPSS
SaveExploits3References2
SUSE CVE
SUSE CVE
added 2023/02/15 5:54 a.m.4 views

SUSE CVE-2011-1015

The iscgi method in CGIHTTPServer.py in the CGIHTTPServer module in Python 2.5, 2.6, and 3.0 allows remote attackers to read script source code via an HTTP GET request that lacks a / slash character at the beginning of the URI...

5CVSS7.2AI score0.03924EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 5:39 a.m.6 views

SUSE CVE-2013-2099

Algorithmic complexity vulnerability in the ssl.matchhostname function in Python 3.2.x, 3.3.x, and earlier, and unspecified versions of python-backports-sslmatchhostname as used for older Python versions, allows remote attackers to cause a denial of service CPU consumption via multiple wildcard...

4.3CVSS6.2AI score0.04857EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/01 11:4 a.m.4 views

OESA-2023-1045 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

9.8CVSS9.4AI score0.05193EPSS
SaveExploits1References2
OSV
OSV
added 2022/11/28 2:38 p.m.8 views

SUSE-SU-2022:4258-1 Security update for python3

This update for python3 fixes the following issues: - CVE-2022-45061: Fixed possible DoS when IDNA decoding extremely long domain names bsc1205244...

7.5CVSS7.7AI score0.02453EPSS
SaveExploits1References3
OSV
OSV
added 2022/11/23 9:21 p.m.8 views

CLSA-2022-1669238513 python3: Fix of CVE-2022-45061

CVE-2022-45061: Fix quadratic time idna decoding...

7.5CVSS6.8AI score0.02453EPSS
SaveExploits1References1
Rows per page
Query Builder