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

CVE-2026-20125: Cisco IOS HTTP Server DoS Vulnerability

CVE-2026-20125 is a denial of service vulnerability in Cisco IOS and IOS XE Software HTTP Server that allows authenticated attackers to force device reloads. This article covers the technical details, affected systems, and mitigation.

Updated: May 15, 2026

CVE-2026-20125 Overview

CVE-2026-20125 is a denial of service vulnerability in the HTTP Server feature of Cisco IOS Software and Cisco IOS XE Software Release 3E. The flaw stems from improper validation of user-supplied input in HTTP request handling. An authenticated remote attacker can send malformed HTTP requests to trigger a watchdog timer expiration, forcing the affected device to reload. Exploitation requires a valid user account on the target device. The weakness is classified under [CWE-228] (Improper Handling of Syntactically Invalid Structure).

Critical Impact

Successful exploitation causes affected Cisco IOS and IOS XE devices to reload unexpectedly, producing a denial of service condition that disrupts network availability.

Affected Products

  • Cisco IOS Software
  • Cisco IOS XE Software Release 3E
  • Devices with the HTTP Server feature enabled

Discovery Timeline

  • 2026-03-25 - CVE-2026-20125 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-20125

Vulnerability Analysis

The vulnerability resides in the embedded HTTP Server component of Cisco IOS and IOS XE Software Release 3E. The HTTP Server processes incoming requests without sufficiently validating syntactic structure. When a malformed request reaches the parser, the handling routine enters a state that prevents the process from yielding control. The watchdog timer detects the stall and forces a device reload to recover. The result is a transient outage that affects all traffic transiting or terminating on the device.

The attack is network-reachable but constrained to authenticated users with valid credentials. The vulnerability has a scope change because the failure in the HTTP Server process impacts the entire device, including unrelated routing and switching functions. Confidentiality and integrity are not affected, but availability impact is high.

Root Cause

The root cause is improper handling of syntactically invalid HTTP request structures supplied by authenticated users. Input validation does not reject or safely discard malformed fields before they reach downstream processing logic. The resulting condition prevents normal task scheduling, triggering watchdog-driven recovery.

Attack Vector

An authenticated attacker establishes an HTTP or HTTPS session to the management interface of a vulnerable Cisco device. The attacker then transmits a crafted HTTP request containing malformed elements. The HTTP Server process hangs on the malformed input. The watchdog timer expires and the device reloads, dropping all active sessions. Repeated exploitation can sustain a denial of service condition.

Detailed technical information is published in the Cisco Security Advisory.

Detection Methods for CVE-2026-20125

Indicators of Compromise

  • Unexpected device reloads correlated with HTTP or HTTPS traffic to the management interface
  • Crash logs referencing the HTTP Server process or watchdog timer expiration
  • Authentication events for low-privilege accounts immediately preceding a reload

Detection Strategies

  • Inspect Cisco device crashinfo files for watchdog timeouts tied to the ip http server process
  • Correlate authenticated HTTP or HTTPS sessions with subsequent device reboots using syslog and AAA accounting records
  • Alert on malformed HTTP request patterns directed at infrastructure management addresses

Monitoring Recommendations

  • Forward Cisco syslog and SNMP trap data to a centralized logging platform for reload and crash event correlation
  • Track authentication failures and successful logins against HTTP and HTTPS services on network devices
  • Baseline normal HTTP management traffic volume and alert on anomalous bursts of malformed requests

How to Mitigate CVE-2026-20125

Immediate Actions Required

  • Apply Cisco's published fixed software releases for IOS and IOS XE Release 3E as detailed in the vendor advisory
  • Disable the HTTP Server feature on devices where it is not required for operations
  • Restrict HTTP and HTTPS management access to trusted administrative subnets using infrastructure access control lists
  • Audit user accounts on Cisco devices and remove unused or unnecessary credentials

Patch Information

Cisco has published fixed software details in the Cisco Security Advisory cisco-sa-ios-http-dos-sbv8XRpL. Administrators should review the advisory for affected release trains and corresponding fixed versions.

Workarounds

  • Disable the embedded HTTP and HTTPS servers using no ip http server and no ip http secure-server if administrative web access is not required
  • Apply control-plane policing (CoPP) policies to rate-limit HTTP and HTTPS traffic destined for the device
  • Enforce access classes on the HTTP Server to restrict source addresses permitted to authenticate
bash
# Configuration example - disable embedded HTTP servers
configure terminal
 no ip http server
 no ip http secure-server
end
write memory

# Restrict HTTP access to a trusted management subnet
configure terminal
 access-list 10 permit 10.0.0.0 0.0.0.255
 ip http access-class 10
end

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCisco Ios

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-228
  • Technical References
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20086: Cisco IOS XE Wireless Controller DoS Flaw

  • CVE-2026-20012: Cisco IKEv2 DoS Vulnerability

  • CVE-2025-20169: Cisco IOS SNMP DoS Vulnerability

  • CVE-2024-20312: Cisco IOS IS-IS Protocol DoS 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