Cyber Resilience

CVE-2026-7747

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.0061 44.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7747 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 44.6th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2026-7747 is a buffer overflow vulnerability affecting the Totolink N300RH router running firmware version 3.2.4-B20220812. The flaw resides in the loginauth function of the /cgi-bin/cstecgi.cgi file within the Parameter Handler component, where manipulation of the Password argument triggers the overflow. Published on 2026-05-04, it is associated with CWE-119 and CWE-120 and 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), classifying it as critical.

The vulnerability enables remote exploitation without authentication or user interaction. Attackers can send crafted requests over the network to the affected component, potentially leading to arbitrary code execution, data compromise, or denial of service, with high impacts on confidentiality, integrity, and availability.

Advisories referenced in VulDB entries (vuldb.com/vuln/360922 and related pages) document the issue and note that a public exploit has been released, available via a Notion site detailing the loginauth password manipulation. The vendor site at totolink.net should be consulted for any firmware patches or updates.

The public availability of the exploit heightens the risk of widespread attacks against unpatched Totolink N300RH devices.

EU & UK References

Vulnerability details

A security flaw has been discovered in Totolink N300RH 3.2.4-B20220812. Affected by this vulnerability is the function loginauth of the file /cgi-bin/cstecgi.cgi of the component Parameter Handler. Performing a manipulation of the argument Password results in buffer overflow. The attack…

more

can be initiated 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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Buffer overflow in unauthenticated public CGI endpoint (loginauth/Password) on network device web interface directly enables remote exploitation of public-facing application (T1190) leading to arbitrary code execution via Unix shell (T1059.004).

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

CVEs Like This One

CVE-2026-7856Shared CWE-119, CWE-120
CVE-2026-7512Shared CWE-119, CWE-120
CVE-2025-10443Shared CWE-119, CWE-120
CVE-2026-3272Shared CWE-119, CWE-120
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

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

Requires timely flaw remediation through firmware updates to eliminate the buffer overflow in the loginauth function.

prevent

Mandates validation of the Password argument to block malformed inputs that trigger the buffer overflow.

prevent

Deploys memory protections such as non-executable stacks to mitigate successful exploitation of the buffer overflow for code execution.

References