SCA: security update for io.micronaut:micronaut-context (GHSA-8hjv-92q9-g4xj)

high Tenable Self-Hosted Container Security Plugin ID 441363

Description

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

- Micronaut Framework is a JVM-based full stack Java framework designed for building modular, easily
testable JVM applications. From 4.3.0 to before 4.10.22, TimeConverterRegistrar caches DateTimeFormatter
instances in an unbounded ConcurrentHashMap<String, DateTimeFormatter> whose key is derived from the
@Format annotation pattern concatenated with the locale from the HTTP Accept-Language header. Because
Locale.forLanguageTag() accepts arbitrary BCP 47 private-use extensions (en-x-a001, en-x-a002, …), an
unauthenticated attacker can generate an unlimited number of unique cache keys by sending requests with
novel locale tags, growing the cache until heap memory is exhausted and the JVM crashes. This
vulnerability is fixed in 4.10.22. (CVE-2026-44241)

Solution

Update the io.micronaut:micronaut-context library and its related packages to version 4.10.22 or later.

See Also

https://github.com/advisories/GHSA-8hjv-92q9-g4xj

Plugin Details

Severity: High

ID: 441363

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 6/19/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.67

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-44241

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: 5/6/2026

Vulnerability Publication Date: 5/6/2026

Reference Information

CVE: CVE-2026-44241

cwe: CWE-400