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

CVE-2024-23308: F5 BIG-IP Advanced WAF DoS Vulnerability

CVE-2024-23308 is a denial of service vulnerability in F5 BIG-IP Advanced WAF that causes the BD process to terminate when processing certain requests. This article covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-23308 Overview

CVE-2024-23308 affects F5 BIG-IP Advanced Web Application Firewall (WAF) and BIG-IP Application Security Manager (ASM). The vulnerability allows remote unauthenticated attackers to terminate the Bot Defense (BD) process by sending undisclosed requests to a virtual server with a vulnerable security policy attached. The flaw is classified as a NULL Pointer Dereference [CWE-476] and results in denial of service against the WAF data plane.

The condition triggers when a policy uses the Request Body Handling option in a Header-Based Content Profile for an Allowed URL, configured with "Apply value and content signatures and detect threat campaigns." Software versions that have reached End of Technical Support are not evaluated by F5.

Critical Impact

Remote unauthenticated attackers can crash the BD process, disrupting WAF inspection and degrading protection on affected BIG-IP virtual servers.

Affected Products

  • F5 BIG-IP Advanced Web Application Firewall
  • F5 BIG-IP Application Security Manager
  • Virtual servers with policies using Header-Based Content Profile and Request Body Handling

Discovery Timeline

  • 2024-02-14 - CVE-2024-23308 published to NVD
  • 2024-12-12 - Last updated in NVD database

Technical Details for CVE-2024-23308

Vulnerability Analysis

The vulnerability resides in the Bot Defense (bd) process, which performs request inspection within BIG-IP Advanced WAF and ASM. The process terminates when it receives specific undisclosed requests against a virtual server bound to a policy with the affected Request Body Handling configuration. Each termination triggers a service interruption on the data plane until the process recovers.

The issue is a NULL pointer dereference [CWE-476]. The bd process fails to validate an internal pointer before dereferencing it during request body processing, leading to a segmentation fault. The vulnerability impacts availability only — confidentiality and integrity are not affected, consistent with the CVSS vector showing C:N/I:N/A:H.

Root Cause

The defect is triggered by the combination of a Header-Based Content Profile assigned to an Allowed URL and the option "Apply value and content signatures and detect threat campaigns." When this option is enabled, the bd process executes a code path that does not handle a malformed or unexpected request body structure safely. The missing pointer validation causes the process to terminate.

Attack Vector

The attack vector is network-based, requires no authentication, and requires no user interaction. An attacker sends crafted HTTP requests to any virtual server that has an affected policy attached. Because BIG-IP devices are typically deployed at the network edge, the attack surface is exposed wherever the WAF terminates client traffic.

No public proof-of-concept has been published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS probability is 0.362%. Refer to the F5 Knowledge Base Article K000137416 for vendor-confirmed technical details.

Detection Methods for CVE-2024-23308

Indicators of Compromise

  • Repeated termination and restart events of the bd process on BIG-IP devices
  • Core dump files generated by the bd process in /var/log/ or /shared/core/
  • Spikes in HTTP request volume to virtual servers using Header-Based Content Profiles
  • Gaps in WAF event logging that correlate with bd process restarts

Detection Strategies

  • Monitor BIG-IP system logs for bd process crash, signal, or restart messages
  • Alert on policy enforcement gaps where requests bypass inspection due to WAF fail-open behavior
  • Correlate inbound traffic patterns with bd restarts to identify deliberate exploitation attempts

Monitoring Recommendations

  • Forward ltm, asm, and restjavad logs to a centralized SIEM for crash signature analysis
  • Enable health monitoring via iHealth or SNMP to track bd process uptime
  • Review policies for use of "Apply value and content signatures and detect threat campaigns" on Allowed URLs

How to Mitigate CVE-2024-23308

Immediate Actions Required

  • Identify all virtual servers with BIG-IP Advanced WAF or ASM policies attached
  • Audit policies for Header-Based Content Profiles assigned to Allowed URLs using the vulnerable Request Body Handling option
  • Apply the fixed software versions listed by F5 in advisory K000137416
  • Restrict management plane access and rate-limit inbound traffic to exposed virtual servers

Patch Information

F5 has published fixed software versions and engineering hotfixes in the F5 Knowledge Base Article K000137416. Software versions that have reached End of Technical Support are not evaluated and should be upgraded to a supported branch before applying remediation.

Workarounds

  • Change the Request Body Handling option in the Header-Based Content Profile to a value other than "Apply value and content signatures and detect threat campaigns"
  • Remove the Header-Based Content Profile from the Allowed URL until a patched version is deployed
  • Detach the affected security policy from internet-facing virtual servers if reconfiguration is not feasible
bash
# Configuration example
# Review attached policies on virtual servers
tmsh list ltm virtual <virtual_server_name> policies

# Check bd process status and recent restarts
tmsh show sys service bd
grep -i "bd" /var/log/ltm | tail -50

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechF5 Big Ip Advanced Web Application Firewall

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Vendor Resources
  • F5 Knowledge Base Article K000137416
  • Related CVEs
  • CVE-2025-61938: F5 BIG-IP Advanced WAF DoS Vulnerability

  • CVE-2025-54858: F5 BIG-IP Advanced WAF DoS Vulnerability

  • CVE-2025-61935: F5 BIG-IP Advanced WAF DoS 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