The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-42043

CVE-2026-42043: Axios HTTP Client SSRF Vulnerability

CVE-2026-42043 is an SSRF flaw in Axios HTTP client that allows attackers to bypass NO_PROXY protection using 127.0.0.0/8 addresses. This article covers technical details, affected versions, impact, and mitigation.

Published: April 30, 2026

CVE-2026-42043 Overview

Axios, a widely-used promise-based HTTP client for browser and Node.js environments, contains a critical security vulnerability that allows attackers to bypass the NO_PROXY protection mechanism. By leveraging any address in the 127.0.0.0/8 range (excluding 127.0.0.1), an attacker who can influence the target URL of an Axios request can completely circumvent proxy restrictions intended to protect internal resources.

This vulnerability represents an incomplete fix for CVE-2025-62718, indicating that the original patch failed to account for the full loopback address range. The flaw has been addressed in versions 1.15.1 and 0.31.1.

Critical Impact

Attackers can bypass NO_PROXY protections to access internal services and potentially exfiltrate sensitive data or perform Server-Side Request Forgery (SSRF) attacks against localhost services.

Affected Products

  • Axios versions prior to 1.15.1 (1.x branch)
  • Axios versions prior to 0.31.1 (0.x branch)
  • Applications using vulnerable Axios versions in Node.js environments

Discovery Timeline

  • 2026-04-24 - CVE-2026-42043 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-42043

Vulnerability Analysis

This vulnerability stems from an incomplete remediation of the earlier CVE-2025-62718. The NO_PROXY environment variable is commonly used to specify hosts that should bypass proxy settings, typically including 127.0.0.1 to prevent internal requests from being routed through external proxies. However, the loopback address range encompasses the entire 127.0.0.0/8 CIDR block (127.0.0.1 through 127.255.255.255), containing over 16 million valid addresses.

The vulnerable implementation only explicitly checked for 127.0.0.1, leaving the remainder of the loopback range unprotected. An attacker who can control or influence the target URL can specify alternate loopback addresses such as 127.0.0.2, 127.1.1.1, or 127.255.255.254 to bypass the NO_PROXY check while still reaching services bound to the localhost interface.

Root Cause

The root cause is classified under CWE-183 (Permissive List of Allowed Inputs). The NO_PROXY validation logic used an insufficient allowlist that only accounted for the canonical localhost address 127.0.0.1 rather than properly validating against the complete loopback network range. This permissive approach created a gap where semantically equivalent loopback addresses could bypass security controls.

Attack Vector

The vulnerability is exploitable remotely over the network without requiring authentication or user interaction. An attacker must be able to influence the target URL used in an Axios request, which is a common scenario in applications that accept user-controlled input for API endpoints, redirect URLs, or webhook configurations.

The attack flow involves:

  1. Identifying an application that uses Axios with NO_PROXY configurations to protect internal services
  2. Crafting a request that targets an alternate loopback address (e.g., http://127.0.0.2:8080/admin)
  3. The Axios client fails to match this address against the NO_PROXY rules since only 127.0.0.1 is explicitly listed
  4. The request bypasses proxy restrictions and directly accesses internal localhost services

For detailed technical information regarding the exploitation mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-42043

Indicators of Compromise

  • Outbound HTTP requests targeting loopback addresses other than 127.0.0.1 (e.g., 127.0.0.2, 127.1.0.1, 127.255.255.254)
  • Application logs showing requests to internal services via alternate localhost IP addresses
  • Unexpected access to internal administrative interfaces or sensitive endpoints from externally-triggered requests

Detection Strategies

  • Implement network monitoring to detect HTTP requests destined for addresses in the 127.0.0.0/8 range other than the standard 127.0.0.1
  • Review application dependencies using npm audit or yarn audit to identify vulnerable Axios versions
  • Configure web application firewalls to flag requests containing alternate loopback addresses in URL parameters

Monitoring Recommendations

  • Enable verbose logging for proxy-related configuration to detect bypass attempts
  • Monitor for SSRF attack patterns in application request logs, particularly those involving loopback addresses
  • Implement Software Composition Analysis (SCA) tools to continuously monitor for vulnerable Axios versions in your codebase

How to Mitigate CVE-2026-42043

Immediate Actions Required

  • Upgrade Axios to version 1.15.1 or later for applications using the 1.x branch
  • Upgrade Axios to version 0.31.1 or later for applications still on the 0.x branch
  • Audit applications for user-controllable URL inputs that are passed to Axios requests
  • Review NO_PROXY configurations to understand which internal services may have been exposed

Patch Information

The vulnerability has been fixed in Axios versions 1.15.1 and 0.31.1. The patch properly validates the complete loopback address range (127.0.0.0/8) rather than only checking for 127.0.0.1. Update your dependencies immediately by modifying your package.json and running the appropriate package manager commands.

For complete patch details and security advisory information, see the GitHub Security Advisory GHSA-pmwg-cvhr-8vh7.

Workarounds

  • Implement strict input validation on any user-controlled data used in constructing Axios request URLs
  • Configure application-level URL allowlists to prevent requests to any loopback addresses
  • Use network segmentation to limit the impact of potential SSRF attacks against localhost services
bash
# Upgrade Axios to patched versions
npm update axios@latest
# Or specify exact patched version
npm install axios@1.15.1

# Verify installed version
npm list axios

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechAxios

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-183
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42038: Axios SSRF Vulnerability

  • CVE-2025-62718: Axios NO_PROXY Bypass SSRF Vulnerability

  • CVE-2025-27152: Axios HTTP Client SSRF Vulnerability

  • CVE-2020-28168: Axios Axios SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English