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-2026-20155

CVE-2026-20155: Cisco EPNM Information Disclosure Flaw

CVE-2026-20155 is an information disclosure vulnerability in Cisco Evolved Programmable Network Manager that lets low-privileged attackers access session data of admin users. This article covers technical details, impact, and mitigation.

Published: April 2, 2026

CVE-2026-20155 Overview

A vulnerability in the web-based management interface of Cisco Evolved Programmable Network Manager (EPNM) allows an authenticated, remote attacker with low privileges to access sensitive information that they are not authorized to access. This improper authorization vulnerability (CWE-862) exists due to inadequate authorization checks on a REST API endpoint of an affected device.

An attacker could exploit this vulnerability by querying the affected endpoint. A successful exploit could allow the attacker to view session information of active Cisco EPNM users, including users with administrative privileges, which could result in the affected device being compromised.

Critical Impact

Low-privileged authenticated attackers can access administrative session information via REST API, potentially leading to full system compromise through session hijacking.

Affected Products

  • Cisco Evolved Programmable Network Manager (EPNM) - Web-based Management Interface
  • Cisco EPNM REST API Endpoints

Discovery Timeline

  • April 1, 2026 - CVE-2026-20155 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20155

Vulnerability Analysis

This vulnerability falls under the category of Missing Authorization (CWE-862), where the affected REST API endpoint fails to properly verify that the requesting user has adequate privileges to access the requested information. The flaw exists in the web-based management interface of Cisco EPNM, which is used for managing and monitoring network infrastructure.

The vulnerability is particularly concerning because it allows attackers with minimal privileges to escalate their access by harvesting session tokens from higher-privileged users. Once an attacker obtains administrative session information, they could potentially hijack those sessions and gain full control over the network management system.

Root Cause

The root cause of this vulnerability is improper authorization checks on a REST API endpoint within the Cisco EPNM web-based management interface. The application fails to verify that authenticated users requesting session information have the appropriate privilege level to view such sensitive data. This authorization bypass allows any authenticated user, regardless of their assigned role, to query and retrieve session details for all active users including administrators.

Attack Vector

The attack is network-based and requires the attacker to have valid credentials for the Cisco EPNM system, even with low-privilege access. The exploitation flow involves:

  1. An attacker authenticates to the Cisco EPNM web interface using low-privilege credentials
  2. The attacker identifies and queries the vulnerable REST API endpoint
  3. The endpoint returns session information for all active users, including administrative accounts
  4. The attacker can use the exposed session tokens to hijack privileged sessions
  5. With hijacked administrative sessions, the attacker gains full control of the EPNM system

The vulnerability requires user interaction as indicated by the attack vector characteristics, suggesting that certain conditions or user actions may be necessary for successful exploitation.

Detection Methods for CVE-2026-20155

Indicators of Compromise

  • Unusual REST API queries from low-privileged user accounts targeting session-related endpoints
  • Multiple session information requests originating from the same low-privileged user
  • Administrative session access from unexpected IP addresses or user agents following API queries
  • Audit log entries showing low-privileged users accessing privileged session data

Detection Strategies

  • Monitor REST API access logs for unusual patterns of session endpoint queries from low-privileged accounts
  • Implement anomaly detection for users accessing resources outside their normal permission scope
  • Alert on multiple authentication sessions originating from the same credentials with different session tokens
  • Review access control logs for any signs of privilege escalation attempts

Monitoring Recommendations

  • Enable detailed logging on all REST API endpoints in Cisco EPNM
  • Configure SIEM alerts for session enumeration patterns and unauthorized data access attempts
  • Implement user behavior analytics to detect abnormal access patterns from low-privileged accounts
  • Monitor network traffic for unusual volumes of API requests targeting the management interface

How to Mitigate CVE-2026-20155

Immediate Actions Required

  • Review the Cisco Security Advisory for specific patch availability and instructions
  • Audit all low-privileged user accounts for unnecessary access and suspicious activity
  • Implement network segmentation to restrict access to the EPNM management interface
  • Review and terminate any suspicious active sessions in the EPNM system

Patch Information

Cisco has published a security advisory for this vulnerability. Organizations should consult the Cisco Security Advisory cisco-sa-epnm-improp-auth-mUwFWUU3 for detailed patch information, fixed software versions, and upgrade instructions specific to their deployment.

Workarounds

  • Restrict network access to the Cisco EPNM management interface to trusted networks and administrators only
  • Implement strict IP-based access controls for the web-based management interface
  • Configure additional authentication requirements such as multi-factor authentication for accessing the management interface
  • Consider disabling or restricting access to the vulnerable REST API endpoint if not required for operations until a patch is applied
bash
# Example: Restrict EPNM management interface access via firewall
# Limit access to trusted administrator networks only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCisco

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20133: Cisco SD-WAN Manager Info Disclosure Flaw

  • CVE-2024-20292: Cisco Duo Authentication Info Disclosure

  • CVE-2024-20440: Cisco Smart License Utility Info Disclosure

  • CVE-2026-20160: Cisco SSM On-Prem RCE 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