SCA: security update for gradio (GHSA-576c-3j53-r9jj)

medium Tenable Self-Hosted Container Security Plugin ID 410643

Description

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

- Gradio is an open-source Python package designed for quick prototyping. This vulnerability relates to
**Server-Side Request Forgery (SSRF)** in the `/queue/join` endpoint. Gradio’s `async_save_url_to_cache`
function allows attackers to force the Gradio server to send HTTP requests to user-controlled URLs. This
could enable attackers to target internal servers or services within a local network and possibly
exfiltrate data or cause unwanted internal requests. Additionally, the content from these URLs is stored
locally, making it easier for attackers to upload potentially malicious files to the server. This impacts
users deploying Gradio servers that use components like the Video component which involve URL fetching.
Users are advised to upgrade to `gradio>=5` to address this issue. As a workaround, users can disable or
heavily restrict URL-based inputs in their Gradio applications to trusted domains only. Additionally,
implementing stricter URL validation (such as allowinglist-based validation) and ensuring that local or
internal network addresses cannot be requested via the `/queue/join` endpoint can help mitigate the risk
of SSRF attacks. (CVE-2024-47167)

See Also

https://github.com/advisories/GHSA-576c-3j53-r9jj

Plugin Details

Severity: Medium

ID: 410643

Version: Revision 1.17

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

Score: 4.9

Percentile: 57.59

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2024-47167

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.9

Threat Score: 2.7

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 10/10/2024

Vulnerability Publication Date: 10/10/2024

Reference Information

CVE: CVE-2024-47167

cwe: CWE-918