SCA: security update for pyjwt (GHSA-ffqj-6fqr-9h24)

high Tenable Self-Hosted Container Security Plugin ID 414481

Description

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

- PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms.
With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library
requires that the application chooses what algorithms are supported. The application can specify
`jwt.algorithms.get_default_algorithms()` to get support for all algorithms, or specify a single
algorithm. The issue is not that big as `algorithms=jwt.algorithms.get_default_algorithms()` has to be
used. Users should upgrade to v2.4.0 to receive a patch for this issue. As a workaround, always be
explicit with the algorithms that are accepted and expected when decoding. (CVE-2022-29217)

See Also

https://github.com/advisories/GHSA-ffqj-6fqr-9h24

Plugin Details

Severity: High

ID: 414481

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/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.7

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

CVSS Score Source: CVE-2022-29217

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:H/A:N

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/24/2022

Vulnerability Publication Date: 5/24/2022

Reference Information

CVE: CVE-2022-29217

cwe: CWE-327