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-2026-7684

CVE-2026-7684: Edimax BR-6428nC Buffer Overflow Flaw

CVE-2026-7684 is a buffer overflow vulnerability in Edimax BR-6428nC routers affecting the /goform/setWAN file. Attackers can exploit this remotely to compromise devices. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7684 Overview

CVE-2026-7684 is a stack-based buffer overflow in the Edimax BR-6428nC wireless router, affecting versions up to 1.16. The flaw resides in an unspecified handler within the /goform/setWAN endpoint, where the pptpDfGateway parameter is processed without proper bounds checking. An authenticated remote attacker can submit an oversized value to corrupt stack memory and trigger the overflow [CWE-119]. Public disclosure includes a technical write-up and VulDB submission, and the vendor did not respond to coordinated disclosure attempts. The exploit details have been disclosed publicly and may be used by attackers.

Critical Impact

Remote attackers with low privileges can trigger a stack buffer overflow over the network, potentially leading to denial of service or arbitrary code execution on the affected router.

Affected Products

  • Edimax BR-6428nC wireless router
  • Firmware versions up to and including 1.16
  • Devices exposing the /goform/setWAN web management endpoint

Discovery Timeline

  • 2026-05-03 - CVE-2026-7684 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7684

Vulnerability Analysis

The vulnerability exists in the HTTP request handler bound to /goform/setWAN, which processes WAN configuration parameters submitted through the router's web interface. When the handler reads the pptpDfGateway argument from the user-supplied form data, it copies the value into a fixed-size stack buffer without validating the input length. Supplying a string larger than the destination buffer overwrites adjacent stack memory, including saved registers and the return address.

Because embedded MIPS or ARM-based SoC firmware on consumer routers typically lacks modern exploit mitigations such as stack canaries, ASLR, and non-executable stacks, return-address corruption can be converted into arbitrary code execution. At minimum, the corruption crashes the HTTP daemon (goahead or boa style server) and renders the device inoperable until rebooted.

Root Cause

The root cause is missing bounds validation on the pptpDfGateway POST parameter before it is copied into a stack-allocated buffer, classified under [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer). The handler trusts attacker-controlled length without enforcing a maximum size or using a length-limited copy primitive such as strncpy with a correct size argument.

Attack Vector

Exploitation requires network access to the router's management interface and low-level authenticated session credentials. The attacker sends a crafted HTTP POST request to /goform/setWAN containing an overlong pptpDfGateway value. No user interaction is required beyond sending the request. Where the management interface is exposed to the WAN side, the vulnerability is reachable from the public internet. Refer to the Notion Stack Overflow Report and VulDB Vulnerability #360843 for the technical proof-of-concept details.

Detection Methods for CVE-2026-7684

Indicators of Compromise

  • HTTP POST requests to /goform/setWAN containing unusually long pptpDfGateway parameter values, typically exceeding 100 bytes
  • Unexpected restarts or crashes of the router's httpd web management process visible in syslog output
  • Unauthorized changes to WAN PPTP configuration or new outbound connections originating from the router itself

Detection Strategies

  • Inspect web server access logs on the device or upstream proxy for POST requests to /goform/setWAN with abnormal payload sizes
  • Deploy network IDS signatures matching long pptpDfGateway strings in HTTP request bodies destined for Edimax management ports
  • Correlate router reboot events with preceding HTTP requests to administrative goform endpoints

Monitoring Recommendations

  • Forward router syslog and authentication events to a centralized log platform for anomaly review
  • Alert on any external source IP attempting to reach the router's management interface on TCP/80 or TCP/443
  • Track repeated authentication attempts against the Edimax web interface that precede setWAN requests

How to Mitigate CVE-2026-7684

Immediate Actions Required

  • Disable remote WAN-side access to the router's web management interface and restrict administration to trusted LAN hosts only
  • Change default and weak administrator credentials, since exploitation requires an authenticated session
  • Place the affected device behind a network segmentation boundary that blocks untrusted access to /goform/setWAN

Patch Information

No vendor patch is available at the time of publication. The vendor was contacted prior to disclosure but did not respond. Organizations operating the Edimax BR-6428nC at firmware version 1.16 or earlier should treat the device as unpatched and consider replacement with a supported router model. Monitor the VulDB advisory for any future vendor response.

Workarounds

  • Block inbound connections to the router's HTTP and HTTPS management ports from all untrusted networks using upstream firewall rules
  • Disable the PPTP WAN configuration feature if the device supports alternate WAN modes that do not invoke the vulnerable code path
  • Replace end-of-support consumer routers with current-generation hardware that receives active firmware updates
bash
# Example upstream firewall rule to block external access to the router admin UI
iptables -A FORWARD -p tcp -d <router-ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <router-ip> --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/TechEdimax

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.04%

  • 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
  • Notion Stack Overflow Report

  • VulDB Submission #801599

  • VulDB Vulnerability #360843

  • VulDB CTI for #360843
  • Related CVEs
  • CVE-2026-7685: Edimax BR-6208AC Buffer Overflow Flaw

  • CVE-2026-36734: EDIMAX BR-6428nS Router RCE Vulnerability

  • CVE-2026-7682: Edimax BR-6208AC RCE Vulnerability

  • CVE-2026-7683: Edimax BR-6428nC RCE 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