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-45182

CVE-2026-45182: GrapheneOS VPN IP Disclosure Vulnerability

CVE-2026-45182 is an information disclosure vulnerability in GrapheneOS that allows attackers to discover real IP addresses of VPN users. This article covers the technical details, affected versions, and mitigation steps.

Published: May 18, 2026

CVE-2026-45182 Overview

CVE-2026-45182 affects GrapheneOS versions prior to release 2026050400. The flaw allows an attacker to discover the real IP address of a VPN user when both the "Block connections without VPN" and "Always-on VPN" settings are enabled. The leak originates from a registerQuicConnectionClosePayload optimization that permits an application to have system_server transmit UDP traffic on its behalf, bypassing the VPN tunnel. The issue is classified under [CWE-441] (Unintended Proxy or Intermediary, also known as Confused Deputy).

Critical Impact

A malicious application can deanonymize the user by causing privileged system code to leak the device's real public IP outside the VPN tunnel, defeating user expectations of network isolation.

Affected Products

  • GrapheneOS releases before 2026050400
  • Devices configured with "Always-on VPN" enabled
  • Devices configured with "Block connections without VPN" enabled

Discovery Timeline

  • 2026-05-09 - CVE-2026-45182 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-45182

Vulnerability Analysis

The vulnerability is a confused deputy condition in Android's system_server process as shipped on GrapheneOS. Android's VPN enforcement applies routing and firewall rules to user applications, but system_server runs with elevated privileges and is exempt from the same constraints. The registerQuicConnectionClosePayload API was designed to optimize QUIC connection teardown by allowing the system to send a final UDP payload after an application's network socket closes. A crafted application can register an arbitrary UDP payload and destination, then exit the network restrictions so that system_server transmits that payload directly over the underlying network interface rather than the VPN tunnel.

The outcome is a one-way UDP leak that reveals the real IP address of the device to an attacker-controlled endpoint, even when the user has enabled the strongest VPN lockdown settings Android offers. Exploitation is local and requires a malicious or compromised application to be installed and run by the user.

Root Cause

The root cause is that the QUIC close-payload optimization in system_server does not honor the per-UID VPN routing policy that applies to the requesting application. Traffic generated on behalf of an app inherits the privileges of system_server and escapes the VPN, breaking the security boundary the user configured.

Attack Vector

A local application registers a QUIC connection close payload targeting an attacker-controlled server. When the registration is processed, system_server emits the UDP datagram outside the VPN. The attacker server records the source IP, deanonymizing the user. User interaction is required to install and run the malicious application. See the LowLevel blog post on the VPN bypass and CyberInsider's coverage of the Android VPN leak for additional technical context.

Detection Methods for CVE-2026-45182

Indicators of Compromise

  • Outbound UDP datagrams originating from the device's real network interface while an Always-on VPN is active and "Block connections without VPN" is enabled.
  • DNS or UDP traffic to unexpected destinations immediately following application launch or termination events.
  • Newly installed applications that request network access and exhibit short-lived QUIC connection patterns.

Detection Strategies

  • Compare the device's observed public IP from external services against the VPN provider's expected egress IP to identify leaks.
  • Capture packet traces on the local network or upstream gateway and confirm whether any UDP traffic bypasses the VPN interface while lockdown settings are enabled.
  • Review installed application inventories for untrusted packages with network permissions on devices used for sensitive work.

Monitoring Recommendations

  • Log VPN tunnel state transitions and correlate them with outbound UDP flows at the network egress point.
  • Alert on traffic from mobile endpoints that does not transit the expected VPN concentrator when always-on policy is mandated.
  • Track GrapheneOS build identifiers across managed devices to confirm the patched release 2026050400 or later is deployed.

How to Mitigate CVE-2026-45182

Immediate Actions Required

  • Update GrapheneOS to release 2026050400 or later, which contains the fix for the registerQuicConnectionClosePayload leak.
  • Audit installed applications and remove any untrusted packages on devices that rely on VPN-based anonymity.
  • Re-verify that "Always-on VPN" and "Block connections without VPN" remain enabled after the update.

Patch Information

GrapheneOS addressed the vulnerability in release 2026050400. Details are published in the GrapheneOS release notes. Google declined to patch the underlying Android behavior, so the fix is currently specific to GrapheneOS.

Workarounds

  • Restrict installation to vetted applications from trusted sources until the device is updated.
  • Use a VPN client that enforces routing at a layer outside system_server where feasible, or route the device through an upstream network gateway that drops non-tunnel traffic.
  • For high-assurance use cases, treat the device's real IP as potentially exposed until the patched build is confirmed installed.
bash
# Verify the running GrapheneOS build is patched (2026050400 or later)
adb shell getprop ro.build.version.release
adb shell getprop ro.build.date.utc
adb shell getprop ro.build.id

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGrapheneos

  • SeverityLOW

  • CVSS Score2.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-441
  • Technical References
  • CyberInsider Article on Android VPN Leak

  • GrapheneOS Release Notes

  • LowLevel Blog Post on VPN Bypass
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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