Path traversal in nginx-ui - CVE-2026-33027
Published: April 23, 2026
nginx-ui
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to path traversal in the configuration deletion handler when processing specially crafted URL-encoded traversal paths. A remote privileged user can send a specially crafted deletion request to cause a denial of service.
The issue can cause recursive deletion of the entire Nginx configuration directory because the resolved path is passed to os.RemoveAll.