← Back to browse · API

CVE-2026-33032

Severity
CRITICAL
CVSS
9.8
EPSS
0.38477
Risk score
52.67
CISA KEV
No
PoC
Yes
Published
2026-03-30
Modified
2026-04-16
First seen
2026-08-07
Aliases
EUVD-2026-17158, GHSA-H6C2-X2M2-MWHF
Products
0xJacky:nginx-ui ≤ 2.3.5, linux, suse
Sources
packetstorm e1b15243aca2ad53b47ce4cf|CVE-2026-33032
packetstorm e760ebd193aaec6c0d4acb9c|CVE-2026-33032
euvd EUVD-2026-17158

Description

Nginx UI is a web user interface for the Nginx web server. In versions 2.3.5 and prior, the nginx-ui MCP (Model Context Protocol) integration exposes two HTTP endpoints: /mcp and /mcp_message. While /mcp requires both IP whitelisting and authentication (AuthRequired() middleware), the /mcp_message endpoint only applies IP whitelisting - and the default IP whitelist is empty, which the middleware treats as "allow all". This means any network attacker can invoke all MCP tools without authentication, including restarting nginx, creating/modifying/deleting nginx configuration files, and triggering automatic config reloads - achieving complete nginx service takeover. At time of publication, there are no publicly available patches.

References