Publish GHSA-g839-x3p3-g5fm

This commit is contained in:
advisory-database[bot]
2025-03-03 19:55:12 +00:00
parent 3af7af6da6
commit 3da74aa968
@@ -0,0 +1,64 @@
{
"schema_version": "1.4.0",
"id": "GHSA-g839-x3p3-g5fm",
"modified": "2025-03-03T19:53:16Z",
"published": "2025-03-03T19:53:16Z",
"aliases": [
"CVE-2025-1300"
],
"summary": "CodeChecker open redirect when URL contains multiple slashes after the product name",
"details": "Summary\n---\n\nCodeChecker versions up to 6.24.5 contain an open redirect vulnerability due to missing protections against multiple slashes after the product name in the URL's path segment. This results in bypassing protections against CVE-2021-28861, leading to the same open redirect pathway.\n\nDetails\n---\n\nCodeChecker processes GET requests by first rewriting the path segment of the URL, and then passing the rewritten URL to the webserver framework.\nWhen trimming the product name from the URL, no sanitization was performed on the remaining URL, which reintroduced the same issue as CVE-2021-28861, leading to the same open redirect pathway using URLs such as `/Default//attacker.com/%2f..`.\n\nImpact\n---\n\nThe vulnerability allows an attacker to create a hyperlink that looks like a legitimate CodeChecker URL, but redirects to an attacker-supplied website when clicked.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "codechecker"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "6.24.6"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 6.24.5"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/Ericsson/codechecker/security/advisories/GHSA-g839-x3p3-g5fm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1300"
},
{
"type": "PACKAGE",
"url": "https://github.com/Ericsson/codechecker"
}
],
"database_specific": {
"cwe_ids": [
"CWE-601"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-03-03T19:53:16Z",
"nvd_published_at": "2025-02-28T13:15:27Z"
}
}