SCA: security update for hpack (GHSA-8v8h-hg4w-mvq2)

medium Tenable Cloud Security Plugin ID 448357

Description

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

- hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding
can cause run-away computation on malformed input leading to O(n^2) runtime, effectively blocking further
processing with large enough unsanitized input. A fix is available in python-hyper/hpack v4.2.0 to
restricted variable integer decoding to uint32 to prevent run-away computation. As a workaround, sanitize
input to hpack decoder for long sequences of `0xFF` values to prevent malicious use. (CVE-2026-59980)

Solution

Update the hpack library and its related packages to version 4.2.0 or later.

See Also

https://github.com/advisories/GHSA-8v8h-hg4w-mvq2

Plugin Details

Severity: Medium

ID: 448357

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 9/25/2026

Updated: 9/25/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.62

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2026-59980

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/24/2026

Vulnerability Publication Date: 9/23/2026

Reference Information

CVE: CVE-2026-59980

cwe: CWE-400