Skip to content

Correct affected range/fixed version for GHSA-jrhc-9qg9-4qfq (CVE-2024-7043)#8776

Open
Classic298 wants to merge 1 commit into
github:Classic298/advisory-improvement-8776from
Classic298:fix-ghsa-jrhc-9qg9-4qfq-range
Open

Correct affected range/fixed version for GHSA-jrhc-9qg9-4qfq (CVE-2024-7043)#8776
Classic298 wants to merge 1 commit into
github:Classic298/advisory-improvement-8776from
Classic298:fix-ghsa-jrhc-9qg9-4qfq-range

Conversation

@Classic298

Copy link
Copy Markdown

Corrects the affected range for GHSA-jrhc-9qg9-4qfq (CVE-2024-7043).

The record currently ends the range at last_affected: 0.3.8, which understates the affected versions. The broken access control (unscoped Files.get_files() and id-only get/delete in the files router) was fixed in v0.3.16 by commit 4519ddd0e ("refac: files rbac"), which added the user.id/admin ownership guard and get_files_by_user_id. v0.3.15 is still fully vulnerable, so the affected range extends to 0.3.15 and the fix first ships in 0.3.16.

This PR replaces last_affected: 0.3.8 with fixed: 0.3.16 so the range covers every affected release and terminates at the first fixed release.

@github-actions
github-actions Bot changed the base branch from main to Classic298/advisory-improvement-8776 July 22, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant