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

CVE-2026-40462: F5 iControl REST Information Disclosure

CVE-2026-40462 is an information disclosure vulnerability in F5 iControl REST and TMOS shell that allows authenticated attackers to view sensitive data. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-40462 Overview

CVE-2026-40462 is an incorrect permission assignment vulnerability affecting F5 iControl REST and the TMOS shell (tmsh). An undisclosed command grants authenticated users access to sensitive information that should be restricted by role-based access controls. The flaw maps to [CWE-732: Incorrect Permission Assignment for Critical Resource].

An authenticated attacker with low privileges can leverage the affected command over the network to disclose sensitive data from the BIG-IP system. F5 has not evaluated software versions that have reached End of Technical Support (EoTS). Refer to the F5 Security Advisory for vendor-specific guidance.

Critical Impact

Authenticated low-privileged users can read sensitive system information through iControl REST or tmsh, bypassing intended role-based access restrictions.

Affected Products

  • F5 iControl REST interface
  • F5 TMOS shell (tmsh)
  • F5 BIG-IP software versions still under Technical Support

Discovery Timeline

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

Technical Details for CVE-2026-40462

Vulnerability Analysis

The vulnerability stems from incorrect permission assignment on an undisclosed command exposed through both the iControl REST API and the tmsh command-line interface. F5 BIG-IP enforces a role-based access control (RBAC) model where users such as Guest, Operator, or Auditor should not have visibility into certain configuration or runtime data.

The affected command does not enforce these role boundaries correctly. As a result, an authenticated user holding lower-privileged credentials can issue the command and retrieve information that should be restricted to administrative roles. The CVSS v4.0 vector indicates high impact to confidentiality only, with no integrity or availability impact.

F5 has not disclosed the specific command to prevent immediate weaponization. The vulnerability does not require user interaction and can be triggered remotely against the management interface.

Root Cause

The root cause is a missing or insufficient authorization check on a privileged command path shared by iControl REST and tmsh. The command executes and returns sensitive data without verifying that the calling user's role grants access to that resource, violating the principle of least privilege.

Attack Vector

Exploitation requires valid credentials on the BIG-IP management plane. The attacker authenticates to either the iControl REST endpoint over HTTPS or the tmsh shell, then invokes the undisclosed command. The system returns sensitive output to the attacker without enforcing the expected role check.

The vulnerability is network-reachable wherever the BIG-IP management interface is exposed. Attack complexity is low and no user interaction is required, though authentication is mandatory.

No public proof-of-concept code is available, and the command itself has not been disclosed by F5. The EPSS score is 0.05%, indicating low probability of exploitation activity in the short term.

Detection Methods for CVE-2026-40462

Indicators of Compromise

  • Unexpected iControl REST API calls from non-administrative accounts to undocumented or rarely-used endpoints under /mgmt/tm/
  • tmsh command execution by users assigned the Guest, Operator, Auditor, or other restricted roles
  • Unusual volume of read-only API requests from a single authenticated session targeting configuration objects

Detection Strategies

  • Enable and centralize BIG-IP audit logging (/var/log/audit) and iControl REST request logs to a SIEM for correlation
  • Baseline normal tmsh and iControl REST usage per user role, then alert on deviations such as low-privileged accounts invoking administrative-style commands
  • Correlate authentication events with command invocations to detect accounts probing for accessible commands

Monitoring Recommendations

  • Forward BIG-IP syslog and audit streams to a centralized log platform with retention sufficient for forensic review
  • Monitor for new or atypical service accounts authenticating to the management plane
  • Restrict management interface exposure to dedicated administrative networks and alert on access from outside those ranges

How to Mitigate CVE-2026-40462

Immediate Actions Required

  • Review the F5 Security Advisory K000156581 and identify affected BIG-IP versions in your environment
  • Apply the fixed software versions published by F5 as soon as maintenance windows permit
  • Audit existing user accounts and remove low-privileged accounts that are no longer required on the management plane
  • Rotate credentials for any account suspected of having invoked the affected command path

Patch Information

F5 has published remediation guidance and fixed versions in security advisory K000156581. Versions that have reached End of Technical Support are not evaluated and will not receive a fix; upgrade to a supported release before applying patches. Consult the advisory for the exact fixed version mapping for each BIG-IP branch.

Workarounds

  • Restrict access to the BIG-IP management interface and iControl REST endpoint to trusted administrative networks only
  • Limit account provisioning so that only required users receive tmsh or iControl REST access, and enforce the principle of least privilege on assigned roles
  • Enforce strong authentication, including multi-factor authentication, for all management-plane users
  • Enable command auditing and alert on use of administrative commands by non-administrative roles
bash
# Configuration example: restrict iControl REST and tmsh management access
# Limit management access to a specific administrative subnet
tmsh modify sys httpd allow replace-all-with { 10.10.0.0/24 }
tmsh modify sys sshd allow replace-all-with { 10.10.0.0/24 }

# Review user roles and remove unnecessary accounts
tmsh list auth user
tmsh delete auth user <unused-account>

# Save configuration
tmsh save sys config

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechF5

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Technical References
  • F5 Security Advisory
  • Related CVEs
  • CVE-2026-42924: iControl SOAP Privilege Escalation Flaw

  • CVE-2026-40423: SIP Profile DoS Vulnerability in TMM

  • CVE-2026-34176: iControl REST RCE 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