Lucene search
+L

66 matches found

NVD
NVD
added 2026/08/06 10:18 p.m.9 views

CVE-2026-67434

PHPCodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards. Prior to versions 3.13.6 and 4.0.2, PHPCodeSniffer contains a command injection vulnerability in the code that generates the Gitblame, Hgblame, and Svnblame report formats. As a result, running...

7.3CVSS0.00701EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/06 9:31 p.m.9 views

PHP_CodeSniffer gitblame report command injection via crafted filename

Impact PHPCodeSniffer versions before v3.13.6 and v4.0.2 contain a command injection vulnerability in the code creating the Gitblame, Hgblame and Svnblame reports. As a result, running PHPCodeSniffer over untrusted files, for example, in a CI pipeline that scans pull requests, or on a developer...

7.3CVSS5.7AI score0.00701EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/08/06 9:31 p.m.63 views

CVE-2026-67434

PHP_CodeSniffer contains a command-injection vulnerability in the Gitblame/Hgblame/Svnblame report generators prior to versions 3.13.6 and 4.0.2. In untrusted files, a filename with shell metacharacters can cause attacker-controlled commands to execute during report processing. Affected product: ...

7.3CVSS5.7AI score0.00701EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/06 9:31 p.m.29 views

CVE-2026-67434 PHP_CodeSniffer gitblame report command injection via crafted filename

PHPCodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards. Prior to versions 3.13.6 and 4.0.2, PHPCodeSniffer contains a command injection vulnerability in the code that generates the Gitblame, Hgblame, and Svnblame report formats. As a result, running...

7.3CVSS0.00701EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/06 9:31 p.m.13 views

EUVD-2026-54170

PHPCodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards. Prior to versions 3.13.6 and 4.0.2, PHPCodeSniffer contains a command injection vulnerability in the code that generates the Gitblame, Hgblame, and Svnblame report formats. As a result, running...

7.3CVSS5.7AI score0.00701EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/01 1:17 p.m.5 views

UBUNTU-CVE-2026-67323

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS5.6AI score0.01016EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/01 12:22 p.m.13 views

EUVD-2026-51805

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS5.6AI score0.01016EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.38 views

CVE-2026-67323 GitPython before 3.1.51 Command Injection via unguarded Git options

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS0.01016EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.11 views

CVE-2026-67323

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS5.6AI score0.01016EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/01 12:22 p.m.65 views

CVE-2026-67323

GitPython < 3.1.51 is affected. The vulnerability stems from failing to guard against dangerous Git options passed as keyword arguments in Repo.archive() and git.ls_remote(), enabling command injection via options like --exec and --upload-pack. Additionally, Repo.iter_commits() and Repo.blame(...

8.6CVSS5.6AI score0.01016EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/26 5:28 a.m.5 views

gitpython: GitPython: Arbitrary code execution via command injection due to unguarded Git options

A flaw was found in GitPython where it fails to properly sanitize dangerous Git options. This vulnerability allows an attacker to inject arbitrary commands when using functions like Repo.archive and git.lsremote, potentially leading to arbitrary code execution. Additionally, functions such as...

8.6CVSS5.9AI score0.01016EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/25 11:25 p.m.5 views

gitpython: GitPython: Arbitrary code execution via command injection due to unguarded Git options

A flaw was found in GitPython where it fails to properly sanitize dangerous Git options. This vulnerability allows an attacker to inject arbitrary commands when using functions like Repo.archive and git.lsremote, potentially leading to arbitrary code execution. Additionally, functions such as...

8.6CVSS5.9AI score0.01016EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/21 8:10 p.m.10 views

GHSA-956X-8GVW-WG5V GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython spawns the real git binary with an argument vector built from caller-supplied values. To prevent argument injection, GitPython maintains denylists of "unsafe" Git options --upload-pack, --receive-pack, --exec, -c, --config, … that can be abused to run arbitrary commands, and...

8.4CVSS6.1AI score0.01016EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/07/21 8:10 p.m.11 views

Arbitrary Argument Injection

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Arbitrary Argument Injection via the Repo.archive, Repo.itercommits, Repo.blame, and Git.lsremote call paths in git/repo/base.py, git/objects/commit.py, and git/cmd.py...

8.6CVSS6.1AI score0.01016EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/24 9:33 a.m.9 views

CVE-2026-11968 Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') in TortoiseGit

Argument Injection in TortoiseGitBlame via Malicious Git History Filenames Leads to Arbitrary File Write in TortoiseGit...

5.5CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/06/24 9:33 a.m.26 views

CVE-2026-11968

CVE-2026-11968 affects TortoiseGitBlame. The issue arises from argument injection via malicious Git history filenames, enabling arbitrary file write in TortoiseGit. The provided sources describe the vulnerability name and impact but do not include concrete exploit details, affected versions, root...

5.5CVSS5.9AI score0.00124EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in python-py

A denial of service attack via regular expressions in the py.path.svnwc component of py also known as python-py in versions up to 1.9.0 could be exploited by attackers to trigger a compute-time denial of service attack by providing malicious input to the blame functionality...

7.5CVSS6.8AI score0.04607EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/13 12:0 p.m.12 views

RUSTSEC-2026-0184 Potential undefined behavior with Signature from a buffer-created BlameHunk

When a Blame is created via Blame::blamebuffer, and a BlameHunk is retrieved, the pointers to the original author, original committer, final author, and final committer may be null if unavailable. The corresponding BlameHunk methods then create Signatures based on null pointers; attempting to...

5.3AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2010-4609

Malware in sbrugna...

3.5CVSS8.3AI score0.0446EPSS
SaveExploits1References32
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2019-3227

Malware in sbrugna...

6.1CVSS6.1AI score0.00974EPSS
SaveExploits0References8
Rows per page
Query Builder