Cyber Posture

CVE-2026-33208

HighPublic PoCRCE

Published: 24 April 2026

Published
24 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0032 55.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33208 is a high-severity OS Command Injection (CWE-78) vulnerability in Roxy-Wi Roxy-Wi. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 44.8% of CVEs by exploit likelihood; 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses the failure to sanitize the user-supplied 'words' parameter before embedding it into shell commands, preventing OS command injection.

prevent

Ensures timely remediation of the known flaw through patching to version 8.2.6.4, which fixes the command injection vulnerability.

detect

Vulnerability scanning would identify the OS command injection (CWE-78) in the /config/<service>/find-in-config endpoint prior to exploitation.

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

OS command injection in web interface enables exploitation of public-facing application (T1190) and arbitrary Unix shell command execution on remote servers (T1059.004).

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

NVD Description

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. Prior to version 8.2.6.4, the /config/ < service > /find-in-config endpoint in Roxy-WI fails to sanitize the user-supplied words parameter before embedding it into a shell command…

more

string that is subsequently executed on a remote managed server via SSH. An authenticated attacker can inject arbitrary shell metacharacters to break out of the intended grep command context and execute arbitrary OS commands with sudo privileges on the target server, resulting in full Remote Code Execution (RCE). Version 8.2.6.4 patches the issue.

Deeper analysisAI

CVE-2026-33208 is an OS command injection vulnerability (CWE-78) in Roxy-WI, a web interface for managing HAProxy, Nginx, Apache, and Keepalived servers. The issue affects versions prior to 8.2.6.4 and resides in the /config/<service>/find-in-config endpoint, which fails to sanitize the user-supplied "words" parameter. This parameter is embedded directly into a shell command string executed on a remote managed server via SSH, allowing injection of arbitrary shell metacharacters to escape the intended grep command context.

An authenticated attacker with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). Successful exploitation enables execution of arbitrary operating system commands with sudo privileges on the target managed server, leading to full remote code execution (RCE).

The vulnerability is patched in Roxy-WI version 8.2.6.4, as detailed in the project's GitHub commit (02f147d567a3cc8cf61a4b58ea4c2b7866a544de) and security advisory (GHSA-7m2h-gmvj-cjx2). Security practitioners should upgrade to the fixed version and review access controls for the affected endpoint to mitigate risks.

Details

CWE(s)

Affected Products

roxy-wi
roxy-wi
≤ 8.2.6.4

CVEs Like This One

CVE-2026-22265Same product: Roxy-Wi Roxy-Wi
CVE-2026-27811Same product: Roxy-Wi Roxy-Wi
CVE-2026-33076Same product: Roxy-Wi Roxy-Wi
CVE-2026-33432Same product: Roxy-Wi Roxy-Wi
CVE-2026-33078Same product: Roxy-Wi Roxy-Wi
CVE-2026-33077Same product: Roxy-Wi Roxy-Wi
CVE-2026-1961Shared CWE-78
CVE-2025-54418Shared CWE-78
CVE-2025-20349Shared CWE-78
CVE-2026-4802Shared CWE-78

References