Cyber Resilience

CVE-2022-31126

Critical

Published: 06 July 2022

Published
06 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 10.0 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L
EPSS Score 0.8914 99.6th percentile
Risk Priority 73 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-31126 is a critical-severity Injection (CWE-74) vulnerability in Roxy-Wi Roxy-Wi. Its CVSS base score is 10.0 (Critical).

Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Roxy-wi is an open source web interface for managing HAProxy, Nginx, Apache, and Keepalived servers. CVE-2022-31126 is a remote code execution vulnerability that stems from improper input handling (CWE-74) in the /app/options.py endpoint. It affects all versions prior to 6.1.1.0 and carries a CVSS 3.1 score of 10.0, reflecting network-accessible, unauthenticated, and high-impact exploitation.

An unauthenticated attacker can send a specially crafted HTTP request to the affected endpoint and obtain arbitrary code execution on the server. Because the attack requires no credentials or user interaction and can cross trust boundaries, it enables complete compromise of the Roxy-wi instance and any managed load-balancer or web-server configurations.

The project’s GitHub Security Advisory (GHSA-mh86-878h-43c9) states there are no known workarounds and explicitly advises users to upgrade immediately to version 6.1.1.0 or later. The EPSS score remains elevated, with a current value of 0.8914 and a recorded peak of 0.9156.

EU & UK References

Vulnerability details

Roxy-wi is an open source web interface for managing Haproxy, Nginx, Apache and Keepalived servers. A vulnerability in Roxy-wi allows a remote, unauthenticated attacker to code execution by sending a specially crafted HTTP request to /app/options.py file. This affects Roxy-wi…

more

versions before 6.1.1.0. Users are advised to upgrade. There are no known workarounds for this issue.

CWE(s)

Related Threats

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

Affected Assets

roxy-wi
roxy-wi
≤ 6.1.1.0

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-74

Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

References