Cyber Posture

CVE-2025-41732

Critical

Published: 10 December 2025

Published
10 December 2025
Modified
19 December 2025
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.0010 27.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-41732 is a critical-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Wago 0852-1328 Firmware. Its CVSS base score is 9.8 (Critical).

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

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

Directly remediates the unsafe sscanf calls causing stack buffer overflows by identifying, patching, and verifying fixes for this specific flaw.

prevent

Implements memory safeguards such as stack canaries, ASLR, and DEP to prevent arbitrary code execution from stack buffer overflows even if exploitation occurs.

prevent

Validates incoming cookie inputs prior to processing by check_cookie() to block malformed data that could trigger the sscanf 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?

Unauthenticated remote buffer overflow vulnerability enables arbitrary code execution and full device compromise over the network, directly facilitating T1190: Exploit Public-Facing Application.

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

NVD Description

An unauthenticated remote attacker can abuse unsafe sscanf calls within the check_cookie() function to write arbitrary data into fixed-size stack buffers which leads to full device compromise.

Deeper analysisAI

CVE-2025-41732, published on 2025-12-10, is a critical vulnerability (CVSS 9.8) stemming from unsafe sscanf calls in the check_cookie() function. These calls enable writing arbitrary data into fixed-size stack buffers, resulting in full device compromise. It is associated with CWE-121 (stack-based buffer overflow) and CWE-787 (out-of-bounds write), affecting an unspecified software component or device that exposes this function.

An unauthenticated remote attacker can exploit this vulnerability over the network with low attack complexity and no user interaction or privileges required. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, culminating in complete device takeover as described.

The primary advisory reference, available at https://certvde.com/de/advisories/VDE-2025-095, provides further details on this issue, including potential mitigation guidance.

Details

CWE(s)

Affected Products

wago
0852-1328 firmware
≤ 02.64
wago
0852-1322 firmware
≤ 02.64

CVEs Like This One

CVE-2025-41730Same product: Wago 0852-1322
CVE-2025-70240Shared CWE-121, CWE-787
CVE-2026-26732Shared CWE-121, CWE-787
CVE-2025-68670Shared CWE-121, CWE-787
CVE-2025-37169Shared CWE-121, CWE-787
CVE-2025-34468Shared CWE-121, CWE-787
CVE-2025-66046Shared CWE-121, CWE-787
CVE-2026-22189Shared CWE-121, CWE-787
CVE-2025-11541Shared CWE-121, CWE-787
CVE-2025-0282Shared CWE-121, CWE-787

References