SCA: security update for io.micronaut:micronaut-http-server-netty (GHSA-cjx7-399x-p2rj)

high Tenable Cloud Security Plugin ID 413957

Description

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

- Micronaut is a JVM-based, full stack Java framework designed for building JVM applications. A path
traversal vulnerability exists in versions prior to 2.5.9. With a basic configuration, it is possible to
access any file from a filesystem, using "/../../" in the URL. This occurs because Micronaut does not
restrict file access to configured paths. The vulnerability is patched in version 2.5.9. As a workaround,
do not use `**` in mapping, use only `*`, which exposes only flat structure of a directory not allowing
traversal. If using Linux, another workaround is to run micronaut in chroot. (CVE-2021-32769)

See Also

https://github.com/advisories/GHSA-cjx7-399x-p2rj

Plugin Details

Severity: High

ID: 413957

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 1/27/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

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

CVSS Score Source: CVE-2021-32769

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/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: 7/26/2021

Vulnerability Publication Date: 7/16/2021

Reference Information

CVE: CVE-2021-32769

cwe: CWE-22