[GHSA-j36p-7w88-g82j] Gradio before 6.16.0 contain a path traversal... - #9123
Open
PercevalFox wants to merge 1 commit into
Open
[GHSA-j36p-7w88-g82j] Gradio before 6.16.0 contain a path traversal...#9123PercevalFox wants to merge 1 commit into
PercevalFox wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
PercevalFox/advisory-improvement-9123
August 13, 2026 20:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
This advisory is unreviewed and has no package mapping, so it does not surface to users of the affected package.
The repository gradio-app/gradio publishes the PyPI package
gradio(PyPI project metadata links back to the same repository).I verified the boundary against the published PyPI wheels. In gradio/components/file_explorer.py, the preprocess() method:
I checked the 6.1x release line; the transition occurs exactly once, at 6.16.0. This matches the "before 6.16.0" wording in the description and the release tag already listed in the references (https://github.com/gradio-app/gradio/releases/tag/gradio%406.16.0).
Note: gradio is a monorepo and tags its Python releases as
gradio@X.Y.Z; the underlying PyPI version is X.Y.Z.Proposed range: introduced 0, fixed 6.16.0.
The CVSS v4 vector was rewritten to omit the trailing Not Defined (X) metrics, which the form's validator rejects. Semantically identical per the CVSS v4.0 spec, same score (8.7 / High), no change to severity. CVSS v3 left untouched.
The advisory also had no title. The proposed one follows the database's naming convention and reflects the existing CWE-22 classification.