Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsTools
ProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

3023+ Articles
170+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-96257: Critical Stack-Based Buffer Overflow in Fast FAC1203R Gigabit Edition Routers
CVE-2026-96257: Critical Stack-Based Buffer Overflow in Fast FAC1203R Gigabit Edition Routers

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-96257

CVE-2026-96257: Critical Stack-Based Buffer Overflow in Fast FAC1203R Gigabit Edition Routers

Critical CVSS 10 stack overflow in Fast FAC1203R Gigabit Edition routers is remotely exploitable pre-auth; public PoC exploit code is available.

Dylan H.

Security Team

September 23, 2026
6 min read

Affected Products

  • Fast FAC1203R Gigabit Edition 2.0.4

Executive Summary

A maximum-severity vulnerability, CVE-2026-96257, has been disclosed in the Fast FAC1203R Gigabit Edition router, firmware build 20200116_2.0.4. The flaw lives in the copy_msg_element function of the device's Device Discovery Service and results in a stack-based buffer overflow (CWE-121). According to VulDB (VDB-408707), the issue carries a CVSS 4.0 score of 10.0, is reachable over the network without authentication or user interaction, and a proof-of-concept exploit has already been published.

The vendor was reportedly contacted early during disclosure but did not respond, and no official patch or fixed firmware version has been identified as of this writing. CVE-2026-96257 is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, and there is no confirmed report of active in-the-wild exploitation — the "exploit has been published" language in NVD's description refers to publicly available proof-of-concept exploit code, not confirmed real-world attacks. Given the maximum CVSS score, unauthenticated network reachability, and public exploit availability, this should still be treated as an urgent risk for any exposed device.

Vulnerability Details

FieldDetail
CVE IDCVE-2026-96257
CVSS Score10.0 (Critical)
CVSS VectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P
CWECWE-121: Stack-based Buffer Overflow
VendorFast
ProductFAC1203R Gigabit Edition
Affected ComponentDevice Discovery Service (copy_msg_element function)
Affected Version2.0.4 (firmware build 20200116_2.0.4)
Fixed VersionNone identified — vendor has not responded to disclosure
Exploitation StatusPublic PoC exploit published (VulDB VDB-408707); no confirmed in-the-wild exploitation; not in CISA KEV
Disclosure TimelineReserved 2026-09-22; published 2026-09-23 (VulDB, CNA)

Technical Analysis

The Flaw: copy_msg_element and Stack-Based Overflow

CWE-121 describes a condition where a program writes data past the boundary of a fixed-size buffer that lives on the call stack, rather than on the heap. Because the stack also holds control-flow data such as saved registers and return addresses, overwriting past the intended buffer can corrupt that adjacent data. In the worst case, an attacker who controls the overflowing input can redirect program execution, making stack-based overflows historically one of the more severe classes of memory-corruption bugs.

In FAC1203R Gigabit Edition firmware 2.0.4, the vulnerable code path runs inside the Device Discovery Service, a component whose purpose is to identify and respond to other devices on the network. The affected function, copy_msg_element, appears (per VulDB's classification) to copy data from an incoming discovery message into a fixed-size stack buffer without adequately validating the length of that data first. Because device discovery protocols are typically processed automatically and without authentication — by design, so devices can find each other on a LAN — a crafted discovery message reaching this function can overflow the buffer and corrupt adjacent stack memory.

Attack Vector

The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N) indicates the vulnerability is exploitable over the network, requires low attack complexity, has no additional attack requirements, needs no privileges, and needs no user interaction. Combined with high impact ratings across confidentiality, integrity, and availability for both the vulnerable system and any subsequent system it can reach (VC:H/VI:H/VA:H/SC:H/SI:H/SA:H), this is why the score reaches the maximum of 10.0. The E:P exploit-maturity component of the vector reflects that proof-of-concept exploit code exists — it does not, on its own, indicate confirmed exploitation in the wild.

Why This Matters

Device discovery services are usually built to be permissive: they need to accept and parse messages from unknown, unauthenticated peers on the local network to do their job. That design goal is in direct tension with security, because it means the parsing code is exposed to untrusted input by default. A stack-based buffer overflow in that code path removes the last line of defense — there is no login prompt or token check standing between an attacker on the network and the vulnerable function. For a consumer/SOHO router like the FAC1203R, this means any device capable of reaching the router's discovery service (which, depending on deployment, may include the WAN interface, guest networks, or any compromised device already on the LAN) could potentially trigger the overflow without ever authenticating.

Impact Assessment

Impact AreaDescription
ConfidentialityHigh — a successful overflow could expose router memory contents or configuration data
IntegrityHigh — stack corruption may allow arbitrary code execution or firmware/config tampering
AvailabilityHigh — even a failed exploitation attempt can crash the Device Discovery Service or the device, causing denial of service
Network ExposureSevere — no authentication or user interaction is required; the flaw is reachable over the network
Exploit AvailabilityElevated — a public proof-of-concept exists, lowering the bar for less-skilled attackers
Vendor SupportPoor — the vendor has not responded to disclosure and no patch is currently available

Remediation

  1. Identify exposed devices. Inventory every FAC1203R Gigabit Edition unit on firmware 2.0.4 (build 20200116_2.0.4) in your environment, including consumer/home deployments that may not be centrally tracked.
  2. Isolate the Device Discovery Service. Where possible, disable or restrict the device discovery feature, and ensure it is never exposed to the WAN interface or untrusted networks — treat it as LAN-only at most.
  3. Segment the network. Place affected routers behind additional network segmentation so that a compromise of the router cannot directly pivot to other critical assets.
  4. Check for a vendor patch regularly. No fixed firmware version is available as of this advisory; because the vendor has not responded to the disclosure, monitor vendor channels and third-party advisories (VulDB, NVD) for updates.
  5. Consider replacement. Given the maximum severity score, public exploit code, and lack of vendor response, organizations with a low risk tolerance should evaluate replacing affected devices with actively supported alternatives.
  6. Monitor for anomalous discovery traffic. Watch for malformed or unusually large device-discovery messages targeting affected routers, which may indicate exploitation attempts.
  7. Re-verify exploitation status before deprioritizing. This advisory reflects known information as of publication; re-check CISA KEV and vendor sources periodically, as status can change quickly for critical, unauthenticated, network-exploitable flaws with public PoC code.

Sources

  • NVD — CVE-2026-96257 Detail
  • VulDB — VDB-408707: Fast FAC1203R Gigabit Edition Device Discovery Service copy_msg_element Stack-Based Overflow
#CVE-2026-96257#Fast#Router Vulnerability#Buffer Overflow#CVE#Critical

Related Articles

CVE-2026-94089: Critical Unauthenticated Stack Overflow in D-Link DIR-868L Routers

A CVSS 10 stack-based buffer overflow in D-Link DIR-868L's authentication CGI lets unauthenticated remote attackers achieve full router compromise.

3 min read

Critical Stack Overflow in D-Link DIR-823G Routers (CVE-2026-90680)

An unauthenticated stack-based buffer overflow (CVSS 9.9) in D-Link DIR-823G's HNAP1 interface allows remote attackers to corrupt memory...

4 min read

CVE-2026-76003: Critical Stack Buffer Overflow in UTT HiPER 1200GW

A remotely exploitable stack-based buffer overflow (CVSS 9.9) in UTT HiPER 1200GW routers up to v2.5.3 allows attackers to execute arbitrary code.

3 min read
Back to all Security Alerts