CVE-2025-60692: A stack-based buffer overflow vulnerability exists in the libshared.so library of Cisco Linksys E1200 v2 ro...
A stack-based buffer overflow vulnerability exists in the libshared.so library of Cisco Linksys E1200 v2 routers (Firmware E1200_v2.0.11.001_us.tar.gz). The functions get_mac_from_ip and get_ip_from_mac use sscanf with overly permissive "%100s" format specifiers to parse entries from /proc/net/arp into fixed-size buffers (v6: 50 bytes, v7 sub-arrays: 50 bytes). This allows local attackers controlling the contents of /proc/net/arp to overflow stack buffers, leading to memory corruption, denial of service, or potential arbitrary code execution.
Security readout for executives and security teams
Plain-English summary
CVE-2025-60692 is a memory-safety flaw reported in Cisco Linksys E1200 v2 router firmware. A local attacker able to influence ARP table contents could crash the device or potentially run code. The public sources do not show confirmed exploitation or a vendor fix.
Executive priority
Treat this as high priority for any remaining E1200 v2 routers, especially in sensitive networks. The urgency is lower than internet-exploited flaws because sources describe local exploitation and no KEV listing, but obsolete edge devices should be remediated or replaced quickly.
Technical view
The issue is a stack-based buffer overflow in libshared.so functions get_mac_from_ip and get_ip_from_mac. They parse /proc/net/arp with sscanf "%100s" into 50-byte stack buffers or subarrays, causing possible memory corruption. CVSS 3.1 is 8.4 with local attack vector.
Likely exposure
Exposure appears limited to environments running Linksys E1200 v2 firmware E1200_v2.0.11.001_us.tar.gz. The CVE record’s affected-product fields are incomplete, so confirm against actual router model, hardware version, and firmware version before scoping broadly.
Exploitation context
The source bundle says exploitation requires a local attacker controlling /proc/net/arp contents. CISA KEV is false in the bundle, and no cited source confirms active exploitation in the wild.
Researcher notes
The strongest technical evidence is the linked research note and CVE metadata. Official affected-product fields are listed as n/a, and the bundle provides no vendor patch details. Avoid assuming other Linksys models are affected without source confirmation.
Mitigation direction
Check Linksys guidance for affected firmware status and fixed releases.
Upgrade firmware if Linksys provides a corrected version.
Restrict local administrative and network access to affected routers.
Retire or replace unsupported E1200 v2 devices where practical.
Monitor affected routers for unexpected crashes or resets.
Validation and detection
Inventory deployed Linksys E1200 v2 routers and hardware revisions.
Confirm whether firmware matches E1200_v2.0.11.001_us.tar.gz or version 2.0.11.001.
Review Linksys advisories before declaring remediation complete.
Check vulnerability records for updated affected-product or patch data.
Look for unexplained router instability in device logs or monitoring.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-121: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-121 · source CWE mapping
Stack-based Buffer Overflow
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.