CVE-2026-31900
Impact
Black provides a GitHub action 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.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://github.com/psf/black/security/advisories/GHSA-v53h-f6m7-xcgm, https://nvd.nist.gov/vuln/detail/CVE-2026-31900, https://github.com/psf/black/commit/0a2560b981364dde4c8cf8ce9d164c40669a8611, https://github.com/psf/black
