Cyber Resilience

CVE-2026-7719

High

Published: 04 May 2026

Published
04 May 2026
Modified
04 May 2026
KEV Added
Patch
CVSS Score v4 8.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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.0062 45.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7719 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Notion (inferred from references). Its CVSS base score is 8.9 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-7719 is a buffer overflow vulnerability affecting the Totolink WA300 router on firmware version 5.2cu.7112_B20190227. The issue lies in the loginauth function of the /cgi-bin/cstecgi.cgi file within the POST Request Handler component, where manipulation of the http_host argument triggers the overflow. Associated with CWE-119 and CWE-120, it was published on 2026-05-04 and carries a CVSS v3.1 base score of 9.8.

The vulnerability enables remote exploitation with no authentication requirements, low complexity, and no user interaction. Attackers can achieve high confidentiality, integrity, and availability impacts, potentially leading to full device compromise. A public exploit has been released, facilitating attacks against exposed devices.

Advisories referenced in VulDB entries (including vulnerability details and CTI) and a Notion site provide technical analysis, while the Totolink vendor site is listed for further information. No specific patches or mitigations are detailed in the disclosure.

The public availability of the exploit heightens the risk of real-world exploitation against unpatched Totolink WA300 devices.

EU & UK References

Vulnerability details

A security flaw has been discovered in Totolink WA300 5.2cu.7112_B20190227. The affected element is the function loginauth of the file /cgi-bin/cstecgi.cgi of the component POST Request Handler. The manipulation of the argument http_host results in buffer overflow. The attack may…

more

be launched remotely. The exploit has been released to the public and may be used for attacks.

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 unauthenticated public CGI endpoint (/cgi-bin/cstecgi.cgi) directly enables remote code execution against an Internet-facing router web application, mapping to T1190 Exploit Public-Facing Application.

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

CVEs Like This One

CVE-2026-6630Shared CWE-119, CWE-120
CVE-2026-7055Shared CWE-119, CWE-120
CVE-2026-1162Shared CWE-119, CWE-120
CVE-2025-12232Shared CWE-119, CWE-120
CVE-2025-15459Shared CWE-119, CWE-120
CVE-2025-7463Shared CWE-119, CWE-120
CVE-2026-2202Shared CWE-119, CWE-120
CVE-2026-5980Shared CWE-119, CWE-120
CVE-2026-7857Shared CWE-119, CWE-120
CVE-2026-7057Shared CWE-119, CWE-120

Affected Assets

Notion
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces validation of the http_host argument in POST requests to the loginauth function, directly preventing the buffer overflow manipulation.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to mitigate exploitation of the buffer overflow vulnerability.

prevent

Requires monitoring for and timely remediation of the specific buffer overflow flaw via firmware patching.

References