SCA: security update for github.com/lucasdillmann/nginx-ignition (GHSA-jr34-h97m-9hpx)

high Tenable Self-Hosted Container Security Plugin ID 448254

Description

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

- nginx ignition is a user interface for the nginx web server. In versions 2.29.0 through 2.40.0, the gin
i18n middleware in nginx-ignition's API server runs in front of every HTTP request and calls
`golang.org/x/text/language.ParseAcceptLanguage` on the raw `Accept-Language` header without imposing any
size or shape filter. The underlying parser has quadratic-time behaviour on long lists of malformed
language tags. The CVE-2022-32149 guard that golang.org/x/text added in v0.3.8 caps the number of `-`
characters in the input at 1000, but it does not cap `_` characters even though the parser's internal
scanner aliases `_` to `-` before parsing. A single unauthenticated GET request with an `Accept-Language`
header built out of `_` separators burns about 2.4 seconds of server CPU on the host running nginx-
ignition; ten concurrent attackers saturate a ten-core box for the duration of the attack while consuming
~10 MiB/s of upstream bandwidth. Version 2.40.1 fixes this issue. (CVE-2026-61629)

Solution

Update the github.com/lucasdillmann/nginx-ignition library and its related packages to version 0.0.0-20260526022344-0c988fc1277c or later.

See Also

https://github.com/advisories/GHSA-jr34-h97m-9hpx

Plugin Details

Severity: High

ID: 448254

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 9/23/2026

Updated: 9/23/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.61

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

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

CVSS Score Source: CVE-2026-61629

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/21/2026

Vulnerability Publication Date: 9/21/2026

Reference Information

CVE: CVE-2026-61629

cwe: CWE-770