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-2023-20186

CVE-2023-20186: Cisco IOS Auth Bypass Vulnerability

CVE-2023-20186 is an authentication bypass flaw in Cisco IOS and IOS XE Software that allows authenticated attackers to bypass command authorization via SCP. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-20186 Overview

A critical vulnerability exists in the Authentication, Authorization, and Accounting (AAA) feature of Cisco IOS Software and Cisco IOS XE Software that allows an authenticated, remote attacker to bypass command authorization and perform unauthorized file operations. By exploiting improper processing of Secure Copy Protocol (SCP) commands within AAA command authorization checks, an attacker with valid credentials and level 15 privileges can copy files to or from the file system of affected devices.

This authorization bypass vulnerability poses significant risks to enterprise network infrastructure, as Cisco IOS and IOS XE devices are foundational components in many corporate environments. Successful exploitation could allow attackers to exfiltrate sensitive configuration data, deploy malicious configurations, or retrieve credential information stored on the device.

Critical Impact

Authenticated attackers with level 15 privileges can bypass AAA command authorization to obtain or modify device configurations and transfer files, potentially leading to full network compromise.

Affected Products

  • Cisco IOS Software (multiple versions from 12.2 through 15.9)
  • Cisco IOS XE Software (versions 3.2.x through 17.11.x)

Discovery Timeline

  • September 27, 2023 - CVE-2023-20186 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-20186

Vulnerability Analysis

This vulnerability stems from a fundamental flaw in how Cisco IOS and IOS XE Software process SCP commands during AAA command authorization checks. The AAA framework is designed to enforce strict access controls, ensuring that users can only execute commands they are explicitly authorized to perform. However, the SCP command processing logic contains a flaw that allows it to bypass these authorization checks entirely.

When an attacker establishes an SCP connection from an external machine to an affected device, the AAA subsystem fails to properly validate whether the user has authorization to perform file transfer operations. This allows an authenticated user with level 15 privileges—which typically grants administrative access—to transfer files without the expected authorization verification.

The impact of this vulnerability extends beyond simple file transfers. An attacker could retrieve the running configuration, which often contains sensitive information such as SNMP community strings, routing protocol authentication keys, VPN credentials, and other secrets. Additionally, the ability to write files to the device could enable configuration tampering, backdoor installation, or preparation for further attacks.

Root Cause

The root cause of CVE-2023-20186 is improper authorization validation (CWE-285: Improper Authorization) within the AAA command processing subsystem. Specifically, the vulnerability exists because SCP commands are not subjected to the same rigorous authorization checks that apply to other administrative commands. This inconsistency in the security model creates an exploitable gap that attackers can leverage to circumvent intended access controls.

The authorization check bypass occurs because the SCP service processes file transfer requests through a code path that does not invoke the standard AAA command authorization mechanisms. This architectural oversight means that even when AAA command authorization is properly configured and functioning for other commands, SCP operations can proceed without proper verification.

Attack Vector

The attack requires network access to the affected device and valid credentials with level 15 privileges. The attacker must be able to establish an SCP connection to the target device from an external machine. Once connected, the attacker can use standard SCP operations to transfer files to or from the device's file system.

The attack flow typically follows these steps:

  1. The attacker authenticates to the target Cisco device using valid credentials with level 15 privileges
  2. From an external machine, the attacker initiates an SCP session to the target device
  3. The SCP service processes the file transfer request without properly checking AAA command authorization
  4. The attacker can then download sensitive files (such as running-config or startup-config) or upload malicious files to the device

This vulnerability is particularly dangerous in environments where command authorization is relied upon as a compensating control to restrict what authenticated administrators can do. Organizations that have implemented role-based access controls through AAA may be unaware that SCP operations bypass these controls entirely.

Detection Methods for CVE-2023-20186

Indicators of Compromise

  • Unexpected SCP connections to Cisco IOS/IOS XE devices from external IP addresses
  • Configuration file access or modifications that were not authorized through change management processes
  • Log entries showing SCP file transfers by users who should not have file transfer permissions
  • Presence of unfamiliar files in the device file system

Detection Strategies

  • Monitor AAA accounting logs for SCP session establishment and file transfer activities
  • Implement network traffic analysis to detect SCP connections (TCP port 22) to infrastructure devices
  • Configure SNMP traps or syslog alerts for file system access events on network devices
  • Establish baseline SCP usage patterns and alert on anomalies

Monitoring Recommendations

  • Enable comprehensive logging for all authentication and file access events on Cisco devices
  • Deploy network detection capabilities to identify lateral movement and unauthorized file transfers
  • Integrate Cisco device logs with SIEM platforms for correlation and alerting
  • Regularly audit device configurations for unauthorized changes

How to Mitigate CVE-2023-20186

Immediate Actions Required

  • Review all Cisco IOS and IOS XE devices for vulnerable software versions
  • Audit current SCP access and disable SCP functionality where not required
  • Implement network segmentation to restrict management plane access to authorized systems only
  • Review AAA configurations and ensure all administrative access is monitored

Patch Information

Cisco has released security updates to address this vulnerability. Organizations should consult the Cisco Security Advisory for specific fixed software versions applicable to their deployment. The advisory provides detailed information on which software versions contain the fix and guidance for determining the appropriate upgrade path.

Administrators should verify their current software version using the show version command and compare it against the fixed releases listed in the Cisco security advisory. Given the critical severity of this vulnerability, prioritize patching for devices that are exposed to untrusted networks or that contain sensitive configurations.

Workarounds

  • Disable SCP server functionality if not required by using the no ip scp server enable command
  • Implement strict access control lists (ACLs) to limit which IP addresses can establish SCP connections
  • Use TACACS+ or RADIUS to implement additional authorization controls and comprehensive logging
  • Consider using out-of-band management networks to isolate device management traffic
bash
# Disable SCP server functionality
configure terminal
no ip scp server enable
end
write memory

# Restrict management access via ACL
ip access-list extended MGMT-ACCESS
 permit tcp host 10.0.0.100 any eq 22
 deny tcp any any eq 22
 permit ip any any

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCisco Ios

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-285

  • NVD-CWE-noinfo
  • Vendor Resources
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2025-20160: Cisco IOS Auth Bypass Vulnerability

  • CVE-2024-20465: Cisco IOS ACL Bypass Vulnerability

  • CVE-2026-20086: Cisco IOS XE Wireless Controller DoS Flaw

  • CVE-2026-20012: Cisco IKEv2 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