Lucene search
+L

1391 matches found

GithubExploit
GithubExploit
added 2026/05/03 8:54 a.m.99 views

summary-awi-poc

summary-awi-poc Public proof-of-concept repository for valida...

5.9AI score
SaveExploits0
The Hacker News
The Hacker News
added 2026/05/01 9:43 a.m.11 views

Poisoned Ruby Gems and Go Modules Exploit CI Pipelines for Credential Theft

A new software supply chain attack campaign has been observed using sleeper packages as a conduit to subsequently push malicious payloads that enabled credential theft, GitHub Actions tampering, and SSH persistence. The activity has been attributed to the GitHub account "BufferZoneCorp ," which h...

5.8AI score
SaveExploits0
Wiz blog
Wiz blog
added 2026/04/30 1:21 p.m.7 views

The (In)security Landscape of AI-Powered GitHub Actions (Part 2/2)

When AI meets CI/CD: permission bypasses, prompt injection, and what to do about it...

5.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2026/04/30 7:7 a.m.10 views

Google Fixes CVSS 10 Gemini CLI CI RCE and Cursor Flaws Enable Code Execution

Google has addressed a maximum severity security flaw in Gemini CLI -- the "@google/gemini-cli" npm package and the "google-github-actions/run-gemini-cli" GitHub Actions workflow -- that could have allowed attackers to execute arbitrary commands on host systems. "The vulnerability allowed an...

9.9CVSS7AI score0.0065EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/04/24 7:30 p.m.64 views

Gemini CLI: Remote Code Execution via workspace trust and tool allowlisting bypasses

Summary Gemini CLI @google/gemini-cli and the run-gemini-cli GitHub Action are being updated to harden workspace trust and tool allowlisting, in particular when used in untrusted environments like GitHub Actions. This update introduces a breaking change to how non-interactive headless environment...

6.5AI score
SaveExploits0References2Affected Software2
The Hacker News
The Hacker News
added 2026/04/23 1:42 p.m.11 views

Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign

Bitwarden CLI, the command-line interface for the password manager Bitwarden, has reportedly been compromised as part of a newly discovered and ongoing Checkmarx supply chain campaign, according to findings from JFrog and Socket. "The affected package version appears to be @bitwarden/[email protected]...

6.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/18 12:0 a.m.10 views

PT-2026-34558

Name of the Vulnerable Software and Affected Versions PHPUnit versions prior to 12.5.22 PHPUnit versions prior to 13.1.6 Description PHPUnit forwards PHP INI settings to child processes as -d name=value command-line arguments without neutralizing INI metacharacters. Because the PHP INI parser...

7.8CVSS6.5AI score0.00191EPSS
SaveExploits0References15
CVE
CVE
added 2026/04/15 10:49 p.m.48 views

CVE-2026-40316

CVE-2026-40316 (OWASP BLT) affects versions prior to 2.1.1. A RCE exists in the .github/workflows/regenerate-migrations.yml workflow due to using pull_request_target with full GITHUB_TOKEN write permissions. The workflow copies attacker-controlled files from untrusted PRs into the trusted runner ...

8.8CVSS6.3AI score0.00411EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/15 10:49 p.m.7 views

CVE-2026-40316 OWASP BLT has RCE in Github Actions via untrusted Django model execution in workflow

OWASP BLT is a QA testing and vulnerability disclosure platform that encompasses websites, apps, git repositories, and more. Versions prior to 2.1.1 contain an RCE vulnerability in the .github/workflows/regenerate-migrations.yml workflow. The workflow uses the pullrequesttarget trigger to run wit...

8.8CVSS6.3AI score0.00411EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/15 10:49 p.m.28 views

CVE-2026-40316 OWASP BLT has RCE in Github Actions via untrusted Django model execution in workflow

OWASP BLT is a QA testing and vulnerability disclosure platform that encompasses websites, apps, git repositories, and more. Versions prior to 2.1.1 contain an RCE vulnerability in the .github/workflows/regenerate-migrations.yml workflow. The workflow uses the pullrequesttarget trigger to run wit...

8.8CVSS0.00411EPSS
SaveExploits1References1
Wiz blog
Wiz blog
added 2026/04/15 1:19 p.m.18 views

How to Harden GitHub Actions: An Updated Guide

Build resilient GitHub Actions workflows with lessons from recent attacks like TeamPCP and Axios...

5.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/04/15 8:32 a.m.7 views

SUSE CVE-2026-35580

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, GitHub Actions workflow files contained shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could...

9.1CVSS6AI score0.00566EPSS
SaveExploits1References2
Wiz blog
Wiz blog
added 2026/04/14 11:33 a.m.9 views

Primer on GitHub Actions Security - Threat Model, Attacks and Defenses (Part 1/2)

Understanding and defending your GitHub Actions - from threat model to security controls...

5.8AI score
SaveExploits0
NVD
NVD
added 2026/04/14 4:17 a.m.7 views

CVE-2026-40313

PraisonAI 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...

9.1CVSS0.00305EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/14 3:10 a.m.28 views

CVE-2026-40313

Summary: PraisonAI versions ≤ 4.5.139 expose GitHub Actions credential leakage via ArtiPACKED attack due to actions/checkout persisting GITHUB_TOKEN (and sometimes ACTIONS_RUNTIME_TOKEN) in the repository’s .git/config when artifacts are uploaded from workflows. This can allow read-access users t...

9.1CVSS5.8AI score0.00305EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/14 3:10 a.m.40 views

CVE-2026-40313 PraisonAI: ArtiPACKED Vulnerability via GitHub Actions Credential Persistence

PraisonAI 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...

9.1CVSS0.00305EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/04/14 3:10 a.m.5 views

EUVD-2026-22214

PraisonAI 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...

9.1CVSS5.8AI score0.00305EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/14 3:10 a.m.4 views

CVE-2026-40313 PraisonAI: ArtiPACKED Vulnerability via GitHub Actions Credential Persistence

PraisonAI 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...

9.1CVSS5.8AI score0.00305EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/14 3:10 a.m.4 views

CVE-2026-40313 PraisonAI: ArtiPACKED Vulnerability via GitHub Actions Credential Persistence

PraisonAI 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...

9.1CVSS6AI score0.00305EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/14 12:0 a.m.15 views

PT-2026-32595

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 4.5.140 Description GitHub Actions workflows are susceptible to an ArtiPACKED attack, which is a credential leakage vector. This occurs when actions/checkout is used without setting persist-credentials: false. By...

9.1CVSS5.9AI score0.00305EPSS
SaveExploits0References10
Rows per page
Query Builder