Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-33028
March 30, 2026
Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.4, the nginx-ui application is vulnerable to a Race Condition. Due to the complete absence of synchronization mechanisms (Mutex) and non-atomic file writes, concurrent requests lead to the severe corruption of the primary configuration file (app.ini). This vulnerability results in a persistent Denial of Service (DoS) and introduces a non-deterministic path for Remote Code Execution (RCE) through configuration cross-contamination. This issue has been patched in version 2.3.4.
Affected Packages
github.com/0xJacky/Nginx-UI (GO):
Affected version(s) >=v0.0.0-20210720120120-b37c1e8eac41 <v2.3.4
Fix Suggestion:
Update to version v2.3.4
github.com/uozi-tech/cosy (GO):
Affected version(s) >=v0.0.1 <v1.30.1
Fix Suggestion:
Update to version v1.30.1
github.com/uozi-tech/cosy (GO):
Affected version(s) >=v0.0.1 <v1.30.1
Fix Suggestion:
Update to version v1.30.1
github.com/0xJacky/Nginx-UI (GO):
Affected version(s) >=v0.0.0-20210720120120-b37c1e8eac41 <v2.3.4
Fix Suggestion:
Update to version v2.3.4
github.com/0xJacky/Nginx-UI (GO):
Affected version(s) >=v0.0.0-20210720120120-b37c1e8eac41 <v2.3.4
Fix Suggestion:
Update to version v2.3.4
github.com/uozi-tech/cosy (GO):
Affected version(s) >=v0.0.1 <v1.30.1
Fix Suggestion:
Update to version v1.30.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.7
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')