The Lab · 2026-04-09 08:27:02 · GitHub Issues
A critical security flaw has been identified in the widely-used `undici` HTTP client library for Node.js, forcing a mandatory major version upgrade. The vulnerability, tracked as CVE-2026-22036, resides in the library's handling of chained HTTP content encoding algorithms, such as `gzip` and `br`. The decompress interc...
The Lab · 2026-04-17 05:22:35 · GitHub Issues
A widely used HTTP client helper library contains a critical security flaw, exposing applications to Server-Side Request Forgery (SSRF) attacks. The `Http` helper's `send()` method passes user-supplied URLs directly to the underlying `fetch()` function without any validation, creating a direct pipeline for attackers to...
The Lab · 2026-04-26 16:54:09 · GitHub Issues
A high-severity vulnerability, tracked as CVE-2026-42035, has been identified in two widely deployed versions of the Axios HTTP client library: versions 0.25.0 and 0.21.4. The flaw carries a "High" severity rating and was detected in packages distributed via the official npm registry as axios-0.25.0.tgz and axios-0.21....