Lucene search
K

99 matches found

OpenVAS
OpenVAS
added 2024/11/20 12:0 a.m.10 views

Python SSRF Vulnerability (Nov 2024) - Mac OS X

Python is prone to a server-side request forgery SSRF vulnerability. 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 CPE =...

6.3CVSS6.2AI score0.00552EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/11/14 1:1 a.m.1 views

SUSE CVE-2024-11168

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

3.7CVSS7AI score0.00552EPSS
Exploits0References25
RedhatCVE
RedhatCVE
added 2024/11/12 11:5 p.m.19 views

CVE-2024-11168

A flaw was found in Python. The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture compliant. This behavior was not conformant to RFC 3986 and was potentially vulnerable to server-side request forgery SSRF if a URL is...

3.7CVSS9.2AI score0.00552EPSS
Exploits0References8
OSV
OSV
added 2024/11/12 10:15 p.m.0 views

AZL-53016 CVE-2024-11168 affecting package python3 for versions less than 3.9.19-7

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS6.7AI score0.00552EPSS
Exploits0References1
NVD
NVD
added 2024/11/12 10:15 p.m.16 views

CVE-2024-11168

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS0.00552EPSS
Exploits0References9
OSV
OSV
added 2024/11/12 10:15 p.m.1 views

DEBIAN-CVE-2024-11168

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS6.4AI score0.00552EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/11/12 9:22 p.m.30 views

CVE-2024-11168 Improper validation of IPv6 and IPvFuture addresses

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS0.00552EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/11/12 9:22 p.m.12 views

CVE-2024-11168 Improper validation of IPv6 and IPvFuture addresses

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS6.8AI score0.00552EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/11/12 9:22 p.m.18 views

CVE-2024-11168

The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser...

6.3CVSS6.4AI score0.00552EPSS
Exploits0
CVE
CVE
added 2024/11/12 9:22 p.m.327 views

CVE-2024-11168

CVE-2024-11168 affects CPython’s urllib.parse.urlsplit/urlparse, where bracketed hosts ([]) were not validated per RFC 3986, allowing non-IPv6/Future hosts and potentially enabling SSRF if a URL is processed by multiple parsers. Affected components are the Python standard library’s URL parsing fu...

6.3CVSS6.9AI score0.00552EPSS
Exploits0References9
CNNVD
CNNVD
added 2024/11/12 12:0 a.m.1 views

Python 代码问题漏洞

Python is an open source, object-oriented programming language from the Python Foundation. The language is extensible, supports modules and packages, and supports multiple platforms. A code issue vulnerability exists in Python that stems from the urllib.parse.urlsplit function and the urlparse...

6.3CVSS6.9AI score0.00552EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.19 views

CBL Mariner 2.0 Security Update: python-webob (CVE-2024-42353)

The version of python-webob 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-42353 advisory. - WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header...

6.1CVSS6.2AI score0.00263EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2024/10/02 6:8 a.m.1 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
Mageia
Mageia
added 2024/09/27 1:30 a.m.43 views

Updated python3 packages fix security vulnerabilities

A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats” and “getcacerts”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as durin...

8.7CVSS7.1AI score0.03014EPSS
Exploits4References8
RedHat Linux
RedHat Linux
added 2024/09/19 11:50 a.m.3 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
Mageia
Mageia
added 2024/09/17 2:41 a.m.17 views

Updated python3-webob package fix security vulnerability

When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the start of a string as a URI without a scheme, and then trea...

6.1CVSS7.2AI score0.00263EPSS
Exploits1References2
SUSE CVE
SUSE CVE
added 2024/08/17 1:47 a.m.1 views

SUSE CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS6.9AI score0.00263EPSS
Exploits1References6
RedhatCVE
RedhatCVE
added 2024/08/16 12:12 a.m.9 views

CVE-2024-42353

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.9AI score0.00263EPSS
Exploits1References6
OSV
OSV
added 2024/08/14 9:15 p.m.1 views

AZL-47826 CVE-2024-42353 affecting package python-webob for versions less than 1.8.8-1

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References1
NVD
NVD
added 2024/08/14 9:15 p.m.16 views

CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS0.00263EPSS
Exploits1References2
Rows per page
Query Builder