SCA: security update for aiohttp (GHSA-mfx4-hv73-q22v)

medium Tenable Self-Hosted Container Security Plugin ID 445594

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. Prior to 3.14.2, the HTTP
parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades. If using the server-
side component, an attacker may be able to execute a request smuggling vulnerability using an edge case in
the WebSocket upgrade procedure. A WebSocket upgrade request with a body could cause the parser to switch
protocols before the complete request body was received, leaving trailing bytes to be handled as upgraded-
protocol or pipelined data rather than normal HTTP body data. This issue is fixed in version 3.14.2.
(CVE-2026-69243)

Solution

Update the aiohttp library and its related packages to version 3.14.2 or later.

See Also

https://github.com/advisories/GHSA-mfx4-hv73-q22v

Plugin Details

Severity: Medium

ID: 445594

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-69243

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/3/2026

Vulnerability Publication Date: 8/3/2026

Reference Information

CVE: CVE-2026-69243

cwe: CWE-444