Vulnerability Details
Basic Information
| Title | CVE-2025-32958 Adept exposed the GITHUB_TOKEN in workflow run artifact |
|---|---|
| Type | vulnrichment |
| Published | 2025-04-21T20:45:40 |
| Last Seen | 2025-04-22T03:25:07 |
| CVSS Score | 9.8 (CRITICAL) |
CVSS v3 Details
| Attack Vector | NETWORK |
|---|---|
| Attack Complexity | LOW |
| Privileges Required | NONE |
| User Interaction | NONE |
| Scope | UNCHANGED |
| Confidentiality Impact | HIGH |
| Integrity Impact | HIGH |
| Availability Impact | HIGH |
CVE Information
| CVE IDs | CVE-2025-32958 |
|---|---|
| CWE | CWE-200 |
| Bulletin Family | cve |
Description
Adept is a language for general purpose programming. Prior to commit a1a41b7, the remoteBuild.yml workflow file uses actions/upload-artifact@v4 to upload the mac-standalone 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 the AdeptLanguage/Adept repository. This issue has been patched in commit a1a41b7.
Impact Assessment
| Base Score | 9.8 |
|---|---|
| Severity | CRITICAL |