113 matches found
GitDump
GitDump GitDump dumps the source code from .git when the directory traversal is disabled Requirements Python3 Tested on Windows Kali Linux What it does Dump source code from website/.git directory when directory traversal is disabled. How it works Fetch all common files .git/index, .git/HEAD,...
cve-2024-32002-poc-aw
CVE-2024-32002 PRC AW 一个针对 CVE-2024-32002 的 POC,演示了对 .git 目录的任意写入。 请参阅相关的子模块仓库:cve-2024-32002-submodule-aw 本仓库包含的内容 一个指向 .git 目录的符号链接,其名称是任意的。 一个定义恶意子模块的 .gitmodules 文件。 如何重新创建此仓库 此仓库是在 Linux(具体来说是 WSL2)上创建的。这一点很重要,恶意仓库只能在大小写敏感的文件系统上创建。 1. 创建一个符号链接,全部使用小写字符 root@kitploit: ln -s .git submodule 注:...
cve-2024-32002-submodule-aw
CVE-2024-32002 子模块 AW 一个用于演示 CVE-2024-32002 的子模块,演示向 .git 的任意写入。 有关使用此仓库的可运行 POC,请参阅 cve-2024-32002-poc-aw。 此仓库包含的内容 只不过是一个随机文件,以便我们在克隆父 POC 仓库时能检测到它 该文件名为 Problems,因为如果我们在 .git 中看到这个文件,就意味着出问题了...
git-dump
git-dump Este script es una herramienta para descargar recursivamente el contenido del directorio '.git' de un sitio web. Utilizando Python y librerías como 'requests' y 'BeautifulSoup', este script examina la estructura de directorios, descarga archivos e identifica los hashes SHA-1 dentro de lo...
CVE-2026-87817
GitPython before 3.1.60 fails to properly validate the git directory l...
UBUNTU-CVE-2026-87817
GitPython before 3.1.60 fails to properly validate the git directory l...
CVE-2026-87817
A flaw was found in GitPython. This vulnerability allows a remote attacker to execute arbitrary code. By failing to properly validate the git directory location, GitPython allows attackers to impersonate the git directory using tracked files such as gitdir, commondir, and HEAD. An attacker can th...
DEBIAN-CVE-2026-87817
GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that...
CVE-2026-87817
GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that...
CVE-2026-87817 GitPython before 3.1.60 Remote Code Execution via Git Directory Impersonation
GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that...
CVE-2026-87817
GitPython before 3.1.60 is vulnerable to remote code execution via git directory impersonation . The library fails to properly validate the git directory location, allowing an attacker to impersonate the git directory using tracked files such as gitdir, commondir, and HEAD. The attack executes ar...
EUVD-2026-74843
GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that...
CVE-2026-87817 GitPython before 3.1.60 Remote Code Execution via Git Directory Impersonation
GitPython before 3.1.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like gitdir, commondir, and HEAD. Attackers can execute arbitrary code by placing a malicious pre-commit hook in the tracked hooks directory that...
Linux Distros Unpatched Vulnerability : CVE-2026-87817
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.60 fails to properly validate the git directory location, allowing attackers to impersonate the git directory using tracked files like...
CVE-2026-84149
This vulnerability exists in the ERP system due to exposure of repository information through a publicly accessible .git directory. An unauthenticated remote attacker could exploit this vulnerability by accessing the exposed .git directory and retrieving repository metadata and associated files,...
CVE-2026-84149 Information Disclosure Vulnerability in Manacle Technologies ERP System
This vulnerability exists in the ERP system due to exposure of repository information through a publicly accessible .git directory. An unauthenticated remote attacker could exploit this vulnerability by accessing the exposed .git directory and retrieving repository metadata and associated files,...
CVE-2026-84149
Manacle Technologies ERP System is affected by an information disclosure vulnerability caused by a publicly accessible .git directory . An unauthenticated remote attacker can retrieve repository metadata and associated files, potentially enabling reconstruction of the application's source code . ...
Astra Linux – Vulnerability in Git
Git is a version control system. Before versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories containing submodules could be exploited through a bug in Git. This bug allowed a script to be written into the .git/ directory instead of the submodule’s worktree. This enabl...
GO-2026-5336 Go-git: Crafted repositories may modify main and submodule .git directories in github.com/go-git/go-git
Go-git: Crafted repositories may modify main and submodule .git directories in github.com/go-git/go-git...
CVE-2026-55607
Claude Code is an agentic coding tool. From 2.1.38 until 2.1.163, Claude Code's worktree handling allowed creation of worktrees named ".git" and navigation to worktrees outside the sandbox context, enabling git directory confusion attacks. By exploiting symlink manipulation and git fsmonitor...