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-2025-54858

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

CVE-2025-54858 is a denial of service vulnerability in F5 BIG-IP Advanced WAF caused by malformed JSON schemas in security policies. Attackers can crash the bd process, disrupting service availability. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 15, 2026

CVE-2025-54858 Overview

CVE-2025-54858 is a high-severity Denial of Service vulnerability affecting F5 BIG-IP Advanced Web Application Firewall (WAF) and BIG-IP Application Security Manager (ASM). When a security policy is configured with a JSON content profile containing a malformed JSON schema and applied to a virtual server, specially crafted requests can cause the bd (blocking daemon) process to terminate unexpectedly.

This vulnerability arises from improper handling of malformed JSON schema configurations (CWE-674: Uncontrolled Recursion), where the security enforcement daemon fails to properly validate or process certain request patterns when operating with an invalid schema definition. The termination of the bd process can result in temporary loss of security policy enforcement and potential service disruption.

Critical Impact

Attackers can exploit this vulnerability remotely without authentication to crash the BIG-IP security enforcement process, potentially bypassing WAF protections and causing service disruption for protected applications.

Affected Products

  • F5 BIG-IP Advanced Web Application Firewall
  • F5 BIG-IP Application Security Manager
  • Virtual servers with JSON content profiles containing malformed JSON schemas

Discovery Timeline

  • October 15, 2025 - CVE-2025-54858 published to NVD
  • October 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-54858

Vulnerability Analysis

This vulnerability is classified under CWE-674 (Uncontrolled Recursion), indicating that the root cause involves improper handling of recursive or deeply nested structures within JSON schema processing. When the BIG-IP security policy enforcement daemon (bd process) encounters requests that interact with a malformed JSON schema configuration, it enters an uncontrolled state that leads to process termination.

The vulnerability specifically manifests when:

  1. A JSON content profile is configured within a BIG-IP ASM or Advanced WAF security policy
  2. The JSON schema definition within that profile is malformed or contains invalid structures
  3. The security policy is actively applied to a virtual server
  4. Undisclosed request patterns are sent to the protected virtual server

The bd process is critical to BIG-IP's security enforcement capabilities, handling real-time traffic inspection and policy enforcement. When this process terminates, there may be a gap in security coverage until the process restarts.

Root Cause

The vulnerability stems from uncontrolled recursion (CWE-674) in the JSON schema processing logic within the BIG-IP security policy enforcement daemon. When a malformed JSON schema is present in the configuration, the schema validation or request parsing routines may enter an infinite or excessively deep recursion state when processing certain request patterns, ultimately causing stack exhaustion and process termination.

The issue specifically occurs because the bd process does not adequately validate the integrity of JSON schema configurations before using them for request inspection, nor does it implement proper recursion depth limits when processing requests against malformed schemas.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a BIG-IP virtual server with an ASM or Advanced WAF policy that uses a JSON content profile
  2. Sending specially crafted HTTP requests designed to trigger the malformed schema processing path
  3. The bd process encounters the malformed schema during request inspection and enters an uncontrolled state
  4. Process termination occurs, disrupting security policy enforcement

The specific request patterns that trigger this condition have not been publicly disclosed by F5 to prevent exploitation. However, organizations with JSON content profiles containing improperly formatted schemas are at risk.

Detection Methods for CVE-2025-54858

Indicators of Compromise

  • Unexpected bd process crashes or restarts in BIG-IP logs
  • Repeated core dumps or error messages related to JSON schema processing
  • Temporary gaps in WAF/ASM policy enforcement with corresponding log entries
  • Increased restart counts for the bd daemon in system monitoring

Detection Strategies

  • Monitor BIG-IP system logs for bd process termination events using log analysis tools
  • Configure SNMP traps or syslog alerts for daemon restart events on BIG-IP devices
  • Review JSON content profiles in ASM/Advanced WAF policies for schema validation errors
  • Implement health monitoring that tracks security enforcement process status

Monitoring Recommendations

  • Enable detailed logging for ASM/Advanced WAF policy enforcement events
  • Set up automated alerts for any bd process crashes or unexpected restarts
  • Monitor traffic patterns for unusual request volumes targeting JSON-enabled virtual servers
  • Regularly audit JSON schema configurations for validity and proper formatting

How to Mitigate CVE-2025-54858

Immediate Actions Required

  • Review all JSON content profiles in active security policies for malformed schema definitions
  • Validate JSON schemas using external JSON schema validators before deployment
  • Monitor BIG-IP systems for signs of bd process instability or crashes
  • Consider temporarily removing or correcting any malformed JSON schemas until patches are applied

Patch Information

F5 has released security guidance for this vulnerability. Organizations should consult the F5 Knowledge Base Article K000156621 for specific patch versions and upgrade instructions. Note that software versions which have reached End of Technical Support (EoTS) are not evaluated for this vulnerability.

Administrators should:

  1. Identify current BIG-IP software versions using tmsh show sys version
  2. Review the F5 advisory for applicable fixed versions
  3. Plan and execute upgrades following F5's recommended upgrade procedures
  4. Validate security policy functionality after patching

Workarounds

  • Audit and correct any malformed JSON schemas in content profiles before applying to production policies
  • Implement external JSON schema validation as part of the security policy deployment workflow
  • Consider removing JSON content profiles temporarily if they are not essential to security requirements
  • Enable BIG-IP daemon process monitoring with automatic alerting on crashes
bash
# Configuration example
# Check current bd process status
tmctl -a bd status

# Review JSON profiles in ASM policy (via tmsh)
tmsh list asm policy /Common/<policy_name> json-profile

# Monitor bd process restarts in logs
tail -f /var/log/ltm | grep -i "bd.*restart\|bd.*terminated"

# Validate JSON schema externally before deployment
# Use tools like ajv-cli or jsonschema to validate schemas

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 Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-674
  • Vendor Resources
  • F5 Knowledge Base Article
  • Related CVEs
  • CVE-2025-61938: 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