Description
A vulnerability was identified in Trendnet TEW-635BRM up to 1.00.03. This affects the function start_httpd of the file /sbin/rc of the component Web Service. Such manipulation of the argument device_name leads to stack-based buffer overflow. The attack can be executed remotely. The exploit is publicly available and might be used. The vendor explains: "We are unable to confirm if the vulnerability exists. This item has been EOL since 2011. We will make an official announcement of possible vulnerabilities, and recommend users to switch devices." This vulnerability only affects products that are no longer supported by the maintainer.
Published: 2026-07-12
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stack-based buffer overflow exists in the start_httpd function of the Trendnet TEW-635BRM router’s web service. The flaw is triggered by manipulating the device_name argument sent to the rc script, which runs externally via the web interface. Because the overflow occurs on the stack, an attacker who can send crafted requests to the device over the network can trigger arbitrary code execution, allowing full compromise of the device. The vulnerability maps to CWE-119 and CWE-121, indicating unsafe buffer handling and stack corruption.

Affected Systems

Trendnet’s TEW-635BRM routers shipped with firmware versions up to 1.00.03 are affected. The product is out-of-support (EOL since 2011), and no vendor patch exists. Any deployment of these firmware versions is vulnerable.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.7, classifying it as high severity, and an EPSS score of less than 1%, suggesting low current exploitation probability. Nonetheless, a publicly available exploit can be leveraged remotely via device’s web interface, and the device’s lack of support makes it a likely target for attackers seeking unpatched legacy hardware. Based on the description, the attack vector is remote over the device's web interface. The flaw is not listed in the CISA KEV catalog, but the combination of high severity, public exploit, and unsupported hardware elevates the risk for any connected environment.

Generated by OpenCVE AI on July 25, 2026 at 18:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Replace the Trendnet TEW-635BRM router with a supported device that receives security updates.
  • If replacement is not immediately possible, block external access to the router’s web services by disabling HTTP/HTTPS or denying traffic from outside the local network.
  • Isolate the device from critical assets using network segmentation or a VLAN, ensuring a pivot point for further network compromise.
  • Monitor network traffic for anomalous HTTP requests targeting the device, and log any suspicious for investigation.

Generated by OpenCVE AI on July 25, 2026 at 18:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sun, 12 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in Trendnet TEW-635BRM up to 1.00.03. This affects the function start_httpd of the file /sbin/rc of the component Web Service. Such manipulation of the argument device_name leads to stack-based buffer overflow. The attack can be executed remotely. The exploit is publicly available and might be used. The vendor explains: "We are unable to confirm if the vulnerability exists. This item has been EOL since 2011. We will make an official announcement of possible vulnerabilities, and recommend users to switch devices." This vulnerability only affects products that are no longer supported by the maintainer.
Title Trendnet TEW-635BRM Web Service rc start_httpd stack-based overflow
First Time appeared Trendnet
Trendnet tew-635brm
Weaknesses CWE-119
CWE-121
CPEs cpe:2.3:a:trendnet:tew-635brm:*:*:*:*:*:*:*:*
Vendors & Products Trendnet
Trendnet tew-635brm
References
Metrics cvssV2_0

{'score': 9, 'vector': 'AV:N/AC:L/Au:S/C:C/I:C/A:C/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 8.8, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


Subscriptions

Trendnet Tew-635brm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T18:12:41.393Z

Reserved: 2026-07-11T10:02:29.486Z

Link: CVE-2026-15480

cve-icon Vulnrichment

Updated: 2026-07-13T18:06:05.007Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-25T18:30:17Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow