CVE-2026-11504
Deferred Deferred - Pending Action
Stack-Based Buffer Overflow in Tenda CX12L Wi-Fi Schedule Configuration

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description
A vulnerability was detected in Tenda CX12L 16.03.53.12. The impacted element is the function setSchedWifi of the file /goform/openSchedWifi of the component Wi-Fi Schedule Configuration Endpoint. Performing a manipulation of the argument schedStartTime/schedEndTime results in stack-based buffer overflow. The attack may be initiated remotely. The exploit is now public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-08
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tenda cx12l 16.03.53.12
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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).
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

CVE-2026-11504 is a stack-based buffer overflow vulnerability found in the Tenda CX12L router firmware version 16.03.53.12. It occurs in the Wi-Fi Schedule Configuration Endpoint, specifically in the setSchedWifi function of the /goform/openSchedWifi file.

The vulnerability arises because the function processes user-supplied parameters schedStartTime and schedEndTime without proper length validation. It uses unsafe string copy operations (strcpy) to copy these parameters into a fixed-size 25-byte buffer, which can be overflowed by providing oversized input.

This buffer overflow can lead to memory corruption, potentially causing Denial of Service (DoS) or allowing an attacker to execute arbitrary code remotely.

Impact Analysis

This vulnerability can have serious impacts including remote Denial of Service (DoS), where the router may crash or become unresponsive.

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

Such control could be used to intercept network traffic, modify router settings, or launch further attacks on connected devices.

Detection Guidance

This vulnerability can be detected by monitoring or testing the /goform/openSchedWifi endpoint on Tenda CX12L routers running firmware version 16.03.53.12. Specifically, sending crafted requests with oversized schedStartTime or schedEndTime parameters can reveal if the device is vulnerable to stack-based buffer overflow.

A practical detection method involves sending HTTP POST requests to the /goform/openSchedWifi endpoint with abnormally long schedStartTime or schedEndTime values and observing the device's behavior for crashes or abnormal responses.

  • Use curl to send a test request with an oversized schedStartTime parameter, for example: curl -X POST http://<router-ip>/goform/openSchedWifi -d "schedStartTime=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&schedEndTime=10:00"
  • Monitor the router for crashes, reboots, or abnormal behavior after sending such requests.
  • Network intrusion detection systems (NIDS) can be configured to alert on unusually long parameters sent to /goform/openSchedWifi.
Mitigation Strategies

Immediate mitigation steps include avoiding exposure of the vulnerable endpoint to untrusted networks and restricting access to the router's management interface.

If possible, apply firmware updates or patches provided by the vendor that replace unsafe functions like strcpy with safer alternatives and implement input validation.

In the absence of an official patch, consider disabling or restricting access to the Wi-Fi Schedule Configuration feature to prevent exploitation.

Monitor network traffic for suspicious requests targeting /goform/openSchedWifi and block malicious IP addresses.

Compliance Impact

The vulnerability in Tenda CX12L allows remote attackers to cause a stack-based buffer overflow, potentially leading to memory corruption, Denial of Service (DoS), or arbitrary code execution. Such security weaknesses can compromise the confidentiality, integrity, and availability of data processed or transmitted by the device.

Because this vulnerability can lead to unauthorized access or disruption of services, it may negatively impact compliance with standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access and ensuring system availability.

However, the provided information does not explicitly detail the direct impact on compliance frameworks or specific regulatory requirements.

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