SCA: security update for aiohttp (GHSA-jwhx-xcg6-8xhj)

medium Tenable Self-Hosted Container Security Plugin ID 416608

Description

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

- aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In versions on the 3.10
branch prior to version 3.10.2, static routes which contain files with compressed variants (`.gz` or `.br`
extension) are vulnerable to path traversal outside the root directory if those variants are symbolic
links. The server protects static routes from path traversal outside the root directory when
`follow_symlinks=False` (default). It does this by resolving the requested URL to an absolute path and
then checking that path relative to the root. However, these checks are not performed when looking for
compressed variants in the `FileResponse` class, and symbolic links are then automatically followed when
performing the `Path.stat()` and `Path.open()` to send the file. Version 3.10.2 contains a patch for the
issue. (CVE-2024-42367)

See Also

https://github.com/advisories/GHSA-jwhx-xcg6-8xhj

Plugin Details

Severity: Medium

ID: 416608

Version: Revision 1.14

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 6/22/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.1

Percentile: 7.51

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

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

CVSS Score Source: CVE-2024-42367

CVSS v3

Risk Factor: Medium

Base Score: 4.8

Temporal Score: 4.2

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/9/2024

Vulnerability Publication Date: 8/9/2024

Reference Information

CVE: CVE-2024-42367

cwe: CWE-61