CVE-2025-10773
BaseFortify
Publication date: 2025-09-22
Last updated on: 2025-09-30
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lb-link | bl-ac2100_firmware | to 1.0.3 (inc) |
| lb-link | bl-ac2100 | * |
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-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
| 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 B-Link BL-AC2100 device's Web Management Interface, specifically in the delshrpath function of the /goform/set_delshrpath_cfg file. It occurs due to improper handling of the argument 'Type', allowing an attacker to manipulate it and cause a buffer overflow. The attack can be performed remotely, and an exploit has been publicly released.
How can this vulnerability impact me? :
This vulnerability can allow a remote attacker to execute arbitrary code or cause a denial of service on the affected device by exploiting the stack-based buffer overflow. This can lead to compromise of the device, loss of availability, integrity, and confidentiality of the system and its data.