CVE-2026-3970
Stack-Based Buffer Overflow in Tenda i3 Remote Function
Publication date: 2026-03-12
Last updated on: 2026-04-02
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tenda | i3_firmware | 1.0.0.6(2204) |
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?
[{'type': 'paragraph', 'content': 'CVE-2026-3970 is a stack-based buffer overflow vulnerability found in the Tenda i3 router, version 1.0.0.6(2204). It exists in the function formwrlSSIDget, which is accessed via the /goform/wifiSSIDget HTTP endpoint.'}, {'type': 'paragraph', 'content': 'The vulnerability arises from improper handling and insufficient validation of the length of the "index" parameter in HTTP POST requests. An attacker can send a crafted POST request with an excessively long string in the "index" field, causing a stack-based buffer overflow.'}, {'type': 'paragraph', 'content': 'This overflow can overwrite local variables or function parameters on the stack, potentially leading to denial of service or arbitrary code execution on the affected device.'}, {'type': 'paragraph', 'content': 'The exploit is publicly available, making it easier for attackers to leverage this flaw remotely without authentication.'}] [1, 2, 3]
How can this vulnerability impact me? :
This vulnerability can impact you by compromising the confidentiality, integrity, and availability of the affected Tenda i3 router.
- Denial of Service (DoS): The device can be crashed or rendered unusable by exploiting the buffer overflow.
- Arbitrary Code Execution: An attacker may execute malicious code remotely on the device, potentially gaining control over it.
- Remote Exploitation: The attack can be launched remotely without requiring authentication, increasing the risk.
Because the exploit is publicly available, the risk of exploitation is higher, and no known mitigations exist other than replacing the affected product.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'This vulnerability can be detected by sending a crafted HTTP POST request to the /goform/wifiSSIDget endpoint of the Tenda i3 router, specifically manipulating the "index" parameter with an excessively long string to trigger the buffer overflow.'}, {'type': 'paragraph', 'content': 'A proof of concept involves sending a POST request with a large payload of repeated characters (e.g., \'a\') in the "index" field.'}, {'type': 'paragraph', 'content': 'An example command using curl to test for the vulnerability could be:'}, {'type': 'list_item', 'content': 'curl -X POST http://[router_ip]/goform/wifiSSIDget -d "index=$(python3 -c \'print("a"*1000)\')"'}, {'type': 'paragraph', 'content': 'Replace [router_ip] with the IP address of the target device. If the device crashes, behaves unexpectedly, or returns an error, it may be vulnerable.'}] [1, 3]
What immediate steps should I take to mitigate this vulnerability?
[{'type': 'paragraph', 'content': 'No known countermeasures or mitigations have been identified for this vulnerability.'}, {'type': 'paragraph', 'content': 'The recommended immediate step is to replace the affected Tenda i3 router (version 1.0.0.6(2204)) with an alternative device that is not vulnerable.'}, {'type': 'paragraph', 'content': "Additionally, restricting network access to the router's management interface and monitoring for suspicious POST requests to /goform/wifiSSIDget may help reduce risk until replacement."}] [2]