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

CVE-2026-32647: F5 Nginx Plus Buffer Overflow Vulnerability

CVE-2026-32647 is a buffer overflow vulnerability in F5 Nginx Plus affecting the ngx_http_mp4_module. Attackers can exploit this flaw using crafted MP4 files to cause worker termination or code execution.

Published: March 27, 2026

CVE-2026-32647 Overview

CVE-2026-32647 is a memory corruption vulnerability affecting the ngx_http_mp4_module module in both NGINX Open Source and NGINX Plus. This vulnerability allows an attacker to trigger a buffer over-read or over-write to NGINX worker memory through a specially crafted MP4 file. Successful exploitation can result in termination of the NGINX worker process or potentially enable arbitrary code execution.

The vulnerability is exploitable when NGINX is built with the ngx_http_mp4_module module and the mp4 directive is configured in the NGINX configuration file. An attacker must be able to trigger processing of a malicious MP4 file through the vulnerable module for the attack to succeed.

Critical Impact

Exploitation of this vulnerability can lead to denial of service through NGINX worker termination or potentially arbitrary code execution, compromising web server integrity and availability.

Affected Products

  • F5 NGINX Plus (versions R32-P1 through R36-P2)
  • F5 NGINX Open Source (multiple versions with ngx_http_mp4_module enabled)
  • Any NGINX deployment using the mp4 directive in configuration

Discovery Timeline

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

Technical Details for CVE-2026-32647

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), indicating that the ngx_http_mp4_module module fails to properly validate boundaries when parsing MP4 file structures. The module processes MP4 file atoms (the structural components of MP4 containers) and under specific conditions, can read or write beyond allocated buffer boundaries in worker process memory.

The local attack vector requires that the attacker can submit or influence MP4 files processed by the vulnerable NGINX configuration. This could occur through file upload functionality, media streaming endpoints, or any feature that allows the ngx_http_mp4_module to process user-supplied content.

Successful exploitation does not require elevated privileges, making this vulnerability accessible to standard authenticated users or even unauthenticated users depending on the server configuration.

Root Cause

The root cause lies in improper bounds checking within the ngx_http_mp4_module when parsing MP4 file metadata structures. MP4 files use a hierarchical atom-based format where each atom contains size and type information. When processing these atoms, the module fails to adequately validate that buffer operations remain within allocated memory regions.

Specifically, malformed atom size declarations or nested atom structures can cause the parsing logic to calculate incorrect buffer offsets, leading to out-of-bounds memory access operations in the NGINX worker process.

Attack Vector

The attack requires local access to submit or upload MP4 files to a vulnerable NGINX server. The attacker crafts a specially malformed MP4 file with manipulated atom structures designed to trigger the boundary validation failure. When NGINX processes this file through the ngx_http_mp4_module, the malicious metadata causes buffer over-read or over-write operations.

The attack chain typically involves:

  1. Identifying an NGINX server with ngx_http_mp4_module enabled and mp4 directive configured
  2. Crafting an MP4 file with malformed atom structures targeting the parsing vulnerability
  3. Uploading or serving the malicious file to trigger processing
  4. Exploiting the memory corruption for denial of service or code execution

The vulnerability mechanism involves improper validation of MP4 atom sizes and offsets within the ngx_http_mp4_module parsing routines. When a specially crafted MP4 file contains malformed atom metadata, the module calculates incorrect buffer boundaries, leading to out-of-bounds memory operations. For detailed technical information, refer to the F5 Security Advisory.

Detection Methods for CVE-2026-32647

Indicators of Compromise

  • Unexpected NGINX worker process crashes or restarts, particularly when processing MP4 content
  • Segmentation faults or memory access violations in NGINX error logs
  • Abnormal memory consumption patterns in NGINX worker processes
  • Suspicious MP4 file uploads with unusual metadata structures

Detection Strategies

  • Monitor NGINX error logs for segmentation faults, memory corruption errors, or unexpected worker terminations
  • Implement file integrity monitoring on MP4 upload directories to detect anomalous file characteristics
  • Deploy network-based detection rules to identify malformed MP4 files targeting known atom structure vulnerabilities
  • Use web application firewalls (WAF) with content inspection capabilities for uploaded media files

Monitoring Recommendations

  • Enable detailed NGINX error logging and configure centralized log collection for correlation analysis
  • Set up alerts for NGINX worker process crashes or unexpected restarts in your monitoring infrastructure
  • Monitor system-level events for segmentation faults associated with NGINX processes
  • Implement rate limiting and anomaly detection for MP4 file upload endpoints

How to Mitigate CVE-2026-32647

Immediate Actions Required

  • Review NGINX configurations to identify deployments using the ngx_http_mp4_module with the mp4 directive
  • Apply the latest security patches from F5 for NGINX Open Source and NGINX Plus
  • Consider temporarily disabling the ngx_http_mp4_module if MP4 streaming functionality is not critical
  • Implement strict file validation for any MP4 upload functionality

Patch Information

F5 has released security updates to address this vulnerability. Organizations should consult the F5 Security Advisory K000160366 for specific patched versions and upgrade instructions. Ensure all NGINX Open Source and NGINX Plus installations are updated to versions that include the security fix.

For NGINX Plus, affected versions include R32-P1 through R36-P2. Upgrade to the latest available release that addresses CVE-2026-32647.

Workarounds

  • Disable the ngx_http_mp4_module by removing or commenting out the mp4 directive in NGINX configuration files
  • Implement upstream content validation to reject MP4 files before they reach NGINX processing
  • Use a reverse proxy or WAF to filter and validate MP4 files before they are processed by vulnerable NGINX instances
  • Restrict access to MP4 upload or streaming endpoints to trusted users only
bash
# Disable mp4 module in NGINX configuration
# Comment out or remove mp4 directive in location blocks
# Before (vulnerable):
# location /video/ {
#     mp4;
# }

# After (mitigated):
location /video/ {
    # mp4 directive disabled pending security patch
    # mp4;
}

# Reload NGINX configuration
nginx -t && nginx -s reload

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNginx Plus

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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-125
  • Vendor Resources
  • F5 Security Article K000160366
  • Related CVEs
  • CVE-2026-28755: F5 Nginx Plus 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