製品・ソフトウェアに関する情報
Nginx UI TeamのNginx UIにおける情報漏えいに関する脆弱性
Title Nginx UI TeamのNginx UIにおける情報漏えいに関する脆弱性
Summary

Nginx UIはNginxウェブサーバーのためのウェブユーザーインターフェースです。バージョン2.3.8以前では、GetSettings APIハンドラー(api/settings/settings.go:24-65)がすべての設定構造体をJSONにシリアライズし、認証済みユーザーに返していました。多くの機密フィールドにはprotected:"true"というタグが付けられていますが、このタグは書き込み時(SaveSettings内のProtectedFill経由)のみ有効であり、読み取り時には完全に無視されていました。これによりJwtSecret(認証トークンの偽造を可能にする)、NodeSecret(クラスターノードのなりすましを可能にする)、OIDC ClientSecret(OAuthアカウントの乗っ取りを可能にする)、およびIPホワイトリストの設定など、40以上の保護されたフィールドが公開されてしまう問題が発生していました。この問題はバージョン2.3.8で修正されました。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 4, 2026, midnight
Registration Date May 8, 2026, 12:23 p.m.
Last Update May 8, 2026, 12:23 p.m.
CVSS3.0 : 警告
Score 6.5
Vector CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年05月08日]
  掲載
May 8, 2026, 12:23 p.m.

NVD Vulnerability Information
CVE-2026-42223
Summary

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.

Publication Date May 5, 2026, 6:16 a.m.
Registration Date May 6, 2026, 4:07 a.m.
Last Update May 6, 2026, 11:46 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:nginxui:nginx_ui:*:*:*:*:*:*:*:* 2.3.8
Related information, measures and tools
Common Vulnerabilities List