PT-2026-24636 · Github Actions · Psf/Black

Published

2026-03-07

·

Updated

2026-03-07

CVSS v4.0

8.7

High

VectorAV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Impact

Black provides a [GitHub action](https://black.readthedocs.io/en/stable/integrations/github actions.html) for formatting code. This action supports an option, use pyproject: true, for reading the version of Black to use from the repository pyproject.toml. A malicious pull request could edit pyproject.toml to use a direct URL reference to a malicious repository. This could lead to arbitrary code execution in the context of the GitHub Action. Attackers could then gain access to secrets or permissions available in the context of the action.

Patches

Version 26.3.0 fixes this vulnerability by tightening the validation of the version field. Users who use the GitHub Action as psf/black@stable will automatically pick up this update.

Workarounds

Do not use the use pyproject: true option in the psf/black GitHub Action.

Fix

RCE

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

GHSA-V53H-F6M7-XCGM

Affected Products

Psf/Black