Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was found in TRENDnet TEW-432BRP 3.10B20. The affected element is the function formSysCmd of the file /goform/formSysCmd. Performing a manipulation of the argument submit-url results in stack-based buffer overflow. The attack can be initiated remotely. The exploit has been made public and could be used. The vendor explains: "This product has been EOL for 15 years (since 2009). As the item has been EOL for such a long time, we are not able to replicate or fix any vulnerabilities." This vulnerability only affects products that are no longer supported by the maintainer.
AnalysisAI
Stack-based buffer overflow in TRENDnet TEW-432BRP wireless router firmware 3.10B20 allows remote authenticated attackers to corrupt memory via a crafted submit-url argument to the formSysCmd handler at /goform/formSysCmd. Publicly available exploit code exists per VulDB submission and a GitHub PoC, while the device has been end-of-life since 2009 and the vendor has explicitly stated they will not issue a fix. No CISA KEV listing or EPSS score was provided, but the combination of public PoC and abandoned product status makes any exposed device a concrete target.
Technical ContextAI
The TEW-432BRP is a legacy SOHO wireless router whose web management interface is implemented as a Boa/goform-style CGI binary. The vulnerable code path is the formSysCmd function, reached via the /goform/formSysCmd endpoint, which copies the submit-url request parameter into a fixed-size stack buffer without bounds checking - the classic CWE-121 stack-based buffer overflow pattern. On embedded MIPS/ARM SOHO devices of this era, such overflows typically overwrite the saved return address and, in the absence of ASLR, NX, or stack canaries, lead directly to arbitrary code execution in the context of the httpd process (commonly root). The CPE cpe:2.3:a:trendnet:tew-432brp:*:*:*:*:*:*:*:* covers all firmware versions, consistent with the vendor's refusal to investigate further.
RemediationAI
No vendor-released patch identified at time of analysis - TRENDnet has publicly declined to fix the issue because the TEW-432BRP has been EOL since 2009, so the primary remediation is hardware replacement with a currently supported router. Until decommissioned, immediately remove the device from any internet-facing role by disabling WAN-side HTTP/HTTPS administration and confirming remote management is off, restrict LAN-side access to /goform/formSysCmd via an upstream firewall or VLAN segmentation so only a dedicated admin host can reach the management interface, and change the web UI password from defaults to mitigate the PR:L precondition. Be aware these controls do not eliminate the bug - any authenticated LAN user or attacker who pivots onto the management network can still trigger the overflow - and disabling remote admin will prevent legitimate off-LAN configuration. Reference advisory: https://vuldb.com/vuln/367462; public PoC: https://github.com/wudipjq/my_vuln/blob/main/TRENDnet/vuln_18/18.md.
More in Tew 432Brp
View allStack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 router allows remote attackers with low privileges to corrupt
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 router firmware allows authenticated remote attackers to corr
Stack-based buffer overflow in TRENDnet TEW-432BRP router (firmware 3.10B20) allows authenticated remote attackers to co
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 wireless router allows authenticated remote attackers to corr
Stack-based buffer overflow in the TRENDnet TEW-432BRP wireless router (firmware 3.10B20) allows authenticated remote at
Stack-based buffer overflow in the TRENDnet TEW-432BRP 3.10B20 wireless router's web interface allows authenticated remo
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 router firmware allows authenticated remote attackers to corr
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 routers allows authenticated remote attackers to corrupt memo
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 router firmware allows remote authenticated attackers to corr
Stack-based buffer overflow in the TRENDnet TEW-432BRP wireless router (firmware 3.10B20) allows remote authenticated at
Stack-based buffer overflow in TRENDnet TEW-432BRP 3.10B20 router firmware allows authenticated remote attackers to corr
Stack-based buffer overflow in TRENDnet TEW-432BRP wireless router firmware 3.10B20 allows authenticated remote attacker
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33503
GHSA-88p4-r3v2-m497