SCA: security update for github.com/0xJacky/nginx-ui (GHSA-q4w7-56hr-83rm)

medium Tenable Self-Hosted Container Security Plugin ID 441279

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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" - however, this tag is only
enforced during writes (via ProtectedFill in SaveSettings) and is completely ignored during reads. This
exposes 40+ protected fields including JwtSecret (enabling auth token forgery), NodeSecret (enabling
cluster node impersonation), OIDC ClientSecret (enabling OAuth account takeover), and the IP whitelist
configuration. This issue has been patched in version 2.3.8. (CVE-2026-42223)

Solution

Update the github.com/0xJacky/nginx-ui library and its related packages to version 2.3.8 or later.

See Also

https://github.com/advisories/GHSA-q4w7-56hr-83rm

Plugin Details

Severity: Medium

ID: 441279

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 5/6/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.68

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2026-42223

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/6/2026

Vulnerability Publication Date: 5/4/2026

Reference Information

CVE: CVE-2026-42223

cwe: CWE-200