CVE-2026-15483
Received Received - Intake

Buffer Overflow in TRENDnet TEW-821DAP Firmware

Vulnerability report for CVE-2026-15483, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-12

Last updated on: 2026-07-12

Assigner: VulDB

Description

A security vulnerability has been detected in TRENDnet TEW-821DAP 1.12B01. Impacted is the function sub_41EC14 of the file /goform/tools_nslookup of the component ssi. The manipulation of the argument nslookup_target leads to buffer overflow. It is possible to initiate the attack remotely. The vendor explains: "We are unable to confirm the existence of the vulnerabilities for (...) TEW-821DAP (v1.0R) as these items have been EOL. " This vulnerability only affects products that are no longer supported by the maintainer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-12
Last Modified
2026-07-12
Generated
2026-07-12
AI Q&A
2026-07-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
trendnet tew-821dap 1.12b01
trendnet tew-821dap to 1.0R (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a buffer overflow in the Trendnet TEW-821DAP router firmware version 1.12B01. It occurs in the function sub_41EC14 of the ssi component, specifically when handling the nslookup_target argument. The argument is copied into a buffer of only 2 bytes without size checks. If an attacker sends input longer than 392 bytes via an HTTP POST request to /goform/tools_nslookup, it causes a buffer overflow.

This overflow can overwrite the return address on the stack, potentially allowing an attacker to execute arbitrary code remotely.

Impact Analysis

The vulnerability allows remote attackers to exploit a buffer overflow, which can lead to arbitrary code execution on the affected device.

This means an attacker could potentially take control of the router, disrupt network operations, intercept or manipulate network traffic, or use the device as a foothold for further attacks within the network.

Detection Guidance

This vulnerability can be detected by monitoring for HTTP POST requests sent to the endpoint /goform/tools_nslookup, which is the exploit path triggering the buffer overflow.

Specifically, detection involves identifying unusually large or malformed POST requests containing the nslookup_target parameter with payloads exceeding normal size limits (greater than 2 bytes, potentially over 392 bytes).

Network administrators can use packet capture tools like tcpdump or Wireshark to filter and analyze HTTP POST traffic to /goform/tools_nslookup.

  • 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 '/goform/tools_nslookup'
  • Use curl or similar tools to test the endpoint by sending crafted POST requests with varying sizes of nslookup_target to observe abnormal behavior.
Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoint /goform/tools_nslookup to trusted users only, ideally by firewall rules or network segmentation.

Since the affected product (TRENDnet TEW-821DAP 1.12B01) is no longer supported by the vendor, applying official patches is not possible.

As a workaround, disable or block HTTP POST requests to /goform/tools_nslookup to prevent exploitation.

Consider replacing the affected device with a supported model to ensure ongoing security updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15483. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart