A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-48856

CVE-2026-48856: Erlang OTP Information Disclosure Flaw

CVE-2026-48856 is an information disclosure vulnerability in Erlang OTP inets (httpc_response module) that leaks Authorization headers during cross-origin redirects. This article covers technical details, affected versions, and mitigations.

Published: June 11, 2026

CVE-2026-48856 Overview

CVE-2026-48856 is a sensitive data exposure flaw in the Erlang/OTP inets application, specifically in the httpc_response module. The httpc client forwards Authorization and Proxy-Authorization headers to redirect targets without verifying whether the redirect crosses an origin boundary. Because autoredirect defaults to true, every caller that does not explicitly disable automatic redirects is exposed. An attacker controlling a server contacted by httpc can issue a cross-origin 3xx redirect to a host they also control and harvest the forwarded credentials. The issue is classified under CWE-601 (URL Redirection to Untrusted Site).

Critical Impact

Cross-origin HTTP redirects leak Authorization and Proxy-Authorization headers, including Basic credentials derived from URL userinfo, enabling credential theft against any Erlang/OTP service that uses httpc with default settings.

Affected Products

  • Erlang/OTP 17.0 through versions before 29.0.2
  • Erlang/OTP 28.5.0.2 and 27.3.4.13 (corresponding patch lines)
  • inets 5.10 through versions before 9.7.1, 9.6.2.2, and 9.3.2.6

Discovery Timeline

  • 2026-06-10 - CVE CVE-2026-48856 published to NVD
  • 2026-06-10 - Last updated in NVD database

Technical Details for CVE-2026-48856

Vulnerability Analysis

The defect lives in lib/inets/src/http_client/httpc_response.erl, in the httpc_response:redirect/2 function. When the client receives a 3xx response, it constructs a new request by updating only the host field of the #http_request_h{} header record. All other header fields, including authorization and proxy_authorization, are copied verbatim into the redirected request.

The redirected request is then dispatched to the target indicated by the Location header without comparing that target's host or port against the original request's origin. RFC 9110 §15.4 explicitly requires user agents to strip credentials on cross-origin redirects, and httpc did not enforce that requirement.

This behavior affects any Erlang application that calls httpc:request/1,2,3,4,5 against an attacker-influenced URL, including pipelines that fetch metadata, webhooks, package mirrors, or third-party APIs. Credentials supplied via userinfo in the URL are converted to Basic Authorization by httpc_request:handle_user_info/2 and inherit the same flaw.

Root Cause

The root cause is missing origin comparison during redirect handling. redirect/2 builds the new request from the prior #request{} record, mutating only the host field on the headers record. Because autoredirect defaults to true, callers that rely on defaults silently follow redirects across origins while retaining sensitive headers.

Attack Vector

An attacker who controls or compromises any HTTP endpoint a victim queries with httpc returns a 3xx response with a Location pointing to attacker-controlled infrastructure. The follow-up request carries the original Authorization and Proxy-Authorization values, allowing the attacker to capture credentials, replay them, or pivot into the resource they protect.

text
                     NewURI = uri_string:normalize(
                                uri_string:recompose(URIMap)),
                     HostPort = http_request:normalize_host(TScheme, THost, TPort),
-                    NewHeaders =
+                    NewHeaders0 =
                         (Request#request.headers)#http_request_h{host = HostPort},
+                    %% RFC 9110 §15.4: strip Authorization, Proxy-Authorization,
+                    %% Cookie, Origin, and Referer on cross-origin redirects
+                    %% (different host or port).
+                    NewHeaders =
+                        case Request#request.address of
+                            {THost, TPort} ->
+                                NewHeaders0;
+                            _ ->
+                                CrossOriginOther = ["cookie", "origin"],
+                                OtherStripped = lists:filter(
+                                    fun({K, _}) ->
+                                        not lists:member(string:lowercase(K), CrossOriginOther)
+                                    end,
+                                    NewHeaders0#http_request_h.other),
+                                NewHeaders0#http_request_h{
+                                    authorization = undefined,
+                                    'proxy-authorization' = undefined,
+                                    referer = undefined,
+                                    other = OtherStripped}
+                        end,
                     NewRequest =
                         Request#request{redircount =
                                             Request#request.redircount+1,

Source: GitHub OTP Commit 688d748 — the fix compares the redirect target host and port to the original Request#request.address and strips authorization, proxy-authorization, referer, cookie, and origin headers when the origin changes.

Detection Methods for CVE-2026-48856

Indicators of Compromise

  • Outbound HTTP 3xx responses originating from external services whose Location header points to a host distinct from the requested host.
  • Successive httpc requests in network telemetry showing identical Authorization headers sent to two different destination hosts within the same TCP session window.
  • Authentication events on protected APIs sourced from IP addresses not associated with the Erlang application's normal egress range.

Detection Strategies

  • Inventory all Erlang/OTP deployments and confirm inets version against the fixed releases (9.7.1, 9.6.2.2, 9.3.2.6).
  • Audit application code for httpc:request/* calls that pass URLs containing userinfo or that set the Authorization header without disabling autoredirect.
  • Inspect egress proxy logs for redirect chains crossing host boundaries while carrying Authorization headers.

Monitoring Recommendations

  • Forward outbound HTTP proxy and TLS metadata logs to a centralized analytics platform and alert on cross-origin redirects that preserve authentication headers.
  • Rotate any static API tokens or Basic credentials that may have been used by httpc callers prior to patching.
  • Monitor identity providers for anomalous use of service-account credentials issued to Erlang-based backends.

How to Mitigate CVE-2026-48856

Immediate Actions Required

  • Upgrade Erlang/OTP to 29.0.2, 28.5.0.2, or 27.3.4.13, which contain inets versions 9.7.1, 9.6.2.2, or 9.3.2.6 respectively.
  • For deployments that cannot upgrade immediately, disable automatic redirects by passing {autoredirect, false} to httpc:request/4 and handle 3xx responses explicitly.
  • Rotate credentials that may have been transmitted through httpc to untrusted endpoints since the affected versions were deployed.

Patch Information

The fix is committed in lib/inets/src/http_client/httpc_response.erl and compares the redirect target against Request#request.address. When the host or port differs, authorization, proxy-authorization, referer, cookie, and origin headers are cleared before the new request is dispatched. See the GitHub Security Advisory GHSA-m75x-4vwg-ggjh and the CNA CVE-2026-48856 Record for full release details.

Workarounds

  • Set {autoredirect, false} in every httpc:request/4 call and validate the Location host against an allowlist before re-issuing the request.
  • Avoid embedding credentials in URLs passed to httpc; pass Authorization headers only after the final destination is verified.
  • Route Erlang HTTP traffic through an egress proxy configured to strip Authorization and Proxy-Authorization headers on redirects to hosts outside an approved list.
bash
# Verify installed Erlang/OTP and inets versions
erl -noshell -eval 'io:format("OTP ~s~n", [erlang:system_info(otp_release)]), {ok, Vsn} = application:get_key(inets, vsn), io:format("inets ~s~n", [Vsn]), halt().'

# Example: disable automatic redirects in application code
# httpc:request(get, {Url, Headers}, [], [{autoredirect, false}]).

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechErlang

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • CNA CVE-2026-48856 Record

  • GitHub OTP Commit 688d748

  • GitHub Security Advisory GHSA-m75x-4vwg-ggjh

  • OSV Vulnerability EEF-CVE-2026-48856

  • Erlang Documentation on Version Order
  • Related CVEs
  • CVE-2026-48855: Erlang OTP SSH Information Disclosure Flaw

  • CVE-2026-49760: Erlang OTP erl_interface DoS Vulnerability

  • CVE-2026-49759: Erlang OTP SCTP DoS Vulnerability

  • CVE-2026-42790: Erlang OTP Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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