A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-6565

CVE-2025-6565: Netgear WNCE3001 Buffer Overflow Flaw

CVE-2025-6565 is a critical stack-based buffer overflow in Netgear WNCE3001 that enables remote attackers to exploit the HTTP POST handler. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2025-6565 Overview

CVE-2025-6565 is a stack-based buffer overflow in the Netgear WNCE3001 wireless range extender running firmware version 1.0.0.50. The flaw resides in the http_d function within the HTTP POST request handler. Attackers manipulate the Host header to overflow a fixed-size stack buffer, corrupting saved return addresses and adjacent stack data. The issue is remotely exploitable over the network and requires only low-privilege access to the device's HTTP service. Public proof-of-concept code has been disclosed, increasing the likelihood of opportunistic exploitation against exposed extenders. The vulnerability is categorized under CWE-119, improper restriction of operations within the bounds of a memory buffer.

Critical Impact

Remote attackers can corrupt stack memory in the WNCE3001 HTTP daemon by sending a crafted Host header, potentially achieving arbitrary code execution or persistent denial of service on the extender.

Affected Products

  • Netgear WNCE3001 wireless range extender
  • Firmware version 1.0.0.50
  • HTTP POST request handler (http_d function)

Discovery Timeline

  • 2025-06-24 - CVE-2025-6565 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-6565

Vulnerability Analysis

The flaw exists in the embedded HTTP server (http_d) that processes inbound POST requests on the WNCE3001. When the server parses the HTTP Host header, it copies the attacker-controlled value into a fixed-size stack buffer without enforcing length validation. Supplying a header longer than the destination buffer overwrites adjacent stack frames, including the saved return address.

Because the device firmware typically lacks modern exploit mitigations such as stack canaries, address space layout randomization (ASLR), and non-executable stacks, controlling the saved return address can redirect execution to attacker-supplied shellcode or to existing code gadgets. The HTTP daemon usually runs with elevated privileges on consumer router firmware, so successful exploitation grants control over the device.

Root Cause

The root cause is the use of an unbounded string copy when processing the HTTP Host header inside http_d. The function trusts the request-supplied length and writes directly into a fixed stack allocation. This pattern matches CWE-119 and is characteristic of legacy C-based embedded HTTP servers that rely on functions such as strcpy or sprintf without bounds checking.

Attack Vector

The attack is network-based and requires the attacker to reach the device's HTTP management interface. An attacker sends a specially crafted HTTP POST request with an oversized Host header. When the device's HTTP service parses the request, the overflow occurs in http_d. Public proof-of-concept material is available in the GitHub PoC Repository and referenced in VulDB #313737. No verified exploitation code is reproduced here; refer to the linked advisories for technical details.

Detection Methods for CVE-2025-6565

Indicators of Compromise

  • HTTP POST requests to the WNCE3001 management interface containing abnormally long Host header values, typically exceeding several hundred bytes.
  • Unexpected reboots, watchdog resets, or crashes of the http_d process visible in device system logs.
  • Outbound connections originating from the extender to unfamiliar external IP addresses, indicating possible post-exploitation activity.

Detection Strategies

  • Inspect HTTP traffic at network choke points for Host headers that exceed RFC-reasonable lengths (for example, greater than 255 bytes).
  • Deploy network intrusion detection signatures that flag malformed HTTP requests targeting Netgear extender management endpoints.
  • Monitor for repeated POST requests from a single source against extender IP addresses, which can indicate exploitation attempts or fuzzing.

Monitoring Recommendations

  • Forward syslog and management-plane events from Netgear devices to a centralized SIEM for correlation with network telemetry.
  • Baseline normal administrative traffic to the extender and alert on deviations such as POSTs from non-management subnets.
  • Track external scanner activity against TCP/80 and TCP/443 on devices identified as WNCE3001 to identify pre-exploitation reconnaissance.

How to Mitigate CVE-2025-6565

Immediate Actions Required

  • Restrict access to the WNCE3001 web management interface to trusted internal hosts using firewall or ACL rules.
  • Disable remote management on the extender so the HTTP service is not reachable from the WAN side.
  • Inventory all WNCE3001 devices on the network and validate firmware versions against 1.0.0.50 to identify exposure.
  • Place affected devices on a segmented VLAN with no ability to initiate outbound connections to the internet.

Patch Information

At the time of NVD publication, no vendor-issued firmware fix had been linked in the CVE record. The WNCE3001 is a legacy product line, and customers should consult the Netgear Official Website for the latest support status and any out-of-band security advisories. If no patch is available, treat the device as end-of-life and plan replacement with a currently supported model.

Workarounds

  • Replace the affected WNCE3001 extender with a currently supported model that receives security updates.
  • Block inbound TCP/80 and TCP/443 to the device from untrusted networks at the upstream firewall.
  • Require VPN access for any administrative interaction with the extender's web interface.
  • Disable Universal Plug and Play (UPnP) on upstream routers to prevent automatic exposure of the management port.
bash
# Example: restrict access to the WNCE3001 management interface using iptables
# Allow only the administrative workstation (192.0.2.10) to reach the extender (192.0.2.50)
iptables -A FORWARD -s 192.0.2.10 -d 192.0.2.50 -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -d 192.0.2.50 -p tcp --dport 80 -j DROP
iptables -A FORWARD -d 192.0.2.50 -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNetgear

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.99%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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-119
  • Technical References
  • GitHub PoC Repository

  • GitHub PoC Documentation

  • VulDB #313737

  • VulDB #313737

  • VulDB Submission #590030

  • Netgear Official Website
  • Related CVEs
  • CVE-2025-4114: Netgear JWNR2000 Buffer Overflow Vulnerability

  • CVE-2025-4117: Netgear JWNR2000 Buffer Overflow Vulnerability

  • CVE-2025-4115: Netgear JWNR2000 Buffer Overflow Vulnerability

  • CVE-2025-4116: Netgear JWNR2000 Buffer Overflow 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