Intel

AIKIDO-2026-10823

axios is vulnerable to Cleartext Transmission of Sensitive Information via Proxy

Cleartext Transmission of Sensitive Information via Proxy Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published May 19, 2026

75

High Risk

This Affects:

JSaxios
1.0.0 - 1.16.0
Fixed in 1.16.1
Are you affected? Scan for Free

TL;DR

The Node HTTP adapter could treat HTTPS origins like a forward HTTP proxy target, sending the full URL, headers, and request body to the proxy in cleartext instead of opening a CONNECT tunnel and running TLS directly to the server. An HTTP proxy on the path can observe request metadata and payloads that should stay inside the TLS tunnel. The fix tunnels HTTPS through CONNECT and scopes proxy authorization to that handshake. Impact is confidentiality to the proxy leg for apps that rely on env-based HTTP proxies.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application routes HTTPS requests through an HTTP proxy.

Background info

axios is vulnerable to Cleartext Transmission of Sensitive Information via Proxy in versions 1.0.0 - 1.16.0.

How to fix this

Upgrade the axios library to the patch version.