A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-21793

CVE-2024-21793: F5 BIG-IP Next Central Manager SQLi Flaw

CVE-2024-21793 is an OData injection vulnerability in F5 BIG-IP Next Central Manager API that enables SQL injection attacks through URI manipulation. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-21793 Overview

An OData injection vulnerability exists in the F5 BIG-IP Next Central Manager API. This vulnerability allows unauthenticated attackers to remotely exploit the API endpoint to extract sensitive information from the system. OData (Open Data Protocol) injection is a type of injection attack where malicious OData query parameters are inserted into API requests to manipulate database queries, similar to SQL injection but targeting OData-enabled web services.

Critical Impact

Unauthenticated remote attackers can exploit this OData injection vulnerability to access confidential data from the BIG-IP Next Central Manager, potentially compromising network management infrastructure and exposing sensitive configuration details.

Affected Products

  • F5 BIG-IP Next Central Manager (versions prior to security patch)

Discovery Timeline

  • 2024-05-08 - CVE-2024-21793 published to NVD
  • 2025-09-19 - Last updated in NVD database

Technical Details for CVE-2024-21793

Vulnerability Analysis

This OData injection vulnerability (CWE-89) affects the BIG-IP Next Central Manager API URI endpoint. OData injection occurs when user-supplied input is incorporated into OData queries without proper sanitization or parameterization. In this case, the API fails to adequately validate and sanitize query parameters before processing them, allowing attackers to inject malicious OData expressions.

The vulnerability is network-accessible, requires no privileges or user interaction to exploit, and can lead to unauthorized disclosure of confidential information. The attack complexity is low, making it accessible to attackers with moderate technical skills. While the vulnerability does not directly allow for data modification or system availability impact, the confidentiality breach can expose critical infrastructure management data.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-89) in the OData query processing layer of the BIG-IP Next Central Manager API. The API endpoint fails to properly sanitize OData filter expressions and query parameters before they are processed, allowing injection of malicious query constructs that can extract unauthorized data.

Attack Vector

The attack is executed remotely over the network by sending specially crafted HTTP requests to the vulnerable API endpoint. An attacker can manipulate OData query parameters such as $filter, $select, or $expand to inject malicious expressions that bypass intended query restrictions. This allows the attacker to access data outside their authorized scope, potentially including sensitive configuration information, credentials, or other management data stored in the Central Manager.

The vulnerability does not require authentication, meaning any network attacker with access to the API endpoint can attempt exploitation. The attack targets the URI component of API requests, where OData query strings are parsed and executed.

Detection Methods for CVE-2024-21793

Indicators of Compromise

  • Unusual or malformed OData query parameters in API request logs (e.g., suspicious $filter or $select expressions)
  • Unexpected API requests to BIG-IP Next Central Manager from unauthorized IP addresses
  • Anomalous data access patterns or bulk data retrieval attempts via the API
  • Error messages in application logs indicating OData parsing failures or injection attempts

Detection Strategies

  • Monitor API access logs for requests containing unusual OData query syntax or escape sequences
  • Implement web application firewall (WAF) rules to detect and block OData injection patterns
  • Deploy intrusion detection signatures targeting known OData injection techniques
  • Analyze network traffic for unauthorized API communications to the Central Manager

Monitoring Recommendations

  • Enable comprehensive logging on the BIG-IP Next Central Manager API endpoints
  • Configure alerting for failed authentication attempts and anomalous API query patterns
  • Implement rate limiting on API endpoints to detect and slow enumeration attempts
  • Regularly audit API access logs for signs of reconnaissance or data exfiltration

How to Mitigate CVE-2024-21793

Immediate Actions Required

  • Apply the security patch from F5 as documented in Knowledge Article K000138732
  • Restrict network access to the BIG-IP Next Central Manager API to trusted management networks only
  • Implement additional authentication controls if possible pending patching
  • Review API access logs for evidence of exploitation attempts

Patch Information

F5 has released a security patch addressing this vulnerability. Administrators should consult the F5 Knowledge Article K000138732 for detailed patching instructions and information about fixed software versions. Organizations running versions that have reached End of Technical Support (EoTS) should prioritize upgrading to supported versions.

Workarounds

  • Implement network segmentation to restrict API access to authorized management hosts only
  • Deploy a web application firewall with OData injection detection rules in front of the Central Manager
  • Use IP allowlisting to limit access to the management interface
  • Monitor and alert on any API requests from unauthorized sources while awaiting patching
bash
# Example: Restrict network access to management interface via firewall rules
# Allow only trusted management network to access the API
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
  • TypeSQLI

  • Vendor/TechF5 Big Ip Next Central Manager

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability84.92%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Vendor Resources
  • F5 Knowledge Article K000138732
  • Related CVEs
  • CVE-2024-26026: F5 BIG-IP Next Central Manager SQLi Flaw

  • CVE-2024-39809: F5 BIG-IP Auth Bypass 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