CVE-2026-42222

8.1

0xJacky · nginx-ui

An unauthenticated bootstrap takeover vulnerability exists in nginx-ui version 2.3.5 via POST /api/install during initial installation.

Executive summary

An unauthenticated bootstrap takeover vulnerability in 0xJacky nginx-ui version 2.3.5 exposes systems to total compromise during the initial installation window.

Vulnerability

This issue is a missing authentication flaw (CWE-306) and improper access control (CWE-284) occurring at the POST /api/install endpoint, allowing unauthenticated attackers to hijack the application setup.

Business impact

A successful exploit grants an attacker total administrative control over the web user interface, leading to potential remote code execution, full system access, and severe data compromise. Given the CVSS score of 8.1, the business impact is considered high, representing a critical threat to confidentiality, integrity, and availability.

Remediation

Immediate Action: Restrict network access to the installation endpoint and monitor closely for unauthorized setup attempts until an official patch is released by the vendor.

Proactive Monitoring: Review web server and application access logs for unusual requests directed toward the POST /api/install endpoint, particularly from untrusted IP addresses.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block unauthorized or external access to the initial installation endpoints.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Administrators must treat this vulnerability with high priority due to the severity of a total takeover. Implement network segmentation and access controls around the installation interface immediately while awaiting formal vendor patches.

Sources