๐Ÿ” CVE Alert

CVE-2026-62985

HIGH 7.5

request-filtering-agent: Synchronous throw from createConnection() for literal private-IP hosts bypasses req.on('error'), crashing the Node.js process

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-248
Vendor azu
Product request-filtering-agent
Published Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for azu request-filtering-agent

Be the first to know when new high vulnerabilities affecting azu request-filtering-agent are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

azu / request-filtering-agent
< 3.2.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/azu/request-filtering-agent/security/advisories/GHSA-r3r9-wp5j-pq5g github.com: https://github.com/azu/request-filtering-agent/commit/9d12561064524807fc399158eaa5bd7a40dd8cd0 github.com: https://github.com/azu/request-filtering-agent/releases/tag/v3.2.1