Lucene search
+L

11576 matches found

OSV
OSV
added 2026/08/03 2:16 p.m.12 views

UBUNTU-CVE-2026-69097

GitPython before 3.1.53 fails to properly escape section names in git config files, allowing attackers to inject arbitrary configuration directives through malicious submodule names. Attackers can inject core.sshCommand or other dangerous config keys into the victim's .git/config via...

7.3CVSS6.4AI score0.00256EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/08/03 1:20 p.m.14 views

CVE-2026-69097

GitPython before 3.1.53 fails to properly escape section names in git config files, allowing attackers to inject arbitrary configuration directives through malicious submodule names. Attackers can inject core.sshCommand or other dangerous config keys into the victim's .git/config via...

7.3CVSS6.4AI score0.00256EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/03 1:20 p.m.16 views

CVE-2026-69097 GitPython before 3.1.53 Config Injection via Submodule Names

GitPython before 3.1.53 fails to properly escape section names in git config files, allowing attackers to inject arbitrary configuration directives through malicious submodule names. Attackers can inject core.sshCommand or other dangerous config keys into the victim's .git/config via...

7.3CVSS6.4AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/03 12:00 a.m.15 views

EUVD-2026-52481

The "s init" command in Serverless-Devs @serverless-devs/s = 3.1.11 passes unsanitized user input to childprocess.spawn with shell: true. A URL ending in ".git" bypasses the only input check, allowing OS command injection when a user runs "s init" with an attacker-controlled argument...

5.5AI score0.01299EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/03 12:00 a.m.10 views

PT-2026-71449

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.56 Description An argument injection issue exists in the Commit.count method, which forwards keyword arguments to git rev-list without utilizing the check unsafe options guard. An attacker capable of controlling...

8.1CVSS5.6AI score0.00334EPSS
SaveExploits1References29
Tenable Nessus
Tenable Nessus
added 2026/08/03 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-69097

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython before 3.1.53 fails to properly escape section names in git config files, allowing attackers to inject arbitrary configuration directives through...

7.3CVSS7.3AI score0.00256EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/08/03 12:00 a.m.55 views

CVE-2026-51190

The "s init" command in Serverless-Devs @serverless-devs/s = 3.1.11 passes unsanitized user input to childprocess.spawn with shell: true. A URL ending in ".git" bypasses the only input check, allowing OS command injection when a user runs "s init" with an attacker-controlled argument...

0.01299EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:00 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2026-67326

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython before 3.1.50 fails to validate newline characters in the section parameter of configwriter, allowing attackers to inject arbitrary section headers in...

7.8CVSS6.2AI score0.00278EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/08/01 4:51 p.m.16 views

SUSE CVE-2026-45570

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. A repository path containin...

9.6CVSS7.7AI score0.00365EPSS
SaveExploits0References2
Fedora
Fedora
added 2026/08/01 4:04 p.m.18 views

[SECURITY] Fedora 43 Update: libgit2-1.9.6-1.fc43

libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings...

7.5CVSS5.5AI score0.0047EPSS
SaveExploits1
Fedora
Fedora
added 2026/08/01 4:04 p.m.20 views

[SECURITY] Fedora 43 Update: GitPython-3.1.55-1.fc43

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data, a nd additionally allows you to access the git repository more directly using eith er a...

5.5AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/08/01 1:17 p.m.18 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.6CVSS7.7AI score0.01037EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/01 1:17 p.m.11 views

UBUNTU-CVE-2026-67325

GitPython before 3.1.51 contains an incomplete command injection blocklist that fails to account for git's long-option prefix abbreviation feature. Attackers can bypass the unsafe options guard by using abbreviated option names like uploadp instead of uploadpack, which git resolves to dangerous...

8.8CVSS5.6AI score0.01854EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2026/08/01 12:22 p.m.20 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.01037EPSS
SaveExploits1
OSV
OSV
added 2026/08/01 12:22 p.m.11 views

CVE-2026-67326 GitPython before 3.1.50 Newline Injection via config_writer section

GitPython before 3.1.50 fails to validate newline characters in the section parameter of configwriter, allowing attackers to inject arbitrary section headers into .git/config. Attackers can inject newlines to create a forged core section with hooksPath pointing to attacker-controlled directories,...

7.3CVSS6.4AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/01 12:22 p.m.21 views

EUVD-2026-51814

GitPython before 3.1.50 fails to validate newline characters in the section parameter of configwriter, allowing attackers to inject arbitrary section headers into .git/config. Attackers can inject newlines to create a forged core section with hooksPath pointing to attacker-controlled directories,...

7.3CVSS6.4AI score0.00278EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.46 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.01037EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/08/01 12:22 p.m.17 views

CVE-2026-67326

GitPython before 3.1.50 fails to validate newline characters in the section parameter of configwriter, allowing attackers to inject arbitrary section headers into .git/config. Attackers can inject newlines to create a forged core section with hooksPath pointing to attacker-controlled directories,...

7.8CVSS6.4AI score0.00278EPSS
SaveExploits1
CVE
CVE
added 2026/08/01 12:22 p.m.62 views

CVE-2026-67326

GitPython prior to 3.1.50 fails to validate newline characters in the section parameter of config_writer(), allowing an attacker to inject arbitrary section headers into .git/config. Attackers can inject newlines to forge a [core] section with hooksPath pointing to attacker-controlled directories...

7.8CVSS6.4AI score0.00278EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.14 views

CVE-2026-67325

GitPython before 3.1.51 contains an incomplete command injection blocklist that fails to account for git's long-option prefix abbreviation feature. Attackers can bypass the unsafe options guard by using abbreviated option names like uploadp instead of uploadpack, which git resolves to dangerous...

8.8CVSS5.6AI score0.01854EPSS
SaveExploits1References3
Rows per page
Query Builder