From 5b2a36352f3c4040116129c8d5c4d9c7858503c2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:12:59 +0000 Subject: [PATCH] Publish GHSA-26jh-r8g2-6fpr --- .../GHSA-26jh-r8g2-6fpr.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/10/GHSA-26jh-r8g2-6fpr/GHSA-26jh-r8g2-6fpr.json diff --git a/advisories/github-reviewed/2024/10/GHSA-26jh-r8g2-6fpr/GHSA-26jh-r8g2-6fpr.json b/advisories/github-reviewed/2024/10/GHSA-26jh-r8g2-6fpr/GHSA-26jh-r8g2-6fpr.json new file mode 100644 index 00000000000..cfd21e2615e --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-26jh-r8g2-6fpr/GHSA-26jh-r8g2-6fpr.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-26jh-r8g2-6fpr", + "modified": "2024-10-10T22:11:29Z", + "published": "2024-10-10T22:11:29Z", + "aliases": [ + + ], + "summary": "Gradio's dropdown component pre-process step does not limit the values to those in the dropdown list", + "details": "### Impact\n**What kind of vulnerability is it? Who is impacted?**\n\nThis vulnerability is a **data validation issue** in the Gradio `Dropdown` component's pre-processing step. Even if the `allow_custom_value` parameter is set to `False`, attackers can bypass this restriction by sending custom requests with arbitrary values, effectively breaking the developer’s intended input constraints. While this alone is not a severe vulnerability, it can lead to more critical security issues, particularly when paired with other vulnerabilities like file downloads from the user's machine.\n\n### Patches\nYes, this issue is addressed in `gradio>=5.0`. Please upgrade to the latest version to resolve the problem.\n\n### Workarounds \n**Is there a way for users to fix or remediate the vulnerability without upgrading?**\n\nTo mitigate the issue without upgrading, developers can add manual validation in their prediction function to check the received values against the allowed dropdown values before processing them.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.0.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/gradio-app/gradio/security/advisories/GHSA-26jh-r8g2-6fpr" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-10T22:11:29Z", + "nvd_published_at": null + } +} \ No newline at end of file