diff --git a/advisories/unreviewed/2025/11/GHSA-xrf6-v8xr-fg2f/GHSA-xrf6-v8xr-fg2f.json b/advisories/unreviewed/2025/11/GHSA-xrf6-v8xr-fg2f/GHSA-xrf6-v8xr-fg2f.json index d9a45f190d897..123161903e0c8 100644 --- a/advisories/unreviewed/2025/11/GHSA-xrf6-v8xr-fg2f/GHSA-xrf6-v8xr-fg2f.json +++ b/advisories/unreviewed/2025/11/GHSA-xrf6-v8xr-fg2f/GHSA-xrf6-v8xr-fg2f.json @@ -1,24 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-xrf6-v8xr-fg2f", - "modified": "2025-11-13T18:31:05Z", + "modified": "2025-11-13T18:31:16Z", "published": "2025-11-13T18:31:05Z", "aliases": [ "CVE-2025-60690" ], - "details": "A stack-based buffer overflow exists in the get_merge_ipaddr function of the httpd binary on Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The function concatenates up to four user-supplied CGI parameters matching _0~3 into a fixed-size buffer (a2) without bounds checking. Remote attackers can exploit this vulnerability via specially crafted HTTP requests to execute arbitrary code or cause denial of service without authentication.", + "summary": "New reference for functional RCE Proof-of-Concept, along with updates to the CVSS score to reflect new findings", + "details": "A stack-based buffer overflow exists in the get_merge_ipaddr function of the httpd binary on Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The function concatenates up to four user-supplied CGI parameters matching _0~3 into a fixed-size buffer (a2) without bounds checking. Remote attackers can exploit this vulnerability via specially crafted HTTP requests to execute arbitrary code or cause denial of service (authentication to the web server hosted by httpd is required for the exploit to work).", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "httpd" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 2.0.02" + } } ], - "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-60690" }, + { + "type": "WEB", + "url": "https://github.com/Jarrettgohxz/CVE-research/tree/main/Linksys/E1200-V2/CVE-2025-60690" + }, { "type": "WEB", "url": "https://github.com/yifan20020708/SGTaint-0-day/blob/main/Linksys/Linksys-E1200/CVE-2025-60690.md"