Cyber Resilience

CVE-2022-0557

HighPublic PoCRCE

Published: 11 February 2022

Published
11 February 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1686 95.1th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0557 is a high-severity OS Command Injection (CWE-78) vulnerability in Microweber Microweber. Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 4.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-0557 is an OS command injection vulnerability, tracked under CWE-78, that affects the microweber/microweber package on Packagist in all versions prior to 1.2.11. The flaw received a CVSS 3.1 score of 7.2 and permits an attacker to execute arbitrary operating-system commands through the application.

An authenticated user with high privileges can exploit the issue over the network without user interaction. Successful exploitation grants the attacker full control over confidentiality, integrity, and availability of the affected system, enabling remote code execution and potential full host compromise.

Public references point to a specific commit that resolves the injection flaw, and the project released version 1.2.11 to address it. Security advisories and the associated huntr.dev report therefore recommend upgrading to the patched release as the primary mitigation.

Public proof-of-concept exploits have been published on Exploit-DB and PacketStorm, yet the EPSS score has remained flat at 0.1686 with no material increase after disclosure.

EU & UK References

Vulnerability details

OS Command Injection in Packagist microweber/microweber prior to 1.2.11.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

microweber
microweber
≤ 1.2.11

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References