Cyber Posture

CVE-2026-24105

CriticalPublic PoCRCE

Published: 02 March 2026

Published
02 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0196 83.7th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24105 is a critical-severity Code Injection (CWE-94) vulnerability in Tenda Ac15 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 16.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation of untrusted inputs such as the 'v1' parameter before passing to doSystemCmd, preventing command injection.

prevent

Mandates identification, reporting, and correction of the specific command injection flaw through vendor patching.

preventdetect

Enables monitoring and filtering of network traffic at system boundaries to block or detect malicious requests exploiting the vulnerable endpoint.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

The vulnerability is an unauthenticated command injection in a public-facing router web interface (goform/formsetUsbUnload), enabling exploitation of public-facing application (T1190) and arbitrary command execution on a network device (T1059.008).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

An issue was discovered in goform/formsetUsbUnload in Tenda AC15V1.0 V15.03.05.18_multi. The value of `v1` was not checked, potentially leading to a command injection vulnerability if injected into doSystemCmd.

Deeper analysisAI

CVE-2026-24105 is a command injection vulnerability (CWE-94) discovered in the goform/formsetUsbUnload component of the Tenda AC15 V1.0 router running firmware version V15.03.05.18_multi. The flaw occurs because the value of the `v1` parameter is not properly validated before being passed to the doSystemCmd function, enabling potential arbitrary command execution. Published on 2026-03-02, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical.

Unauthenticated attackers with network access can exploit this vulnerability with low complexity and no user interaction required. By crafting malicious requests to the affected endpoint, they can inject commands into doSystemCmd, potentially achieving high-impact confidentiality, integrity, and availability compromises, such as full device takeover, data exfiltration, or persistent access.

Mitigation details are referenced in the vendor advisory at https://www.tenda.com.cn/material/show/2710 and a report at https://github.com/akuma-QAQ/CVEreport/tree/main/D-link/CVE-2026-24105.

Details

CWE(s)

Affected Products

tenda
ac15 firmware
15.03.05.18

CVEs Like This One

CVE-2025-25632Same product: Tenda Ac15
CVE-2025-0566Same product: Tenda Ac15
CVE-2025-11387Same product: Tenda Ac15
CVE-2025-11389Same product: Tenda Ac15
CVE-2025-11386Same product: Tenda Ac15
CVE-2026-24103Same product: Tenda Ac15
CVE-2026-3400Same product: Tenda Ac15
CVE-2025-11388Same product: Tenda Ac15
CVE-2026-4975Same product: Tenda Ac15
CVE-2026-5830Same product: Tenda Ac15

References