Lucene search
+L

88222 matches found

OSV
OSV
added yesterday6 views

GHSA-HH9P-6WH2-4MFC GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()

Summary IndexFile.remove and Head.checkout forward kwargs into git rm and git checkout with no guard. Passing --pathspec-from-file= together with --pathspec-file-nul makes Git treat the whole file as a single NUL-delimited pathspec, and the unmatched-pathspec error quotes it verbatim. GitPython...

6.5CVSS5.6AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added yesterday7 views

GitPython: Arbitrary file read via --pathspec-from-file in IndexFile.remove() and Head.checkout()

Summary IndexFile.remove and Head.checkout forward kwargs into git rm and git checkout with no guard. Passing --pathspec-from-file= together with --pathspec-file-nul makes Git treat the whole file as a single NUL-delimited pathspec, and the unmatched-pathspec error quotes it verbatim. GitPython...

5.5AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added yesterday7 views

GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks

Summary Repo.init forwards kwargs verbatim to git init with no unsafe-option guard and no allowunsafeoptions parameter. git init --template= copies /hooks/ into the new repo's .git/hooks, so an attacker-controlled template kwarg plants a hook that executes on the next git operation → arbitrary co...

6AI score
SaveExploits0References5Affected Software1
OSV
OSV
added yesterday7 views

GHSA-9RJ7-RF2P-W77R GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks

Summary Repo.init forwards kwargs verbatim to git init with no unsafe-option guard and no allowunsafeoptions parameter. git init --template= copies /hooks/ into the new repo's .git/hooks, so an attacker-controlled template kwarg plants a hook that executes on the next git operation → arbitrary co...

7.5CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added yesterday5 views

GHSA-4GMW-GG2M-W46P GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite

Summary IndexFile.fromtree, IndexFile.reset → fromtree and IndexFile.mergetree append caller-influenced treeish strings positionally to git read-tree with no unsafe-option guard, no allowunsafeoptions parameter, and no -- separator. git read-tree --index-output= writes the resulting index to an...

8.1CVSS5.7AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added yesterday8 views

GitPython: Unguarded git read-tree option forwarding in IndexFile.from_tree/reset/merge_tree enables arbitrary file overwrite

Summary IndexFile.fromtree, IndexFile.reset → fromtree and IndexFile.mergetree append caller-influenced treeish strings positionally to git read-tree with no unsafe-option guard, no allowunsafeoptions parameter, and no -- separator. git read-tree --index-output= writes the resulting index to an...

5.6AI score
SaveExploits0References5Affected Software1
GithubExploit
GithubExploit
added yesterday21 views

Exploit for CVE-2026-64638

cve-id Donate Support the maintenance of this project wit...

5.9AI score
SaveExploits17
OSV
OSV
added yesterday5 views

JLSEC-2026-1170

Out-of-bounds read in FFmpeg 8.0 and 8.0.1 RV60 video decoder libavcodec/rv60dec.c. The quantization parameter qp validation at line 2267 only checks the lower bound qp 0 but is missing upper bound validation. The qp value can reach 65 base value 63 from 6-bit frame header + offset +2 from...

5.4CVSS5.7AI score0.00266EPSS
SaveExploits0References3
The Hacker News
The Hacker News
added yesterday6 views

Claude Code and Gemini CLI Flaws Let a GitHub Issue Reach CI Workflow Secrets

A GitHub issue opened by an account with no repository privileges was enough to execute code on the CI runners behind Anthropic's and Google's own coding-agent repositories. On OpenAI's, it was enough to hijack the next agent run. Novee Security ran the attack against each vendor's agent in the...

10CVSS5.7AI score0.00403EPSS
SaveExploits0
OSV
OSV
added yesterday6 views

ROOT-OS-UBUNTU-2004-CVE-2025-48384 CVE-2025-48384 in git - Patched by Root

Root has patched CVE-2025-48384 in the git package for Root:Ubuntu:20.04. Multiple fixed versions available...

8CVSS8.1AI score0.02839EPSS
SaveExploits9
IBM Security Bulletins
IBM Security Bulletins
added yesterday5 views

Security Bulletin:Vulnerability in pip affects IBM Netezza Appliance

Summary The pip package is used by IBM Netezza Appliance. IBM Netezza Appliance has addressed the applicable CVE CVE-2023-5752 Vulnerability Details CVEID:CVE-2023-5752 DESCRIPTION: When installing a package from a Mercurial VCS URL ie "pip install hg+..." with pip prior to v23.3, the specified...

5.5CVSS6.4AI score0.00476EPSS
SaveExploits0Affected Software1
GithubExploit
GithubExploit
added yesterday15 views

pocyeah

An open-source project from Pillar Security PocYeah Turn...

9.2CVSS6AI score0.00383EPSS
SaveExploits2
GithubExploit
GithubExploit
added yesterday23 views

Exploit for Cross-Site Request Forgery (CSRF) in Apache Zeppelin

CVE-2026-44613 Donate Support the maintenance of this pro...

6.1CVSS5.7AI score0.00364EPSS
SaveExploits1
GithubExploit
GithubExploit
added yesterday22 views

langgraph-agentic-research-api-poc

LANGGRAPH-AGENTIC-RESEARCH-API-POC - High-Impact Autonomous Ag...

5.9AI score
SaveExploits0
OSV
OSV
added yesterday4 views

OESA-2026-3251 python-GitPython security update

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. Security Fixes: GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clonefrom. The caller-supplied remote URL is passed through...

9.3CVSS8.4AI score0.01483EPSS
SaveExploits0References6
OSV
OSV
added yesterday5 views

OESA-2026-3250 python-GitPython security update

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. Security Fixes: GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clonefrom. The caller-supplied remote URL is passed through...

9.3CVSS8.4AI score0.01483EPSS
SaveExploits0References6
OSV
OSV
added yesterday5 views

OESA-2026-3249 python-GitPython security update

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. Security Fixes: GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clonefrom. The caller-supplied remote URL is passed through...

9.3CVSS8.4AI score0.01483EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added yesterday21 views

Exploit for CVE-2026-64561

CVE-2026-64561 Donate Support the maintenance of this pro...

5.7AI score0.00157EPSS
SaveExploits3
NVD
NVD
added 2 days ago10 views

CVE-2026-71435

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.3 and 6.24.2, the default "automagic" form notification email rendered user-submitted values without escaping, allowing an unauthenticated form submitter to inject HTML into the notification emails sent to the...

6.1CVSS0.00191EPSS
SaveExploits0References5
NVD
NVD
added 2 days ago8 views

CVE-2026-71434

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.3 and 6.24.2, public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow...

5.3CVSS0.0024EPSS
SaveExploits0References5
Rows per page
Query Builder