CVE-2026-40313
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedPraisonAI is a multi-agent teams system. In versions 4.5.139 and below, the GitHub Actions workflows are vulnerable to ArtiPACKED attack, a known credential leakage vector caused by using actions/checkout without setting persist-credentials: false. By default, actions/checkout writes the GITHUB_TOKEN (and sometimes ACTIONS_RUNTIME_TOKEN) into the .git/config file for persistence, and if any subsequent workflow step uploads artifacts (build outputs, logs, test results, etc.), these tokens can be inadvertently included. Since PraisonAI is a public repository, any user with read access can download these artifacts and extract the leaked tokens, potentially enabling an attacker to push malicious code, poison releases and PyPI/Docker packages, steal repository secrets, and execute a full supply chain compromise affecting all downstream users. The issue spans numerous workflow and action files across .github/workflows/ and .github/actions/. This issue has been fixed in version 4.5.140.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidencePraisonAI versions 4.5.139 and below contain a supply-chain vulnerability in GitHub Actions workflows where actions/checkout writes the GITHUB_TOKEN to .git/config by default. When subsequent workflow steps upload artifacts, these tokens are inadvertently included, enabling anyone with read access to a public repository to extract tokens and perform supply-chain attacks.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 4.5.140CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed PraisonAI versionRun `pip show praisonai` or check your dependency lock file for the installed version numberAffected if Version is 4.5.139 or below (< 4.5.140)
-
Locate GitHub Actions workflow filesSearch for .github/workflows/*.yml or .yaml files in your repositoryAffected if Workflow files exist in .github/workflows/ or .github/actions/ directories
-
Inspect actions/checkout usageOpen each workflow file and search for 'actions/checkout' in stepsAffected if Any workflow uses actions/checkout without specifying persist-credentials
-
Verify persist-credentials settingFor each actions/checkout action, check if `persist-credentials: false` is present in the with: sectionAffected if actions/checkout is used without `persist-credentials: false` (defaults to true, exposing token)
-
Check for artifact upload stepsLook for actions that upload artifacts (actions/upload-artifact, actions/upload-release-asset, etc.) in workflows using checkoutAffected if Artifact upload steps exist in workflows that use unchecked-out actions - tokens in .git/config could be captured
You are affected if running PraisonAI below version 4.5.140 AND your repository contains GitHub Actions workflows using actions/checkout without the `persist-credentials: false` setting.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped4.5.140
Update to version 4.5.140 or add `persist-credentials: false` to all actions/checkout steps in .github/workflows/ and .github/actions/ directories.
4.5.140
- Upgrade PraisonAI to version 4.5.140 or later by updating your installation (e.g., pip install praisonai==4.5.140 or your package manager's equivalent upgrade command)
- Verify the upgrade was successful by checking the installed version
- If using the GitHub Actions workflows, ensure they are updated to use the fixed version of PraisonAI actions
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-40313 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-40313 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data