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

CVE-2025-53859: F5 Nginx Plus Information Disclosure Flaw

CVE-2025-53859 is an information disclosure vulnerability in F5 Nginx Plus affecting the ngx_mail_smtp_module. Attackers can leak authentication memory under specific conditions. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-53859 Overview

CVE-2025-53859 is an out-of-bounds read vulnerability affecting NGINX Open Source and NGINX Plus within the ngx_mail_smtp_module. This security flaw allows an unauthenticated attacker to over-read NGINX SMTP authentication process memory, potentially causing the server to leak arbitrary bytes sent in a request to the authentication server.

The vulnerability occurs during the NGINX SMTP authentication process and requires specific conditions to be exploited. An attacker must make preparations against the target system to extract the leaked data. The issue affects NGINX installations only when three conditions are met: (1) the system is built with the ngx_mail_smtp_module, (2) the smtp_auth directive is configured with method "none," and (3) the authentication server returns the "Auth-Wait" response header.

Critical Impact

Successful exploitation could lead to information disclosure of sensitive memory contents from the NGINX SMTP authentication process, potentially exposing data from other authentication requests.

Affected Products

  • F5 NGINX Plus R30 through R34 (including patch releases)
  • F5 NGINX Open Source (versions with ngx_mail_smtp_module enabled)
  • Systems with smtp_auth directive configured with method "none"

Discovery Timeline

  • 2025-08-13 - CVE-2025-53859 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-53859

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory corruption flaw that occurs when the ngx_mail_smtp_module reads data beyond the intended buffer boundaries during the SMTP authentication process. The network-accessible nature of this vulnerability allows remote attackers to trigger the memory over-read without requiring authentication, though successful exploitation requires specific server configurations and preparatory actions against the target system.

The information disclosure impact is limited to confidentiality, as the vulnerability allows reading of arbitrary bytes from process memory without the ability to modify data or disrupt service availability. The leaked data is transmitted to the authentication server, requiring the attacker to have some mechanism to capture or access this data flow.

Root Cause

The root cause of CVE-2025-53859 lies in improper bounds checking within the ngx_mail_smtp_module when processing SMTP authentication requests. When the smtp_auth directive is set to "none" and the authentication server responds with the "Auth-Wait" header, the module fails to properly validate memory boundaries, resulting in an out-of-bounds read condition. This allows the server to access and potentially transmit memory contents beyond the intended buffer.

Attack Vector

The attack vector for CVE-2025-53859 is network-based, allowing remote exploitation without authentication. However, successful exploitation requires several preconditions:

  1. The target NGINX installation must have the ngx_mail_smtp_module compiled and enabled
  2. The smtp_auth directive must be configured with the "none" method
  3. The authentication server must be configured to return the "Auth-Wait" response header
  4. The attacker must have a means to capture or access the leaked data sent to the authentication server

The vulnerability mechanism involves sending crafted SMTP authentication requests that trigger the memory over-read condition. When the authentication process encounters the specific combination of configuration settings, arbitrary bytes from process memory are included in requests sent to the authentication server. Refer to the F5 Support Article for detailed technical information.

Detection Methods for CVE-2025-53859

Indicators of Compromise

  • Unusual or malformed SMTP authentication requests targeting NGINX mail servers
  • Unexpected data patterns in authentication server logs that may indicate memory leakage
  • Anomalous network traffic between NGINX mail servers and authentication backends
  • Multiple failed or unusual SMTP connection attempts from single sources

Detection Strategies

  • Monitor SMTP authentication logs for abnormal request patterns or unexpected data content
  • Implement network traffic analysis to detect unusual communication between NGINX and authentication servers
  • Review NGINX configuration files to identify vulnerable smtp_auth "none" configurations
  • Deploy application-layer firewalls capable of inspecting SMTP protocol traffic for anomalies

Monitoring Recommendations

  • Enable detailed logging for the ngx_mail_smtp_module to capture authentication events
  • Set up alerts for unusual volumes of SMTP authentication attempts
  • Monitor authentication server logs for requests containing unexpected binary or malformed data
  • Implement baseline monitoring for normal SMTP traffic patterns to detect deviations

How to Mitigate CVE-2025-53859

Immediate Actions Required

  • Review NGINX configurations to identify systems using smtp_auth "none" with the ngx_mail_smtp_module
  • Apply vendor patches as soon as they become available from F5
  • Consider temporarily disabling the smtp_auth "none" configuration if not strictly required
  • Implement network segmentation to limit access to SMTP authentication services

Patch Information

F5 has released security guidance for this vulnerability. Organizations should consult the F5 Support Article K000152786 for official patch information and remediation guidance. Additional technical discussion is available on the Openwall OSS-Security mailing list.

Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated by the vendor.

Workarounds

  • Change the smtp_auth directive from "none" to a more secure authentication method
  • Restrict network access to SMTP services using firewall rules to limit exposure
  • Disable the ngx_mail_smtp_module if SMTP proxy functionality is not required
  • Implement additional authentication layers between NGINX and backend authentication servers
bash
# Configuration example - Modify smtp_auth to use a secure method
# In nginx.conf mail block, change:
# smtp_auth none;
# To a secure authentication method:
mail {
    server {
        listen 25;
        protocol smtp;
        smtp_auth login plain;  # Use authenticated methods instead of "none"
    }
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNginx

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/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-125
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • F5 Support Article
  • Related CVEs
  • CVE-2026-27944: Nginx UI Information Disclosure Issue

  • CVE-2026-1642: NGINX Information Disclosure Vulnerability

  • CVE-2026-34403: Nginx UI CSRF Vulnerability

  • CVE-2026-33031: Nginx UI Auth Bypass 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