CVE-2025-60695
BaseFortify
Publication date: 2025-11-13
Last updated on: 2025-11-17
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linksys | e7350_firmware | 1.1.00.032 |
| linksys | e7350 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in the mtk_dut binary of Linksys E7350 routers (Firmware 1.1.00.032). It occurs because the function sub_4045A8 reads up to 256 bytes from a system file into a local buffer and then copies it into a smaller caller-provided buffer without checking boundaries. If an attacker controls the contents of that system file, they can cause a buffer overflow, leading to memory corruption, denial of service, or potentially arbitrary code execution.
How can this vulnerability impact me? :
This vulnerability can lead to memory corruption, denial of service, or potentially allow an attacker to execute arbitrary code on the affected device. This means an attacker with local access could disrupt the router's operation or take control of it.