CVE-2026-3799
Received Received - Intake
Stack-Based Buffer Overflow in Tenda i3 /goform/setcfm Allows Remote Exploit

Publication date: 2026-03-09

Last updated on: 2026-03-09

Assigner: VulDB

Description
A flaw has been found in Tenda i3 1.0.0.6(2204). This impacts the function formSetCfm of the file /goform/setcfm. This manipulation of the argument funcpara1 causes stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been published and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-09
Last Modified
2026-03-09
Generated
2026-05-07
AI Q&A
2026-03-09
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tenda i3_firmware 1.0.0.6(2204)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to serious impacts including denial of service (DoS), which would disrupt the normal operation of the Tenda i3 router.

More critically, it may allow an attacker to execute arbitrary code remotely on the device, potentially gaining control over the router.

Such control could compromise the confidentiality, integrity, and availability of the network traffic and devices connected through the router.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


Can you explain this vulnerability to me?

CVE-2026-3799 is a stack-based buffer overflow vulnerability found in the Tenda i3 router firmware version 1.0.0.6(2204). It specifically affects the formSetCfm function in the /goform/setcfm endpoint, where the funcpara1 parameter is not properly validated for length.

An attacker can exploit this vulnerability remotely by sending a specially crafted HTTP POST request with an excessively long string in the funcpara1 parameter, causing a buffer overflow on the stack.

This overflow can lead to denial of service or potentially allow arbitrary code execution on the affected device.


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 monitoring for HTTP POST requests sent to the /goform/setcfm endpoint with an unusually long or excessively large payload in the funcpara1 parameter.'}, {'type': 'paragraph', 'content': 'A practical detection method is to capture network traffic and filter for POST requests targeting /goform/setcfm, then inspect the length of the funcpara1 parameter.'}, {'type': 'list_item', 'content': 'Use a network packet capture tool like tcpdump or Wireshark to capture HTTP traffic.'}, {'type': 'list_item', 'content': "Example tcpdump command to capture relevant traffic: tcpdump -i <interface> -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep -i '/goform/setcfm'"}, {'type': 'list_item', 'content': 'Use curl or similar tools to test the endpoint by sending a POST request with a large payload in funcpara1 to see if the device responds abnormally or crashes.'}, {'type': 'list_item', 'content': 'Example curl command to test: curl -X POST http://<target-ip>/goform/setcfm -d \'funcpara1=$(python3 -c "print(\'a\'*10000)")\''}] [1, 2]


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': 'Currently, there are no known countermeasures or official patches available for this vulnerability.'}, {'type': 'paragraph', 'content': "Immediate mitigation steps include limiting access to the affected device's management interface, especially restricting remote access to the /goform/setcfm endpoint."}, {'type': 'paragraph', 'content': 'Consider implementing network-level protections such as firewall rules to block suspicious POST requests targeting /goform/setcfm.'}, {'type': 'paragraph', 'content': 'Monitor the device for unusual behavior or crashes that may indicate exploitation attempts.'}, {'type': 'paragraph', 'content': 'Ultimately, it is recommended to replace the affected Tenda i3 device with a secure alternative as no patches are currently available.'}] [3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart