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

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

CVE-2025-61935 is a denial of service vulnerability in F5 BIG-IP Advanced WAF that allows undisclosed requests to terminate the bd process. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 28, 2026

CVE-2025-61935 Overview

CVE-2025-61935 is a denial of service vulnerability affecting F5 BIG-IP Advanced Web Application Firewall (WAF) and Application Security Manager (ASM). When a security policy is configured on a virtual server, specially crafted requests can cause the bd (daemon) process to terminate unexpectedly. This vulnerability allows remote attackers to disrupt web application firewall protections without authentication, potentially leaving protected applications exposed to attacks during the service disruption.

Critical Impact

Remote attackers can cause the bd process to terminate, resulting in denial of service for WAF/ASM security functions and potentially leaving protected applications vulnerable to attack.

Affected Products

  • F5 BIG-IP Advanced Web Application Firewall
  • F5 BIG-IP Application Security Manager
  • F5 BIG-IP Advanced WAF version 17.5.0

Discovery Timeline

  • 2025-10-15 - CVE-2025-61935 published to NVD
  • 2025-10-21 - Last updated in NVD database

Technical Details for CVE-2025-61935

Vulnerability Analysis

This vulnerability is classified under CWE-252 (Unchecked Return Value). The bd process, which is responsible for enforcing security policies on virtual servers configured with BIG-IP Advanced WAF or ASM, fails to properly handle certain malformed requests. When specific undisclosed request patterns are processed, the daemon does not adequately check return values from internal function calls, leading to an unhandled exception that causes the process to terminate.

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for internet-facing deployments. While the vulnerability does not allow data exfiltration or system compromise, the availability impact is significant as the security policy enforcement ceases when the bd process terminates.

Root Cause

The root cause is an unchecked return value condition (CWE-252) within the bd process. When processing certain request types, the daemon fails to validate the return status of internal operations before proceeding. This oversight allows malformed input to trigger an unexpected code path that terminates the process rather than gracefully handling the error condition.

Attack Vector

The attack is conducted over the network against BIG-IP systems with Advanced WAF or ASM security policies configured on virtual servers. An unauthenticated attacker can send specially crafted HTTP requests to the protected virtual server. When the bd process attempts to analyze these requests against the configured security policy, the unchecked return value condition is triggered, causing process termination.

The vulnerability does not require complex attack conditions—a simple network request can trigger the issue. The impact is limited to availability, with no demonstrated capability for confidentiality or integrity compromise. However, the disruption of WAF/ASM protections could create a window of opportunity for secondary attacks against the protected applications.

Detection Methods for CVE-2025-61935

Indicators of Compromise

  • Unexpected termination or restart events of the bd process in BIG-IP system logs
  • Repeated crash-and-restart cycles of the ASM/WAF daemon service
  • Sudden gaps in WAF/ASM policy enforcement logging indicating service interruption
  • Anomalous HTTP request patterns preceding bd process failures

Detection Strategies

  • Monitor BIG-IP system logs (/var/log/asm) for bd process crash events or unexpected restarts
  • Implement alerting on ASM/WAF daemon health status changes via SNMP or syslog
  • Deploy network monitoring to identify unusual request patterns targeting protected virtual servers
  • Use BIG-IP iHealth diagnostics to identify vulnerability exposure in your environment

Monitoring Recommendations

  • Configure real-time alerts for bd process state changes using BIG-IP monitoring tools
  • Establish baseline metrics for bd process uptime and restart frequency to detect anomalies
  • Correlate WAF/ASM log gaps with application traffic patterns to identify potential exploitation attempts
  • Review F5 iHealth reports regularly for security advisories affecting deployed versions

How to Mitigate CVE-2025-61935

Immediate Actions Required

  • Review the F5 Security Advisory for specific remediation guidance
  • Identify all BIG-IP systems running affected versions with WAF/ASM policies configured
  • Plan upgrade windows to apply security patches to affected systems
  • Consider implementing additional perimeter controls to filter potentially malicious traffic

Patch Information

F5 has released security patches addressing this vulnerability. Refer to the F5 Security Advisory K000154664 for detailed information on fixed versions and upgrade paths. Note that software versions which have reached End of Technical Support (EoTS) are not evaluated and may remain vulnerable.

Workarounds

  • Consult the F5 security advisory for any temporary mitigations or configuration changes
  • Implement rate limiting on virtual servers to reduce exposure to request flooding
  • Consider deploying additional network-layer filtering to block anomalous request patterns
  • Enable process monitoring and automatic restart for the bd daemon to minimize service disruption
bash
# Check BIG-IP version and bd process status
tmsh show sys version
tmsh show sys service bd
# Monitor bd process health
tail -f /var/log/asm

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.08%

  • 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-252
  • Vendor Resources
  • F5 Security Advisory
  • Related CVEs
  • CVE-2025-61938: F5 BIG-IP Advanced WAF DoS Vulnerability

  • CVE-2025-54858: F5 BIG-IP Advanced WAF DoS Vulnerability
Default Legacy - Prefooter | 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