GHSA-CJ55-GC7M-WVCQ
Vulnerability from github – Published: 2024-08-26 00:30 – Updated: 2024-11-18 16:27The 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 applications relying on this library for handling HTTP requests.
Despite developers potentially utilizing the net/url library to parse malformed URLs and implement blocklists to prevent HTTP requests to listed URLs, inconsistencies exist between how the net/url and req libraries parse URLs. These discrepancies can lead to the failure of defensive strategies, resulting in potential security threats such as Server-Side Request Forgery (SSRF) and Remote Code Execution (RCE).
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/imroc/req/v3"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.43.4"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/imroc/req"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.43.4"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/imroc/req/v2"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.43.4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-45258"
],
"database_specific": {
"cwe_ids": [
"CWE-20",
"CWE-918",
"CWE-94"
],
"github_reviewed": true,
"github_reviewed_at": "2024-08-26T15:54:18Z",
"nvd_published_at": "2024-08-25T22:15:05Z",
"severity": "MODERATE"
},
"details": "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 applications relying on this library for handling HTTP requests.\n\nDespite developers potentially utilizing the `net/url` library to parse malformed URLs and implement blocklists to prevent HTTP requests to listed URLs, inconsistencies exist between how the `net/url` and `req` libraries parse URLs. These discrepancies can lead to the failure of defensive strategies, resulting in potential security threats such as Server-Side Request Forgery (SSRF) and Remote Code Execution (RCE).",
"id": "GHSA-cj55-gc7m-wvcq",
"modified": "2024-11-18T16:27:07Z",
"published": "2024-08-26T00:30:54Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45258"
},
{
"type": "WEB",
"url": "https://github.com/imroc/req/commit/04e3ece5b380ecad9da3551c449f1b8a9aa76d3d"
},
{
"type": "PACKAGE",
"url": "https://github.com/imroc/req"
},
{
"type": "WEB",
"url": "https://github.com/imroc/req/compare/v3.43.3...v3.43.4"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2024-3098"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N",
"type": "CVSS_V4"
}
],
"summary": "req may send an unintended request when a malformed URL is provided"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.