Lucene search
+L

22 matches found

Kitploit
Kitploit
added 2026/09/09 5:51 a.m.8 views

CVE-2025-65964

n8n Git Hooks CTF 演示 ⚠️ 本仓库仅供教育和CTF演示目的 使用。 场景 自动化平台(例如 n8n)将Git操作作为工作流的一部分。 该工作流允许通过 git config 进行任意Git配置。 攻击者控制的工作流设置: root@kitploit: core.hooksPath=hooks/ 随后,Git将从仓库目录执行钩子。 目标 演示以下内容: Git钩子在本地执行 钩子可以存在于克隆的仓库内部 滥用 core.hooksPath 可能导致命令执行 不包含任何有害命令。...

9.4CVSS6.4AI score0.00663EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/08 6:39 p.m.6 views

EUVD-2026-65222

GitPython: Dormant multi-line git-config values are corrupted into live injected directives e.g. core.hooksPath on any unrelated GitConfigParser write, enabling RCE...

9.8CVSS6.2AI score0.00426EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.6 views

GitPython: GitPython: Arbitrary code execution via improper validation of clone options

A flaw was found in GitPython, a Python library for interacting with Git repositories. A remote attacker could exploit an input validation vulnerability in the clone function. By crafting a malicious string in the multioptions parameter, an attacker could bypass validation. This allows for the...

9.8CVSS9.2AI score0.00571EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/09/03 2:49 p.m.9 views

CVE-2026-78676

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.8CVSS7.6AI score0.00426EPSS
SaveExploits1References5
NVD
NVD
added 2026/09/01 6:17 p.m.9 views

CVE-2026-19590

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

7.3CVSS0.00103EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/01 5:04 p.m.9 views

EUVD-2026-69393

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

5.9AI score0.00103EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/01 5:04 p.m.45 views

CVE-2026-19590

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

0.00103EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.10 views

PT-2026-84354

Name of the Vulnerable Software and Affected Versions OpenAI Codex Desktop for Windows and macOS affected versions not specified Description OpenAI Codex Desktop can execute attacker-controlled Git hooks due to automated Git operations trusting the repository local core.hooksPath setting. If a us...

7.3CVSS5.9AI score0.00103EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 1:30 a.m.49 views

CVE-2026-78676 GitPython before 3.1.59 Remote Code Execution via Config Injection

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.8CVSS0.00426EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/25 1:30 a.m.44 views

CVE-2026-78676 GitPython before 3.1.59 Remote Code Execution via Config Injection

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.3CVSS6.4AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/25 1:30 a.m.9 views

CVE-2026-78676

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.8CVSS6.2AI score0.00426EPSS
SaveExploits1
EUVD
EUVD
added 2026/08/19 2:02 p.m.13 views

EUVD-2026-62462

GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshComman...

8.8CVSS5.9AI score0.00485EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/08/17 11:20 a.m.16 views

CVE-2026-44244

A flaw was found in GitPython, a Python library used to interact with Git repositories. The GitConfigParser.setvalue function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious configuration settings, specifically the core.hooksPath, into a Gi...

7.8CVSS8.4AI score0.00237EPSS
SaveExploits1References5
OSV
OSV
added 2026/08/07 3:46 p.m.14 views

GHSA-JM78-9FVV-MHGR GitPython: git-config OPTION-name injection via =/#/whitespace bypasses name validator, enabling forged core.sshCommand/hooksPath (RCE)

Summary GitPython's config-name validator only neutralizes CR/LF/NUL for the "option" label; it does not reject =, , ;, , , or whitespace in an option name. writesection writes the option name verbatim into the config file, so an option name such as sshCommand = touch is written as \tsshCommand =...

8.8CVSS6.5AI score0.00485EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2026/08/04 12:00 a.m.19 views

PT-2026-78403

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.58 Description A config-name injection issue exists in the option-name validator. This allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into optio...

9CVSS5.7AI score0.00485EPSS
SaveExploits1References30
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.16 views

GitPython: GitPython: Arbitrary code execution via injected newlines in Git configuration

A flaw was found in GitPython, a Python library used to interact with Git repositories. The GitConfigParser.setvalue function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious configuration settings, specifically the core.hooksPath, into a Gi...

7.8CVSS8.4AI score0.00237EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.16 views

GitPython: GitPython: Arbitrary code execution via injected newlines in Git configuration

A flaw was found in GitPython, a Python library used to interact with Git repositories. The GitConfigParser.setvalue function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious configuration settings, specifically the core.hooksPath, into a Gi...

7.8CVSS8.4AI score0.00237EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/05/07 7:16 p.m.14 views

PYSEC-2026-2163

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS7AI score0.00237EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/05/07 7:16 p.m.14 views

PYSEC-2026-2163

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS7AI score0.00237EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/05/07 6:22 p.m.24 views

CVE-2026-44244

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits1
Rows per page
Query Builder