Cyber Posture

CVE-2025-67187

CriticalPublic PoC

Published: 03 February 2026

Published
03 February 2026
Modified
10 February 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.0030 53.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

A stack-based buffer overflow vulnerability was identified in TOTOLINK A950RG V4.1.2cu.5204_B20210112. The flaw exists in the setIpQosRules interface of /lib/cste_modules/firewall.so where the comment parameter is not properly validated for length.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of input parameters like the oversized comment field to prevent stack-based buffer overflows in the setIpQosRules interface.

prevent

Implements memory protections such as stack canaries to mitigate exploitation of stack-based buffer overflows even if input validation fails.

preventrecover

Mandates timely identification, reporting, and correction of flaws like this buffer overflow vulnerability through firmware patching.

Security SummaryAI

CVE-2025-67187 is a stack-based buffer overflow vulnerability (CWE-121) affecting the TOTOLINK A950RG router on firmware version V4.1.2cu.5204_B20210112. The flaw occurs in the setIpQosRules interface of the /lib/cste_modules/firewall.so library, where the comment parameter is not properly validated for length, enabling overflow conditions.

With 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), the vulnerability is exploitable by any unauthenticated attacker over the network with low complexity and no user interaction. Exploitation involves sending a crafted request with an oversized comment parameter, potentially leading to arbitrary code execution and full compromise of the affected device, including high impacts on confidentiality, integrity, and availability.

A technical analysis and proof-of-concept are detailed in the GitHub reference at https://github.com/SunnyYANGyaya/cuicuishark-sheep-fishIOT/blob/main/ToTolink/A950RG/5024-setIpQosRules-comment-buffer.md. No vendor advisories or patches are specified in the available information.

Details

CWE(s)

Affected Products

totolink
a950rg firmware
4.1.2cu.5204_b20210112

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 web interface (setIpQosRules) of a public-facing router, exploitable remotely without authentication for arbitrary code execution.

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

References