Vulnerability in Azu Request-Filtering-Agent
CVE-2026-62985
request-filtering-agent is an http(s).Agent implementation that blocks requests to Private/Reserved IP addresses. Prior to 3.2.1, RequestFilteringHttpAgent and RequestFilteringHttpsAgent synchronously threw from createConnection when rejecting a literal private-IP host such as 169.254.169.254 or 127.0.0.1. Because Node.js http.request and http.get expect connection failures to be delivered asynchronously, the throw bypassed req.on('error') and became an uncaught exception that could terminate the application process. Hostnames resolved through the asynchronous lookup path were not affected by this error-delivery asymmetry. This issue is fixed in version 3.2.1.
Published .
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Azu Request-Filtering-Agent — versions < 3.2.1
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-62985?
- CVE-2026-62985 is a high-severity vulnerability in Azu Request-Filtering-Agent, classified under CWE-248. CVSS score: 7.5/10. Published 2026-09-22.
- How severe is CVE-2026-62985?
- High severity. CVSS v3 base score is 7.5 out of 10.