Cyber Resilience

CVE-2025-8243

HighPublic PoC

Published: 27 July 2025

Published
27 July 2025
Modified
29 July 2025
KEV Added
Patch
CVSS Score v4 7.4 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
EPSS Score 0.0229 85.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8243 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Totolink X15 Firmware. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.9% 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-16 (Memory Protection).

Deeper analysis

A vulnerability classified as critical exists in TOTOLINK X15 firmware version 1.0.0-B20230714.1105. It affects unknown processing within the /boafrm/formMapDel file of the HTTP POST Request Handler component, where manipulation of the devicemac1 argument triggers a buffer overflow. The issue is tracked under CWE-119, CWE-120, and CWE-787, carries a CVSS 4.0 score of 7.4 reflecting network attack vector, low complexity, and high impact on confidentiality, integrity, and availability, and can be triggered remotely.

An authenticated remote attacker can send a crafted HTTP POST request to exploit the flaw and achieve arbitrary code execution or denial of service on the affected device. Public exploit code has already been disclosed, enabling potential use by threat actors with limited privileges.

The EPSS score remains low at approximately 0.023 with no material increase after disclosure. Vendor references point to the TOTOLINK site and detailed vulnerability reports, but no specific mitigation guidance or patch availability is documented in the provided sources.

EU & UK References

Vulnerability details

A vulnerability was found in TOTOLINK X15 1.0.0-B20230714.1105 and classified as critical. This issue affects some unknown processing of the file /boafrm/formMapDel of the component HTTP POST Request Handler. The manipulation of the argument devicemac1 leads to buffer overflow. The…

more

attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

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.
Why these techniques?

Buffer overflow in public-facing HTTP POST handler (/boafrm/formMapDel) directly enables remote exploitation of the router's web interface for code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-8242Same product: Totolink X15
CVE-2025-8246Same product: Totolink X15
CVE-2025-8245Same product: Totolink X15
CVE-2025-8244Same product: Totolink X15
CVE-2026-1328Same vendor: Totolink
CVE-2026-1157Same vendor: Totolink
CVE-2025-1852Same vendor: Totolink
CVE-2025-9779Same vendor: Totolink
CVE-2025-12239Same vendor: Totolink
CVE-2025-7460Same vendor: Totolink

Affected Assets

totolink
x15 firmware
1.0.0-b20230714.1105

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Implements input validation mechanisms at HTTP POST endpoints to restrict the devicemac1 argument and prevent buffer overflows.

prevent

Enforces memory protections like non-executable stacks and ASLR to mitigate exploitation of the buffer overflow even if triggered.

prevent

Requires timely identification, reporting, and correction of the specific buffer overflow flaw in the router firmware.

References