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

CVE-2026-22549: F5 BIG-IP Info Disclosure Vulnerability

CVE-2026-22549 is an information disclosure vulnerability in F5 BIG-IP Container Ingress Services allowing excessive permissions to read cluster secrets. This article covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-22549 Overview

A privilege escalation vulnerability exists in F5 BIG-IP Container Ingress Services that may allow excessive permissions to read cluster secrets. This vulnerability stems from improper access control (CWE-250: Execution with Unnecessary Privileges), where the affected component operates with more privileges than required, potentially exposing sensitive Kubernetes cluster secrets to unauthorized access.

Critical Impact

Attackers with high-privilege network access could exploit this vulnerability to read sensitive cluster secrets, potentially exposing credentials, API keys, certificates, and other confidential data stored within the Kubernetes environment.

Affected Products

  • F5 BIG-IP Container Ingress Services (versions not yet at End of Technical Support)

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-22549 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-22549

Vulnerability Analysis

This vulnerability affects F5 BIG-IP Container Ingress Services, a component that manages traffic routing and load balancing for containerized applications in Kubernetes environments. The flaw allows the service to operate with excessive permissions, enabling it to read cluster secrets beyond what is necessary for its intended function.

The vulnerability is categorized under CWE-250 (Execution with Unnecessary Privileges), indicating that the affected software runs with more permissions than required for normal operation. In Kubernetes environments, this type of misconfiguration can be particularly dangerous as cluster secrets often contain sensitive information such as database credentials, API tokens, TLS certificates, and service account keys.

The attack requires network access and high privileges (authenticated access), but once exploited, it enables read access to confidential data without any user interaction required.

Root Cause

The root cause of this vulnerability lies in the overly permissive Role-Based Access Control (RBAC) configuration assigned to the BIG-IP Container Ingress Services component. The service's ServiceAccount or ClusterRole is granted broader secret-reading permissions than necessary for its legitimate functionality, violating the principle of least privilege. This excessive permission grant allows the service—and potentially any attacker who compromises it—to enumerate and read secrets across the Kubernetes cluster or namespace.

Attack Vector

The vulnerability is exploitable over the network by an authenticated attacker with high privileges. An attacker who gains access to the BIG-IP Container Ingress Services component, or can manipulate its operations, could leverage the excessive permissions to read Kubernetes secrets that should be inaccessible.

The attack flow involves:

  1. Gaining authenticated access to the affected BIG-IP Container Ingress Services environment
  2. Leveraging the service's excessive RBAC permissions to query the Kubernetes API
  3. Reading cluster secrets containing sensitive credentials and configuration data
  4. Using the extracted secrets for lateral movement or further compromise

For detailed technical information, refer to the F5 Security Article K000157960.

Detection Methods for CVE-2026-22549

Indicators of Compromise

  • Unusual API calls to the Kubernetes Secrets API from the BIG-IP Container Ingress Services pod or service account
  • Audit log entries showing secret enumeration or read operations beyond the service's normal behavior
  • Unexpected access patterns to secrets outside the expected namespace scope
  • Anomalous volume of GET /api/v1/secrets or GET /api/v1/namespaces/*/secrets requests

Detection Strategies

  • Enable and monitor Kubernetes audit logs for secret access events attributed to the BIG-IP Container Ingress Services service account
  • Implement alerting for any secret read operations outside the expected operational scope
  • Deploy runtime security monitoring to detect abnormal process behavior within the CIS pods
  • Review RBAC bindings periodically to identify overly permissive configurations

Monitoring Recommendations

  • Configure Kubernetes audit policies to log all secret access events at the RequestResponse level
  • Set up SIEM alerts for patterns indicating secret enumeration or bulk secret access
  • Monitor network traffic from BIG-IP CIS components for unusual API server communication patterns
  • Implement periodic RBAC audits using tools like kubectl-who-can to track permission drift

How to Mitigate CVE-2026-22549

Immediate Actions Required

  • Review the F5 security advisory and apply vendor-recommended patches or configuration changes
  • Audit the RBAC permissions assigned to the BIG-IP Container Ingress Services service account
  • Implement network policies to restrict API server access from the CIS pods
  • Enable Kubernetes audit logging if not already configured

Patch Information

F5 has published security guidance for this vulnerability. Organizations running affected versions of BIG-IP Container Ingress Services should consult the F5 Security Article K000157960 for specific remediation steps, including any available software updates or configuration changes. Note that software versions which have reached End of Technical Support (EoTS) are not evaluated and may remain vulnerable.

Workarounds

  • Restrict the ServiceAccount permissions for BIG-IP CIS to only the specific secrets it requires
  • Implement namespace-scoped Roles instead of ClusterRoles where possible to limit secret access scope
  • Deploy Kubernetes NetworkPolicies to limit pod-to-API-server communication
  • Consider using external secrets management solutions to reduce sensitive data stored in Kubernetes secrets
bash
# Example: Audit current RBAC permissions for the CIS service account
kubectl auth can-i --list --as=system:serviceaccount:kube-system:bigip-ctlr

# Review ClusterRoleBindings associated with the CIS service account
kubectl get clusterrolebindings -o json | jq '.items[] | select(.subjects[]?.name=="bigip-ctlr")'

# Check which secrets the service account can access
kubectl auth can-i get secrets --as=system:serviceaccount:kube-system:bigip-ctlr -A

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 Big Ip

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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-250
  • Technical References
  • F5 Security Article K000157960
  • Related CVEs
  • CVE-2025-61974: F5 BIG-IP Next CNF 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