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
    • 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-2025-31698

CVE-2025-31698: Apache Traffic Server Auth Bypass Flaw

CVE-2025-31698 is an authentication bypass vulnerability in Apache Traffic Server where ACLs fail to validate PROXY protocol IP addresses. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-31698 Overview

A significant access control vulnerability has been identified in Apache Traffic Server where Access Control Lists (ACLs) configured in ip_allow.config or remap.config do not properly utilize IP addresses provided by the PROXY protocol. This improper access control flaw (CWE-284) allows remote attackers to potentially bypass IP-based access restrictions when Apache Traffic Server is configured to accept PROXY protocol connections.

The vulnerability stems from how Apache Traffic Server processes client IP addresses when PROXY protocol is in use. Instead of using the real client IP address transmitted via the PROXY protocol header, the ACL evaluation may use an incorrect IP address, rendering IP-based access controls ineffective.

Critical Impact

Attackers can bypass IP-based access control restrictions to access protected resources, potentially exposing sensitive data or backend services that should be restricted to specific IP ranges.

Affected Products

  • Apache Traffic Server versions 10.0.0 through 10.0.6
  • Apache Traffic Server versions 9.0.0 through 9.2.10

Discovery Timeline

  • 2025-06-19 - CVE CVE-2025-31698 published to NVD
  • 2025-07-01 - Last updated in NVD database

Technical Details for CVE-2025-31698

Vulnerability Analysis

This vulnerability represents an improper access control issue in how Apache Traffic Server handles IP address information when the PROXY protocol is enabled. The PROXY protocol is commonly used in load-balanced environments to preserve original client IP addresses when connections pass through intermediary proxies or load balancers.

When Apache Traffic Server is configured to accept PROXY protocol headers, it should extract the original client IP from the protocol header for use in access control decisions. However, the ACL evaluation logic in ip_allow.config and remap.config fails to properly reference these PROXY protocol-provided IP addresses, instead potentially using the direct connection IP (which would be the load balancer or proxy).

This creates a scenario where carefully crafted requests can bypass IP-based restrictions, as the ACL checks against an unintended IP address rather than the actual client source.

Root Cause

The root cause lies in the disconnect between PROXY protocol IP address extraction and ACL evaluation subsystems within Apache Traffic Server. The ACL implementation does not properly query the PROXY protocol-provided IP addresses when making access control decisions, creating an inconsistency between the expected and actual IP addresses used for security enforcement.

Apache has introduced a new configuration setting proxy.config.acl.subjects that allows administrators to explicitly specify which IP addresses should be used for ACL evaluation when PROXY protocol is enabled, providing granular control over this behavior.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker positioned behind a PROXY protocol-enabled proxy or load balancer could craft requests that bypass IP-based ACL restrictions.

The attack scenario involves:

  1. An attacker identifies that the target Apache Traffic Server instance accepts PROXY protocol connections
  2. The attacker crafts requests that exploit the inconsistency between PROXY protocol IP handling and ACL evaluation
  3. Access control restrictions configured in ip_allow.config or remap.config are bypassed, allowing unauthorized access to protected resources

Due to the nature of this vulnerability, sensitive data exposure is the primary concern, as attackers may gain read access to resources that should be restricted by IP-based ACLs.

Detection Methods for CVE-2025-31698

Indicators of Compromise

  • Unexpected access to IP-restricted resources from sources that should be blocked
  • Log entries showing access from load balancer or proxy IPs to restricted endpoints rather than actual client IPs
  • Anomalous traffic patterns to protected backend services
  • Authentication-bypassed requests reaching sensitive endpoints

Detection Strategies

  • Review Apache Traffic Server access logs for requests to protected resources from unexpected source IPs
  • Monitor for discrepancies between PROXY protocol client IPs and the IPs recorded in ACL decision logs
  • Implement network-level monitoring for traffic patterns that suggest ACL bypass attempts
  • Audit configuration files (ip_allow.config and remap.config) to identify potentially affected ACL rules

Monitoring Recommendations

  • Enable verbose logging for ACL decisions to capture which IP addresses are being evaluated
  • Set up alerts for access to protected resources from load balancer or proxy IP ranges
  • Correlate access logs with expected IP allowlists to identify potential bypass activity
  • Monitor the Apache security mailing list for additional indicators and threat intelligence

How to Mitigate CVE-2025-31698

Immediate Actions Required

  • Upgrade Apache Traffic Server to version 9.2.11 or 10.0.6 immediately
  • Review and audit all IP-based ACL configurations in ip_allow.config and remap.config
  • Assess which resources are protected by IP-based ACLs and evaluate potential exposure
  • Consider implementing additional authentication mechanisms beyond IP-based access control

Patch Information

Apache has released patched versions that address this vulnerability:

  • Version 9.2.11 for the 9.x branch
  • Version 10.0.6 for the 10.x branch

Additionally, a new configuration setting proxy.config.acl.subjects has been introduced, allowing administrators to explicitly control which IP addresses are used for ACL evaluation when PROXY protocol is enabled.

For detailed information about the fix, refer to the Apache Security Mailing List Discussion.

Workarounds

  • Temporarily disable PROXY protocol acceptance if not strictly required until patching is complete
  • Implement network-level firewall rules as an additional layer of IP-based access control
  • Add application-layer authentication to resources previously protected only by IP ACLs
  • Use the new proxy.config.acl.subjects setting after upgrading to explicitly configure IP address handling for ACLs
bash
# Configuration example - After upgrading, configure ACL IP source behavior
# Edit records.config to specify which IP addresses to use for ACL evaluation
CONFIG proxy.config.acl.subjects STRING <appropriate_value>

# Restart Apache Traffic Server after configuration changes
traffic_ctl config reload

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Traffic Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Vendor Resources
  • Apache Security Mailing List Discussion
  • Related CVEs
  • CVE-2025-65114: Apache Traffic Server DoS Vulnerability

  • CVE-2025-58136: Apache Traffic Server DoS Vulnerability

  • CVE-2025-49763: Apache Traffic Server DoS Vulnerability

  • CVE-2020-9494: Apache Traffic Server DoS Vulnerability
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