Lucene search
K

19 matches found

RedHat Linux
RedHat Linux
added 2026/05/19 1:23 p.m.9 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.3AI score0.00044EPSS
Exploits0References8
OSV
OSV
added 2026/04/07 12:3 p.m.4 views

RLSA-2026:6383 Important: grafana-pcp security update

The Grafana plugin for Performance Co-Pilot includes datasources for scalable time series from pmseries and Redis, live PCP metrics and bpftrace scripts from pmdabpftrace, as well as several dashboards. Security Fixes: net/url: Incorrect parsing of IPv6 host literals in net/url CVE-2026-25679 For...

7.5CVSS5.8AI score0.00044EPSS
Exploits0References2
Fedora
Fedora
added 2025/04/21 1:41 a.m.6 views

[SECURITY] Fedora 40 Update: rust-url-2.5.4-1.fc40

URL library for Rust, based on the WHATWG URL Standard...

7.4AI score
Exploits0
Fedora
Fedora
added 2025/04/20 4:23 a.m.8 views

[SECURITY] Fedora 42 Update: rust-url-2.5.4-1.fc42

URL library for Rust, based on the WHATWG URL Standard...

7.4AI score
Exploits0
OSV
OSV
added 2024/09/13 9:53 p.m.9 views

GO-2024-3098 The req library may send an unintended request when a malformed URL is provided in github.com/imroc/req

The req library is a widely used HTTP library in Go. However, it does not handle malformed URLs effectively. As a result, after parsing a malformed URL, the library may send HTTP requests to unexpected destinations, potentially leading to security vulnerabilities or unintended behavior in...

9.8CVSS10AI score0.00142EPSS
Exploits0References3
BDU FSTEC
BDU FSTEC
added 2022/09/21 12:0 a.m.1 views

The vulnerability of the urllib component in the Python programming language allows a hacker to trigger a service failure.

The vulnerability of the urllib component in the Python programming language is related to an uncontrolled consumption of resources. Exploiting this vulnerability allows a remote attacker to cause service interruptions...

7.5CVSS0.00119EPSS
Exploits1References14Affected Software4
The Hacker News
The Hacker News
added 2022/08/02 12:5 p.m.46 views

New 'ParseThru' Parameter Smuggling Vulnerability Affects Golang-based Applications

Security researchers have discovered a new vulnerability called ParseThru affecting Golang-based applications that could be abused to gain unauthorized access to cloud-based applications. "The newly discovered vulnerability allows a threat actor to bypass validations under certain conditions, as ...

0.2AI score
Exploits0
Huntr
Huntr
added 2022/07/02 6:53 a.m.8 views

Cross Site Scripting via Improper Input Validation (parser differential)

Description I find that parse-url parses the following URL incorrectly and identifies protocol as ssh: javascript://n.com:-4294967297/?ab=--2509999973799371216494http://user:passser:[email protected]:-4294967297/?a /parseurlfuzz$ node -e 'const parseUrl = require"parse-url";...

0.2AI score
Exploits0
OSV
OSV
added 2022/06/28 12:1 a.m.0 views

GHSA-7F3X-X4PR-WQHJ Server-Side Request Forgery in parse-url

Server-Side Request Forgery SSRF in GitHub repository ionicabizau/parse-url prior to 7.0.0...

9.8CVSS5.9AI score0.00318EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2022/06/27 11:15 a.m.3 views

CVE-2022-0722

Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url prior to 7.0.0...

7.5CVSS5.5AI score0.00301EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2022/06/27 11:15 a.m.1 views

CVE-2022-2217

Cross-site Scripting XSS - Generic in GitHub repository ionicabizau/parse-url prior to 7.0.0...

9.1CVSS6.9AI score0.00294EPSS
Exploits1References3
RedHat Linux
RedHat Linux
added 2022/05/10 1:32 p.m.3 views

python: urllib: HTTP client possible infinite loop on a 100 Continue response

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability...

7.5CVSS6.9AI score0.00119EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/11/02 9:17 a.m.4 views

python: urllib: Regular expression DoS in AbstractBasicAuthHandler

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client such as web browser connects to, could trigger a Regular Expression Denial of Service ReDOS during an authentication request with a specially crafted payload that is sen...

6.5CVSS6.9AI score0.00629EPSS
Exploits1References8
Huntr
Huntr
added 2021/07/08 8:10 a.m.21 views

Open Redirect in ionicabizau/parse-url

✍️ Description parse-url mishandles certain uses of backslash such as https:/\ and interprets the URI as a relative path. Browsers accept backslashes after the protocol, and treat it as a normal slash, while parse-url sees it as a relative path. Which will lead to SSRF attacks, open redirects, or...

0.6AI score0.00552EPSS
Exploits2
RedHat Linux
RedHat Linux
added 2019/12/10 11:53 a.m.2 views

golang: malformed hosts in URLs leads to authorization bypass

net/url in Go before 1.11.13 and 1.12.x before 1.12.8 mishandles malformed hosts in URLs, leading to an authorization bypass in some applications. This is related to a Host field with a suffix appearing in neither Hostname nor Port, and is related to a non-numeric port number. For example, an...

9.8CVSS7.4AI score0.02534EPSS
Exploits1References6
BDU FSTEC
BDU FSTEC
added 2019/06/18 12:0 a.m.0 views

The vulnerability of the urllib3 module in the Python programming language, related to errors in handling registration data, allows attackers to disclose protected information.

The vulnerability of the urllib3 module in the Python programming language is related to errors in handling registration data. Exploiting this vulnerability can allow a remote attacker to disclose sensitive information that is protected by this module...

9.8CVSS7.7AI score0.00656EPSS
Exploits0References7Affected Software3
OSV
OSV
added 2018/10/31 7:29 p.m.1 views

ALPINE-CVE-2018-16842

Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the toolmsgs.c:voutf function that may result in information exposure and denial of service...

9.1CVSS7AI score0.00162EPSS
Exploits0References1
OSV
OSV
added 2018/08/01 6:29 a.m.3 views

ALPINE-CVE-2016-8615

A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar...

7.5CVSS6.6AI score0.04182EPSS
Exploits0References1
BDU FSTEC
BDU FSTEC
added 2018/07/27 12:0 a.m.0 views

The vulnerability of the software for interacting with servers via cURL arises from buffer overflows in memory, allowing an attacker to execute arbitrary code or cause a service failure.

The vulnerability of the software for interacting with servers via cURL arises due to the overflow of dynamic memory in the buffer when a FTP connection is closed. Exploiting this vulnerability allows a remote attacker to execute arbitrary code or cause a service failure by using long server...

9.8CVSS8.5AI score0.00926EPSS
Exploits0References6Affected Software2
Rows per page
Query Builder