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

CVE-2025-62689: GNU libmicrohttpd DoS Vulnerability

CVE-2025-62689 is a NULL pointer dereference flaw in GNU libmicrohttpd that enables attackers to trigger denial-of-service conditions. This article covers the technical details, affected versions, and mitigation steps.

Published: May 11, 2026

CVE-2025-62689 Overview

CVE-2025-62689 is a NULL pointer dereference vulnerability in GNU libmicrohttpd version 1.0.2 and earlier. The flaw [CWE-122] allows a remote attacker to trigger a denial-of-service (DoS) condition by sending a specially crafted HTTP packet to an affected server. Because libmicrohttpd is a small C library used to embed HTTP server functionality inside other applications, any service linking against the vulnerable version is exposed. The issue was fixed in commit ff13abc1c1d7d2b30d69d5c0bd4a237e1801c50b on the master branch of the libmicrohttpd Git repository, after the v1.0.2 tag. No authentication or user interaction is required to exploit the flaw.

Critical Impact

Unauthenticated remote attackers can crash any application embedding libmicrohttpd v1.0.2 or earlier by sending a single crafted HTTP packet over the network.

Affected Products

  • GNU libmicrohttpd v1.0.2
  • GNU libmicrohttpd versions prior to v1.0.2
  • Applications and embedded services linking against vulnerable libmicrohttpd builds

Discovery Timeline

  • 2025-11-10 - CVE-2025-62689 published to NVD
  • 2025-11-14 - Last updated in NVD database

Technical Details for CVE-2025-62689

Vulnerability Analysis

The vulnerability resides in the HTTP request processing logic of GNU libmicrohttpd, a lightweight embedded HTTP server library maintained by the GNU Project. A specially crafted network packet causes the library to dereference a NULL pointer during request handling. The dereference triggers a segmentation fault inside the host process. Because libmicrohttpd typically runs in-process with the application that embeds it, the crash terminates the entire service rather than an isolated worker. The attack vector is the network, complexity is low, and no privileges or user interaction are required.

Root Cause

The upstream commit ff13abc1c1d7d2b30d69d5c0bd4a237e1801c50b resolves the defect by adding the missing validation that the v1.0.2 release shipped without. Prior to that fix, a code path inside the request parser operated on a pointer that could remain unset when input did not match expected protocol assumptions. When attacker-supplied data drove the parser down that path, the unchecked pointer was dereferenced and the process crashed.

Attack Vector

Exploitation requires only network reachability to a service that embeds vulnerable libmicrohttpd. An attacker sends a crafted HTTP packet to the listening port. The library follows the vulnerable code path, dereferences the NULL pointer, and the process aborts. Repeated requests after restart, or supervisor-driven respawns, can be used to sustain an outage. No memory disclosure, code execution, or integrity impact is reported. The realistic impact is sustained denial of service against any exposed HTTP endpoint backed by libmicrohttpd.

No public proof-of-concept code has been published, and the issue is not currently listed in the CISA Known Exploited Vulnerabilities catalog. See the GNUnet upstream commit and the JVN Security Advisory JVN76719218 for technical details.

Detection Methods for CVE-2025-62689

Indicators of Compromise

  • Unexpected SIGSEGV crashes or core dumps from processes linking libmicrohttpd.so
  • Service supervisors (systemd, runit, container orchestrators) repeatedly restarting an HTTP daemon after inbound traffic
  • HTTP listeners going unresponsive immediately after receiving a single short-lived connection from an external source

Detection Strategies

  • Inventory all binaries and containers that statically or dynamically link libmicrohttpd and flag versions at or below 1.0.2
  • Correlate crash events in process telemetry with inbound network connections to the affected service port to spot exploitation attempts
  • Hunt application logs for abrupt termination markers immediately following malformed or truncated HTTP requests

Monitoring Recommendations

  • Forward kernel and application crash logs (coredumpctl, journalctl, container exit codes) to a central log platform for correlation
  • Alert on elevated rates of TCP resets or connection aborts from HTTP services that embed libmicrohttpd
  • Track restart counts of services using libmicrohttpd and treat sudden spikes as a DoS indicator

How to Mitigate CVE-2025-62689

Immediate Actions Required

  • Identify all hosts, containers, and appliances running GNU libmicrohttpd v1.0.2 or earlier and prioritize internet-facing instances
  • Apply the upstream fix from commit ff13abc1c1d7d2b30d69d5c0bd4a237e1801c50b or upgrade to a release built from a branch that includes it
  • Rebuild and redeploy any first-party software that statically links the vulnerable library

Patch Information

The vulnerability was fixed in commit ff13abc1c1d7d2b30d69d5c0bd4a237e1801c50b on the master branch of the libmicrohttpd Git repository, after the v1.0.2 tag. Distributions and downstream projects should pull this commit or wait for a post-1.0.2 tagged release. Refer to the GNUnet upstream commit and the GNU libmicrohttpd project page for build instructions.

Workarounds

  • Restrict network exposure of services embedding libmicrohttpd to trusted networks using firewall rules or security groups
  • Place a hardened reverse proxy in front of affected endpoints to filter malformed HTTP requests before they reach the library
  • Configure service supervisors to rate-limit restart loops so a successful crash does not amplify into resource exhaustion
bash
# Example: identify packages linking libmicrohttpd and check version
ldconfig -p | grep libmicrohttpd
dpkg -l | grep libmicrohttpd   # Debian/Ubuntu
rpm -qa | grep libmicrohttpd   # RHEL/Fedora

# Example: restrict exposure of an embedded HTTP service via nftables
nft add rule inet filter input tcp dport 8080 ip saddr != 10.0.0.0/8 drop

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGnu Libmicrohttpd

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • 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-122
  • Technical References
  • JVN Security Advisory JVN76719218

  • GNU Project Libmicrohttpd Page
  • Vendor Resources
  • GNUnet Commit Update
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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