CVE-2026-45549

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, agent_action (app/routes/smon/agent_routes.py:166-179) has decorators @bp.post('/agent/action/<action>') and @jwt_required() only — no role check, no group ownership check on the server_ip form field. Any authenticated user, including role 4 (guest), can start, stop, or restart the roxy-wi-smon-agent systemd unit on any server they can name. Roxy-WI executes the systemd action over its own SSH credentials (passwordless sudo), so the action runs as root on the target. At time of publication, there are no publicly available patches.
Configurations

No configuration.

History

10 Jun 2026, 17:16

Type Values Removed Values Added
References () https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-c92j-h72m-ff4j - () https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-c92j-h72m-ff4j -

10 Jun 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-10 15:16

Updated : 2026-06-10 17:16


NVD link : CVE-2026-45549

Mitre link : CVE-2026-45549

CVE.ORG link : CVE-2026-45549


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization

CWE-863

Incorrect Authorization