CVE-2025-60674
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 |
|---|---|---|
| dlink | dir-878_firmware | 1.01b04 |
| dlink | dir-878 | a1 |
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 buffer overflow in the D-Link DIR-878A1 router firmware, specifically in the USB storage handling module of the rc binary. It happens because the "Serial Number" field from a USB device is read into a 64-byte stack buffer using sscanf, but fgets reads up to 127 bytes, which can overflow the buffer. An attacker with physical access or control over a USB device can exploit this to potentially execute arbitrary code on the device.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker with physical access or control over a USB device to execute arbitrary code on the affected router. This could lead to unauthorized control over the device, potentially compromising network security and functionality.