CVE-2025-9299
BaseFortify
Publication date: 2025-08-21
Last updated on: 2025-08-25
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tenda | m3_firmware | 1.0.0.12 |
| tenda | m3 | * |
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). |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Tenda M3 firmware version 1.0.0.12, specifically in the function formGetMasterPassengerAnalyseData located in the file /goform/getMasterPassengerAnalyseData. It is caused by improper handling of the 'Time' argument, which leads to a stack-based buffer overflow. This means that an attacker can remotely send crafted input to overflow the buffer, potentially causing unexpected behavior or allowing execution of malicious code.
How can this vulnerability impact me? :
The vulnerability can be exploited remotely to cause a stack-based buffer overflow, which may allow an attacker to execute arbitrary code, disrupt the normal operation of the device, or cause it to crash. This can lead to loss of availability, compromise of device integrity, and potentially unauthorized access to the network or data handled by the device.