CVE-2024-4941

Public Exploit
Local File Inclusion in JSON component in gradio-app/gradio

Description

A local file inclusion vulnerability exists in the JSON component of gradio-app/gradio version 4.25. The vulnerability arises from improper input validation in the `postprocess()` function within `gradio/components/json_component.py`, where a user-controlled string is parsed as JSON. If the parsed JSON object contains a `path` key, the specified file is moved to a temporary directory, making it possible to retrieve it later via the `/file=..` endpoint. This issue is due to the `processing_utils.move_files_to_cache()` function traversing any object passed to it, looking for a dictionary with a `path` key, and then copying the specified file to a temporary directory. The vulnerability can be exploited by an attacker to read files on the remote system, posing a significant security risk.

Category

7.5
CVSS
Severity: High
CVSS 3.1 •
CVSS 3.0 •
EPSS 0.14%
Third-Party Advisory huntr.com
Affected: gradio-app gradio-app/gradio
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2024-4941?
CVE-2024-4941 has been scored as a high severity vulnerability.
How to fix CVE-2024-4941?
To fix CVE-2024-4941, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2024-4941 being actively exploited in the wild?
It is possible that CVE-2024-4941 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2024-4941?
CVE-2024-4941 affects gradio-app gradio-app/gradio.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.