Lucene search
+L

689 matches found

Tenable Nessus
Tenable Nessus
added 2024/10/06 12:00 a.m.17 views

CBL Mariner 2.0 Security Update: python3 (CVE-2024-4032)

The version of python3 installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-4032 advisory. - The ipaddress module contained incorrect information about whether certain IPv4 and IPv6 addresses were...

7.5CVSS6.7AI score0.01079EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/10/04 8:54 p.m.25 views

CVE-2022-26488

A flaw was found in Python that may allow local users to gain privileges due to the search path being inadequately secured. The installer may allow a local attacker to add user-writable directories to the system search path. To exploit, an administrator must have installed Python for all users an...

7CVSS6.9AI score0.01365EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/04 4:35 p.m.143 views

BIT-PYTHON-2023-6507 Groups not dropped before running subprocess when using empty 'extra_groups' parameter

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the extragroups= parameter with an empty list as a value ie extragroups= the logic regressed to not call setgroups0, NULL before...

6.1CVSS5.6AI score0.01326EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/10/01 2:34 a.m.30 views

Moderate: Red Hat Security Advisory: python3.11 security update

An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

7.5CVSS6.8AI score0.02203EPSS
SaveExploits2References3
OSV
OSV
added 2024/09/30 2:30 p.m.21 views

RLSA-2024:6961 Moderate: python3.12 security update

Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.12 package provides the "python3.12" executable:...

8.7CVSS7.4AI score0.01275EPSS
SaveExploits0References4
Rockylinux
Rockylinux
added 2024/09/30 2:30 p.m.26 views

python3 security update

An update is available for python3. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Python is an interpreted, interactive, object-oriented programming language,...

7.5CVSS7.8AI score0.02203EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2024/09/30 12:00 a.m.36 views

Rocky Linux 8 : python3.12 (RLSA-2024:6961)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2024:6961 advisory. python: incorrect IPv4 and IPv6 private ranges CVE-2024-4032 cpython: python: email module doesn't properly quotes newlines in email headers, allowing...

8.7CVSS6.8AI score0.01275EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/09/27 12:00 a.m.20 views

CBL Mariner 2.0 Security Update: python3 / tensorflow (CVE-2024-8088)

The version of python3 / tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-8088 advisory. - There is a HIGH severity vulnerability affecting the CPython zipfile module affecting...

8.7CVSS6.8AI score0.01275EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/09/25 12:00 a.m.19 views

AlmaLinux 8 : python3.11 (ALSA-2024:6962)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2024:6962 advisory. python: incorrect IPv4 and IPv6 private ranges CVE-2024-4032 cpython: python: email module doesn't properly quotes newlines in email headers, allowing...

8.7CVSS6.8AI score0.01275EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/09/20 12:00 a.m.27 views

Fedora: Security Advisory (FEDORA-2024-6dedbc5cf9)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.3AI score0.02527EPSS
SaveExploits5References38
IBM AIX
IBM AIX
added 2024/09/17 4:13 p.m.76 views

AIX is affected by a denial of service (CVE-2024-0397) and information disclosure (CVE-2024-4032 CVE-2024-37891) due to Python

IBM SECURITY ADVISORY First Issued: Tue Sep 17 16:13:13 CDT 2024 The most recent version of this document is available here: https://aix.software.ibm.com/aix/efixes/security/pythonadvisory12.asc Security Bulletin: AIX is affected by a denial of service CVE-2024-0397 and information disclosure...

7.5CVSS7.3AI score0.01141EPSS
SaveExploits2
Rockylinux
Rockylinux
added 2024/09/17 12:55 a.m.23 views

python3.12 security update

An update is available for python3.12. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Python 3.12 is an accessible, high-level, dynamically typed, interpreted...

5.5CVSS7.3AI score0.00782EPSS
SaveExploits0
Redos
Redos
added 2024/09/17 12:00 a.m.20 views

ROS-20240917-08

Vulnerability of classes ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address and ipaddress.IPv6Network of the ipaddress module of the Python programming language interpreter CPython is related to the incorrect IP address range validation. Exploitation of the vulnerability could...

7.5CVSS6.8AI score0.01079EPSS
SaveExploits0
OSV
OSV
added 2024/09/16 12:03 p.m.51 views

BIT-PYTHON-2024-7592 Quadratic complexity parsing cookies with backslashes

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resourc...

7.5CVSS6.6AI score0.02284EPSS
SaveExploits1References13
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:00 a.m.32 views

CBL Mariner 2.0 Security Update: python3 / tensorflow (CVE-2024-7592)

The version of python3 / tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-7592 advisory. - There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standa...

7.5CVSS6.8AI score0.02284EPSS
SaveExploits1References2
Redos
Redos
added 2024/09/05 12:00 a.m.22 views

ROS-20240905-02

A vulnerability in the Python programming language interpreter CPython is related to incorrectly enclosing newline characters in quotation marks for email headers when serializing a message. newline quotes for email headers when serializing a message. Exploitation vulnerability could allow an...

5.5CVSS6.7AI score0.00782EPSS
SaveExploits0
Redos
Redos
added 2024/09/04 12:00 a.m.348 views

ROS-20240904-07

A vulnerability in the Python programming language interpreter CPython is related to a loop with an unreachable exit condition. exit condition. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service...

8.7CVSS6.6AI score0.01275EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/03 8:00 p.m.37 views

Moderate: Red Hat Security Advisory: python3.11 security update

An update for python3.11 is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

5.5CVSS6.8AI score0.00782EPSS
SaveExploits0References2
NVD
NVD
added 2024/09/03 1:15 p.m.40 views

CVE-2024-6232

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives...

7.5CVSS0.02203EPSS
SaveExploits2References13
OSV
OSV
added 2024/09/03 1:15 p.m.18 views

AZL-48585 CVE-2024-6232 affecting package python3 for versions less than 3.9.19-5

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives...

7.5CVSS6.8AI score0.02203EPSS
SaveExploits2References1
Rows per page
Query Builder