SCA: security update for webob (GHSA-mg3v-6m49-jhp3)

medium Tenable Self-Hosted Container Security Plugin ID 416938

Description

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

- WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to
include the request hostname, it does so by parsing the URL that the user is to be redirected to with
Python's urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a
string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use
that hostname from the second part as the hostname replacing the original one from the request. This
vulnerability is patched in WebOb version 1.8.8. (CVE-2024-42353)

See Also

https://github.com/advisories/GHSA-mg3v-6m49-jhp3

Plugin Details

Severity: Medium

ID: 416938

Version: Revision 1.6

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: 2.3

Percentile: 9.34

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 5

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

CVSS Score Source: CVE-2024-42353

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.5

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

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

CVSS v4

Risk Factor: Medium

Base Score: 5.1

Threat Score: 2

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 8/14/2024

Vulnerability Publication Date: 8/14/2024

Reference Information

CVE: CVE-2024-42353

cwe: CWE-601