CVE-2026-42223 — Nginx UI is a web user interface for the Nginx web server.
CVE-2026-42223 — Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, the GetSettings API handler (api/settings/settings.go:24-65) serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - h
What This Means For You
- If your environment is affected by CWE-200, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42223 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-42223 - Nginx UI Sensitive Data Exposure via GetSettings API
title: CVE-2026-42223 - Nginx UI Sensitive Data Exposure via GetSettings API
id: scw-2026-05-04-ai-1
status: experimental
level: high
description: |
Detects attempts to access the GetSettings API endpoint in Nginx UI, which is vulnerable in versions prior to 2.3.8. This API handler improperly exposes sensitive configuration details like JwtSecret, NodeSecret, and OIDC ClientSecret due to the 'protected:"true"' tag being ignored during read operations. This can lead to authentication token forgery, cluster node impersonation, and OAuth account takeover.
author: SCW Feed Engine (AI-generated)
date: 2026-05-04
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42223/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/settings/settings.go'
cs-method:
- 'GET'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42223 | vulnerability | CVE-2026-42223 |
| CWE-200 | weakness | CWE-200 |
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.