Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-28755

CVE-2026-28755: F5 Nginx Plus Auth Bypass Vulnerability

CVE-2026-28755 is an authentication bypass flaw in F5 Nginx Plus that allows TLS connections with revoked certificates due to improper OCSP handling. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-28755 Overview

CVE-2026-28755 is an authorization bypass vulnerability affecting F5 NGINX Plus and NGINX Open Source. The vulnerability exists in the ngx_stream_ssl_module module due to improper handling of revoked certificates when the server is configured with the ssl_verify_client on and ssl_ocsp on directives. This flaw allows a TLS handshake to succeed even after an OCSP (Online Certificate Status Protocol) check identifies a client certificate as revoked, effectively bypassing certificate revocation validation.

Critical Impact

Attackers with revoked client certificates can still establish authenticated TLS connections to NGINX servers, potentially gaining unauthorized access to protected resources and services.

Affected Products

  • F5 NGINX Plus R33, R33-P1, R33-P2, R33-P3
  • F5 NGINX Plus R34, R34-P1, R34-P2
  • F5 NGINX Plus R35-P1, R36, R36-P1, R36-P2
  • F5 NGINX Open Source (multiple versions)

Discovery Timeline

  • 2026-03-24 - CVE-2026-28755 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-28755

Vulnerability Analysis

This vulnerability falls under CWE-863 (Incorrect Authorization), where the NGINX stream SSL module fails to properly enforce certificate revocation status during client authentication. When an NGINX server is configured to verify client certificates via OCSP, the server queries an OCSP responder to check whether a presented client certificate has been revoked. However, due to a logic flaw in the ngx_stream_ssl_module, even when the OCSP response indicates the certificate is revoked, the TLS handshake is allowed to complete successfully.

The vulnerability is particularly concerning in environments that rely on client certificate authentication for access control, such as mutual TLS (mTLS) deployments protecting sensitive APIs, internal services, or administrative interfaces.

Root Cause

The root cause lies in the improper handling of OCSP response status within the ngx_stream_ssl_module. When processing the OCSP response that indicates a certificate has been revoked, the module fails to terminate the TLS handshake appropriately. Instead of rejecting the connection when a revoked certificate is detected, the handshake proceeds as if the certificate were valid. This represents a fundamental failure in the certificate validation logic path when both ssl_verify_client on and ssl_ocsp on directives are enabled simultaneously.

Attack Vector

The attack vector is network-based and requires an attacker to possess a client certificate that has been legitimately revoked. The attack scenario unfolds as follows:

  1. An attacker obtains a valid client certificate for accessing a protected NGINX service
  2. The certificate is subsequently revoked by the Certificate Authority (perhaps due to key compromise or policy violation)
  3. Despite the revocation, the attacker presents the revoked certificate to the vulnerable NGINX server
  4. The server queries the OCSP responder and receives confirmation that the certificate is revoked
  5. Due to the vulnerability, NGINX ignores the revocation status and allows the connection
  6. The attacker gains unauthorized access to resources protected by client certificate authentication

The vulnerability requires low privileges (a previously valid but now revoked certificate) and no user interaction, making it exploitable in automated attack scenarios.

Detection Methods for CVE-2026-28755

Indicators of Compromise

  • Successful TLS connections from clients using certificates that should be revoked according to OCSP responders
  • Discrepancies between OCSP revocation logs showing revoked certificates and NGINX access logs showing successful connections from those same certificates
  • Unusual access patterns from certificates that were previously decommissioned or reported as compromised

Detection Strategies

  • Enable detailed SSL/TLS logging in NGINX to capture certificate serial numbers and OCSP validation results
  • Cross-reference NGINX connection logs with Certificate Authority revocation lists and OCSP responder logs
  • Implement network-level monitoring to detect connections using known-revoked certificate serial numbers
  • Deploy SentinelOne Singularity to monitor for anomalous authentication patterns in protected services

Monitoring Recommendations

  • Configure alerting for any OCSP queries returning "revoked" status followed by successful connection establishment
  • Monitor the ngx_stream_ssl_module for abnormal behavior patterns indicating certificate validation bypass
  • Establish baseline metrics for client certificate authentication and alert on deviations

How to Mitigate CVE-2026-28755

Immediate Actions Required

  • Review NGINX configurations to identify deployments using ssl_verify_client on with ssl_ocsp on in stream contexts
  • Consult the F5 Support Article K000160368 for vendor-specific guidance and patches
  • Consider temporarily implementing additional authorization layers until patches are applied
  • Audit access logs for any connections that may have exploited this vulnerability

Patch Information

F5 has released information regarding this vulnerability in their support knowledge base. Organizations should consult the official F5 security advisory for specific patch versions and upgrade paths. Ensure you upgrade to a version that addresses CVE-2026-28755, taking note that software versions which have reached End of Technical Support (EoTS) are not evaluated.

Workarounds

  • Consider using CRL (Certificate Revocation List) validation as an alternative or supplementary mechanism to OCSP
  • Implement application-layer authorization checks that do not solely rely on certificate validation
  • Deploy a reverse proxy or Web Application Firewall in front of NGINX that can perform independent certificate revocation checking
  • For critical systems, consider requiring additional authentication factors beyond client certificates until the patch is applied
bash
# Example: Verify current NGINX configuration for vulnerable directives
grep -r "ssl_verify_client\|ssl_ocsp" /etc/nginx/

# Check if stream SSL module is in use
nginx -V 2>&1 | grep stream_ssl

# Review active connections for certificate information (requires debug logging)
tail -f /var/log/nginx/ssl_access.log | grep -i "ocsp\|revoked"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNginx Plus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Vendor Resources
  • F5 Support Article K000160368
  • Related CVEs
  • CVE-2026-32647: F5 Nginx Plus Buffer Overflow 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