CVE-2026-42220 — Nginx UI is a web user interface for the Nginx web server.
CVE-2026-42220 — Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, an authenticated user can call GET /api/settings and retrieve sensitive configuration values, including node.secret. The same node.secret is accepted by AuthRequired() through the X-Node-Secret header
What This Means For You
- If your environment is affected by CWE-200, CWE-863, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42220 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-42220 - Nginx UI Sensitive Configuration Exposure
title: CVE-2026-42220 - Nginx UI Sensitive Configuration Exposure
id: scw-2026-05-04-ai-1
status: experimental
level: high
description: |
Detects an authenticated user accessing the /api/settings endpoint via a GET request in Nginx UI. This specific endpoint, prior to version 2.3.8, is vulnerable to exposing sensitive configuration values, including node.secret, which can be leveraged for further exploitation.
author: SCW Feed Engine (AI-generated)
date: 2026-05-04
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42220/
tags:
- attack.credential_access
- attack.t1078.004
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/settings'
cs-method|exact:
- 'GET'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42220 | vulnerability | CVE-2026-42220 |
| CWE-200 | weakness | CWE-200 |
| CWE-863 | weakness | CWE-863 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 00:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.