All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-42298
CRITICALpublished 2026-05-08 23:16 UTC · 2 months ago · modified 2026-05-13 15:58 UTC
10.0
CVSS / 10
// description
Postiz is an AI social media scheduling tool. Prior to commit da44801, a "Pwn Request" vulnerability in the Build and Publish PR Docker Image workflow (.github/workflows/pr-docker-build.yml) allows any unauthenticated user to execute arbitrary code during the Docker build process and exfiltrate a highly privileged GITHUB_TOKEN (write-all permissions). This can be achieved simply by opening a Pull Request from a fork with a maliciously modified Dockerfile.dev. This issue has been patched via commit da44801.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-94