A critical vulnerability, CVE-2026-27944, has been identified in the Nginx UI management tool, posing a severe risk to users. The flaw, with a CVSS score of 9.8 (Critical), allows an unauthenticated attacker to download a complete system backup via an unprotected API endpoint. In a critical failure of security design, the same API response that provides the backup file also includes the key required to decrypt it. This allows an attacker to gain immediate access to the backup's contents, which may include administrator credentials, active session tokens, full Nginx configurations, and even SSL/TLS private keys. The IONIX research team, who reported the flaw, notes active exploitation attempts are underway, making immediate patching a top priority for all administrators using this tool.
The vulnerability exists in the /api/backup endpoint of the Nginx UI web interface. This endpoint lacks any authentication checks, allowing anyone on the network to access it.
https://<nginx-ui-host>/api/backup.X-Backup-Security HTTP header, which contains the plaintext key used to encrypt the backup.This is a textbook example of CWE-306: Missing Authentication for Critical Function combined with CWE-321: Use of Hard-coded Cryptographic Key (in this case, an easily disclosed key).
Any server running Nginx UI versions prior to 2.3.3 with the web interface exposed to the network is vulnerable. This is particularly dangerous for internet-facing management interfaces.
The impact of exploiting this vulnerability is catastrophic. By decrypting the backup, an attacker can obtain:
An attacker with this information could pivot to attack backend applications, intercept sensitive user data, or deface websites. The ease of exploitation (a single curl command) and the critical nature of the exposed data make this a top-tier threat.
Security teams should hunt for signs of exploitation by looking for unusual requests to the vulnerable endpoint.
/api/backupcurl/*, python-requests/*/api/backup./api/backup and analyze the source IPs./api/backup URL from an IP address not on an established allowlist of administrative hosts./api/backup endpoint.The primary mitigation is to update Nginx UI to the patched version 2.3.3 or later.
Mapped D3FEND Techniques:
Restrict network access to the Nginx UI management interface. It should not be exposed to the internet.
Mapped D3FEND Techniques:
The most urgent and effective countermeasure for CVE-2026-27944 is to apply the available software update. Administrators must immediately upgrade their Nginx UI instances to version 2.3.3 or newer. This patch corrects the missing authentication check on the /api/backup endpoint, which is the root cause of the vulnerability. Given that active exploitation is reported, this should be treated as an emergency change. Use vulnerability scanners and asset inventory systems to identify all instances of Nginx UI in your environment to ensure none are missed. After patching, verify that the endpoint is no longer accessible without authentication by running a simple curl command from an unauthorized host. This single action completely remediates the vulnerability.
As a critical defense-in-depth measure, Inbound Traffic Filtering should be applied to all management interfaces like Nginx UI. These interfaces should never be exposed directly to the internet. Configure firewall rules or security groups to deny all inbound traffic to the Nginx UI port by default. Then, create an explicit allow rule for a limited set of IP addresses corresponding to a management jump box or a corporate VPN range. For CVE-2026-27944, this would have prevented unauthenticated attackers on the internet from ever reaching the vulnerable /api/backup endpoint, rendering the flaw unexploitable from the outside. This network-level control provides a powerful compensating measure if patching is delayed and is a fundamental best practice for securing administrative tools.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.