Vulnerability Details
Basic Information
| Title | CVE-2025-32953 |
|---|---|
| Type | nvd |
| Published | 2025-04-18T21:15:44 |
| Last Seen | 2025-04-18T21:19:54 |
| CVSS Score | 8.7 (HIGH) |
CVSS v3 Details
| Attack Vector | NETWORK |
|---|---|
| Attack Complexity | HIGH |
| Privileges Required | NONE |
| User Interaction | NONE |
| Scope | CHANGED |
| Confidentiality Impact | NONE |
| Integrity Impact | HIGH |
| Availability Impact | HIGH |
CVE Information
| CVE IDs | CVE-2025-32953 |
|---|---|
| CWE | CWE-200 |
| Bulletin Family | cve |
Description
z80pack is a mature emulator of multiple platforms with 8080 and Z80 CPU. In version 1.38 and prior, the `makefile-ubuntu.yml` workflow file uses `actions/upload-artifact@v4` to upload the `z80pack-ubuntu` artifact. This artifact is a zip of the current directory, which includes the automatically generated `.git/config` file containing the run’s GITHUB_TOKEN. Seeing as the artifact can be downloaded prior to the end of the workflow, there is a few seconds where an attacker can extract the token from the artifact and use it with the Github API to push malicious code or rewrite release commits in your repository. This issue has been fixed in commit bd95916.
Impact Assessment
| Base Score | 8.7 |
|---|---|
| Severity | HIGH |