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

CVE-2025-55036: F5 BIG-IP SSL Orchestrator Buffer Overflow

CVE-2025-55036 is a buffer overflow vulnerability in F5 BIG-IP SSL Orchestrator that causes memory corruption when explicit forward proxy is configured. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-55036 Overview

CVE-2025-55036 is a memory corruption vulnerability in F5 BIG-IP SSL Orchestrator. The flaw triggers when an explicit forward proxy is configured on a virtual server with the proxy connect feature enabled. Undisclosed traffic processed through this configuration can corrupt memory within the affected service.

The issue is classified under CWE-787 (Out-of-bounds Write). F5 has not disclosed the specific traffic patterns that trigger the condition. Software versions that have reached End of Technical Support (EoTS) were not evaluated by the vendor.

Critical Impact

Network-adjacent attackers can send crafted traffic to corrupt memory in BIG-IP SSL Orchestrator, leading to denial of service against availability of the proxy service.

Affected Products

  • F5 BIG-IP SSL Orchestrator (versions evaluated per F5 advisory K000151368)
  • BIG-IP SSL Orchestrator deployments with explicit forward proxy on a virtual server
  • BIG-IP SSL Orchestrator instances with the proxy connect feature enabled

Discovery Timeline

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

Technical Details for CVE-2025-55036

Vulnerability Analysis

The vulnerability resides in the traffic handling path of BIG-IP SSL Orchestrator when it operates as an explicit forward proxy. SSL Orchestrator decrypts, inspects, and re-encrypts TLS traffic between clients and external destinations. The explicit forward proxy mode requires clients to direct HTTP CONNECT requests to the BIG-IP virtual server.

When the proxy connect feature is enabled, the data path processes CONNECT method traffic and tunnels subsequent payloads. F5 has identified that specific undisclosed traffic patterns trigger an out-of-bounds write condition during this processing. The memory corruption affects the availability of the service.

Root Cause

The root cause is an out-of-bounds write [CWE-787] in the proxy connect traffic handler. The handler writes data beyond the allocated buffer boundary when parsing or relaying particular traffic structures. F5 has not published the exact code paths or input conditions to limit exploit development.

Attack Vector

The attack requires network access to a vulnerable virtual server with explicit forward proxy and proxy connect both active. No authentication or user interaction is required. An attacker sends crafted traffic through the proxy listener to trigger the corruption.

The impact is confined to availability of the BIG-IP SSL Orchestrator service. The CVSS vector indicates no confidentiality or integrity impact, and no scope change to other components. Exploitation typically results in service disruption rather than code execution.

No public proof-of-concept exists for CVE-2025-55036 at the time of publication. See the F5 Security Advisory K000151368 for vendor-confirmed technical details.

Detection Methods for CVE-2025-55036

Indicators of Compromise

  • Unexpected restarts or crashes of the Traffic Management Microkernel (TMM) process on BIG-IP devices running SSL Orchestrator
  • Core dump files generated in /var/savecore/ or /shared/core/ correlated with proxy connect traffic
  • Sudden loss of availability on virtual servers configured for explicit forward proxy
  • Anomalous HTTP CONNECT request patterns directed at the SSL Orchestrator listener

Detection Strategies

  • Monitor BIG-IP /var/log/ltm and /var/log/tmm for segmentation faults, assertion failures, or TMM restart events.
  • Correlate proxy connect traffic spikes with TMM service availability metrics to surface trigger events.
  • Apply network detection rules that flag malformed or oversized HTTP CONNECT headers reaching the proxy listener.

Monitoring Recommendations

  • Forward BIG-IP system and TMM logs to a centralized log platform for retention and correlation analysis.
  • Track virtual server availability and TMM restart counters through SNMP or the iControl REST API.
  • Baseline normal CONNECT request rates and alert on deviations toward SSL Orchestrator virtual servers.

How to Mitigate CVE-2025-55036

Immediate Actions Required

  • Identify all BIG-IP devices running SSL Orchestrator with explicit forward proxy and the proxy connect feature enabled.
  • Apply the fixed software version listed in F5 Security Advisory K000151368 for your branch.
  • Restrict network access to affected virtual servers to trusted client subnets until patches are applied.
  • Verify that End of Technical Support (EoTS) versions are scheduled for upgrade, since F5 does not evaluate those releases.

Patch Information

F5 has published fixed versions and remediation guidance in F5 Security Advisory K000151368. Administrators should consult the advisory to identify the patched build that corresponds to their current BIG-IP branch and upgrade affected systems accordingly.

Workarounds

  • Disable the proxy connect feature on SSL Orchestrator virtual servers where it is not strictly required.
  • Reconfigure SSL Orchestrator to use transparent forward proxy instead of explicit forward proxy where supported by the deployment.
  • Apply access control lists or iRules to restrict the source addresses permitted to issue HTTP CONNECT through the proxy listener.
bash
# Configuration example: disable proxy connect on an SSL Orchestrator virtual server
# Replace <vs_name> with the affected virtual server
tmsh modify ltm virtual <vs_name> profiles delete { proxy-connect }
tmsh save sys config

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechF5 Big Ip Ssl Orchestrator

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.09%

  • 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-787
  • Vendor Resources
  • F5 Security Advisory K000151368
  • Related CVEs
  • CVE-2025-41430: F5 BIG-IP SSL Orchestrator 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