Cyber Resilience

CVE-2022-50926

HighPublic PoC

Published: 13 January 2026

Published
13 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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.0048 37.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2022-50926 is a high-severity Reliance on Cookies without Validation and Integrity Checking (CWE-565) vulnerability in Wago (inferred from references). Its CVSS base score is 8.7 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SC-23 (Session Authenticity).

Deeper analysis

CVE-2022-50926 is a privilege escalation vulnerability (CWE-565) in the WAGO 750-8212 PFC200 G2 2ETH RS firmware. It enables attackers to manipulate user session cookies by modifying the 'name' and 'roles' parameters, allowing elevation from ordinary user to administrative privileges without authentication. The issue 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) and was published on 2026-01-13.

Attackers with network access can exploit this vulnerability remotely with low complexity and no prior privileges or user interaction required. Successful exploitation grants administrative privileges, enabling high-impact compromise of confidentiality, integrity, and availability on the affected device.

Advisories and mitigation guidance are detailed in resources from Vulncheck at https://www.vulncheck.com/advisories/wago-pfc-g-eth-rs-privilege-escalation and the WAGO website at https://www.wago.com. A public proof-of-concept exploit is available at https://www.exploit-db.com/exploits/50793.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

WAGO 750-8212 PFC200 G2 2ETH RS firmware contains a privilege escalation vulnerability that allows attackers to manipulate user session cookies. Attackers can modify the cookie's 'name' and 'roles' parameters to elevate from ordinary user to administrative privileges without authentication.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

The vulnerability allows remote exploitation of a public-facing web interface on the device firmware to manipulate session cookies for privilege escalation to admin without authentication.

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

CVEs Like This One

CVE-2026-5130Shared CWE-565
CVE-2014-125112Shared CWE-565
CVE-2025-64447Shared CWE-565
CVE-2025-14440Shared CWE-565
CVE-2025-65212Shared CWE-565
CVE-2025-2395Shared CWE-565
CVE-2026-0257Shared CWE-565
CVE-2025-59247Shared CWE-565
CVE-2026-39324Shared CWE-565

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 enforces server-side access control policies to prevent privilege escalation from manipulated client-side session cookies claiming unauthorized roles.

prevent

SC-23 protects session authenticity, mitigating manipulation of session cookies to elevate user privileges without authentication.

prevent

SI-10 validates information inputs such as session cookie 'name' and 'roles' parameters to block tampering attempts.

References