Cyber Posture

CVE-2025-61128

Critical

Published: 28 October 2025

Published
28 October 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
EPSS Score 0.0011 28.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-61128 is a critical-severity Stack-based Buffer Overflow (CWE-121) vulnerability. Its CVSS base score is 9.1 (Critical).

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

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of the crafted referrer value in POST requests to login.cgi, directly preventing the stack-based buffer overflow vulnerability.

prevent

Identifies, reports, and corrects the specific buffer overflow flaw in WAVLINK firmware's login.cgi through timely remediation and patching.

prevent

Implements memory protections like stack canaries and non-executable memory to block arbitrary code execution resulting from the buffer overflow.

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?

The vulnerability is a stack-based buffer overflow in the public-facing login.cgi web component of a router firmware, enabling remote unauthenticated arbitrary code execution via a crafted POST request referrer, directly mapping to exploitation of public-facing applications.

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

NVD Description

Stack-based buffer overflow vulnerability in WAVLINK QUANTUM D3G/WL-WN530HG3 firmware M30HG3_V240730, and possibly other wavlink models allows attackers to execute arbitrary code via crafted referrer value POST to login.cgi.

Deeper analysisAI

CVE-2025-61128 is a stack-based buffer overflow vulnerability (CWE-121) in the WAVLINK QUANTUM D3G/WL-WN530HG3 firmware version M30HG3_V240730, and possibly other Wavlink models. The flaw occurs in the login.cgi component, where a crafted referrer value in a POST request triggers the overflow, enabling arbitrary code execution. Published on 2025-10-28, it carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H).

Remote attackers can exploit this vulnerability without authentication, privileges, or user interaction, requiring only network access and low attack complexity. By sending a malicious POST request to login.cgi with a specially crafted referrer value, attackers achieve arbitrary code execution on the affected device, resulting in high impacts to confidentiality and availability.

Advisories reference a GitHub gist at https://gist.github.com/shinobu-alpha/6dd5ad7f83c16360f6564db0bc121e99 for additional details, though specific patch or mitigation guidance is not detailed in the CVE description.

Details

CWE(s)

CVEs Like This One

CVE-2025-70219Shared CWE-121
CVE-2019-25319Shared CWE-121
CVE-2026-22904Shared CWE-121
CVE-2026-30871Shared CWE-121
CVE-2025-70222Shared CWE-121
CVE-2025-41687Shared CWE-121
CVE-2026-1950Shared CWE-121
CVE-2026-22214Shared CWE-121
CVE-2025-70226Shared CWE-121
CVE-2025-11779Shared CWE-121

References