CVE-2025-13189
BaseFortify
Publication date: 2025-11-15
Last updated on: 2025-11-20
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | dir-816l_firmware | 2.06.b09 |
| dlink | dir-816l | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
| 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 genacgi_main function of the file gena.cgi in the D-Link DIR-816L 2_06_b09_beta device. It occurs due to manipulation of the SERVER_ID/HTTP_SID argument, allowing an attacker to remotely exploit the device by overflowing the stack memory.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to execute arbitrary code or cause a denial of service on the affected device. Since it is a stack-based buffer overflow, it may lead to system compromise, potentially allowing unauthorized access or control over the device.