CVE-2024-32002

CRITICAL

Git <2.45.1-2.39.4 - Code Injection

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 75 public exploits for CVE-2024-32002. PoCs published by amalmurali47, safebuffer, M507.

AI-analyzed exploit summary This repository contains a functional PoC for CVE-2024-32002, exploiting Git's symlink handling on case-insensitive filesystems to achieve RCE via malicious hooks during `git clone`. The exploit leverages submodules and crafted paths to write hooks into the `.git/` directory.

Description

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.

Exploits (75)

nomisec WORKING POC 531 stars
by amalmurali47 · poc
https://github.com/amalmurali47/git_rce

This repository contains a functional PoC for CVE-2024-32002, exploiting Git's symlink handling on case-insensitive filesystems to achieve RCE via malicious hooks during `git clone`. The exploit leverages submodules and crafted paths to write hooks into the `.git/` directory.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Git configured to allow symlinks and file protocol
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 108 stars
by safebuffer · poc
https://github.com/safebuffer/CVE-2024-32002

This repository contains a functional PoC for CVE-2024-32002, demonstrating an RCE vulnerability in Git submodules. The exploit leverages a malicious post-checkout hook and symlink manipulation to execute arbitrary commands during a recursive Git clone.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (submodule handling)
No auth needed
Prerequisites: Control over a malicious Git repository · Victim must perform a recursive clone of the repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS 16 stars
by amalmurali47 · poc
https://github.com/amalmurali47/hook

The repository claims to be a PoC for CVE-2024-32002 but only contains a README with no actual exploit code. It redirects users to external resources (another GitHub repo and a blog post) for details, which is a common tactic in suspicious repos.

Classification
Suspicious 90%
Attack Type
Rce
Complexity
Theoretical
Reliability
Theoretical
Target: Git (version not specified)
No auth needed
Prerequisites: None specified
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 9 stars
by M507 · poc
https://github.com/M507/CVE-2024-32002

This repository contains a functional proof-of-concept exploit for CVE-2024-32002, a Git vulnerability involving submodule symlink manipulation. The script demonstrates the vulnerability by creating a malicious Git repository with a symlink-based hook that executes arbitrary commands during a recursive clone.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Git installed on the target system · Ability to convince victim to clone a malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 6 stars
by YukaFake · poc
https://github.com/YukaFake/CVE-2024-32002-Reverse-Shell

This repository contains a functional exploit for CVE-2024-32002, a Git vulnerability that leverages case-insensitive filesystem handling and symbolic links in submodules to achieve remote code execution (RCE). The PoC script automates the creation of a malicious repository with a post-checkout hook that triggers a reverse shell upon cloning.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions before 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, 2.39.4)
No auth needed
Prerequisites: Victim must clone the malicious repository with `--recursive` flag · Attacker must host the malicious repository · Case-insensitive filesystem on victim's system
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS 3 stars
by jweny · poc
https://github.com/jweny/CVE-2024-32002_EXP

The repository contains no actual exploit code, only a clone command and a screenshot. It lacks technical details about the vulnerability and appears to be a placeholder or lure.

Classification
Suspicious 90%
Attack Type
Other
Complexity
Theoretical
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 2 stars
by NishanthAnand21 · poc
https://github.com/NishanthAnand21/CVE-2024-32002-PoC

This PoC demonstrates CVE-2024-32002, a Git vulnerability allowing arbitrary code execution via malicious post-checkout hooks in submodules. The script automates the creation of a malicious repository with a symbolic link to trigger the hook during clone operations.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Access to a Git server to host malicious repositories · Victim must clone the malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 2 stars
by BasyacatX · poc
https://github.com/BasyacatX/CVE-2024-32002-PoC_Chinese

The repository contains functional exploit code for CVE-2017-1000117, a Git submodule command injection vulnerability, and CVE-2017-7269, an IIS 6.0 buffer overflow. The Metasploit module demonstrates the Git vulnerability by creating a malicious repository, while the Python script exploits the IIS buffer overflow to achieve remote code execution.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions 2.7.5 and lower), Microsoft IIS 6.0 (Windows Server 2003 R2)
No auth needed
Prerequisites: Network access to the target Git client or IIS server · Git client vulnerable to CVE-2017-1000117 or IIS 6.0 with WebDAV enabled
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WORKING POC 2 stars
by markuta · poc
https://github.com/markuta/CVE-2024-32002

This repository demonstrates CVE-2024-32002, a Git vulnerability where a malicious submodule with a `post-checkout` hook can execute arbitrary commands during `git clone --recursive`. The PoC triggers the execution of Calculator on macOS via a crafted submodule.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions prior to 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4)
No auth needed
Prerequisites: Victim must run `git clone --recursive` on a malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 2 stars
by 10cks · poc
https://github.com/10cks/CVE-2024-32002-EXP

This PoC exploits a Git vulnerability (CVE-2024-32002) by crafting a malicious Git repository with a post-checkout hook that executes arbitrary commands (e.g., launching Calculator) when cloned. It leverages Git submodules and symbolic links to trigger the hook execution.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Git installed on the target system · Ability to convince victim to clone the malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 2 stars
by bfengj · poc
https://github.com/bfengj/CVE-2024-32002-Exploit

This repository contains a functional exploit for CVE-2024-32002, leveraging Git submodules and symbolic links to execute arbitrary code (e.g., launching Calculator.app) during a git clone operation. The exploit manipulates Git hooks and index files to achieve remote code execution.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (specific version affected by CVE-2024-32002)
No auth needed
Prerequisites: Git installed on the target system · Ability to push to a malicious Git repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 1 stars
by grecosamuel · poc
https://github.com/grecosamuel/CVE-2024-32002

This repository contains a functional exploit for CVE-2024-32002, leveraging Git submodules and hooks to achieve remote code execution (RCE) on vulnerable Git versions (2.45.0). The exploit automates the creation of malicious repositories with crafted post-checkout hooks and symlinks to trigger arbitrary command execution during git clone operations.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git 2.45.0
Auth required
Prerequisites: Git 2.45.0 installed on target · Ability to push to a remote Git repository · Authenticated access to the target repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 1 stars
by BohemianHacks · poc
https://github.com/BohemianHacks/CVE-2024-32002-poc

This Bash script exploits CVE-2024-32002 by creating a malicious Git repository with a hidden post-checkout hook that executes arbitrary commands (e.g., launching Calculator) when cloned. The attack leverages Git submodules and symbolic links to conceal the malicious payload.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Git client with CVE-2024-32002 vulnerability · Victim clones the malicious repository
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec TROJAN 1 stars
by th4s1s · poc
https://github.com/th4s1s/CVE-2024-32002-PoC

The repository contains a malicious Git hook that executes arbitrary commands (e.g., creating a file and displaying a message box) when cloned. It leverages Git submodules and symlinks to deceive users into executing the hook, which is a classic supply-chain attack vector.

Classification
Trojan 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git clients (any version)
No auth needed
Prerequisites: Victim clones the repository with `--recursive` or initializes submodules
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB 1 stars
by Goplush · poc
https://github.com/Goplush/CVE-2024-32002-git-rce

The repository contains only a README.md file with minimal content, lacking any functional exploit code or technical details about CVE-2024-32002. It appears to be a placeholder or incomplete submission.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
github WORKING POC 1 stars
by jakob-pennington · poc
https://github.com/jakob-pennington/cve-2024-32002-poc-rce

This repository contains a functional proof-of-concept for CVE-2024-32002, demonstrating Remote Code Execution (RCE) via a malicious Git submodule configuration. The exploit leverages case-insensitive filesystem handling on Windows and macOS to trick Git into writing files to unintended locations, specifically targeting the `.git` directory.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: case-insensitive filesystem (Windows/macOS) · vulnerable Git version · ability to clone a malicious repository
devstral-2 · analyzed May 14, 2026 Full analysis →
nomisec WORKING POC 1 stars
by JakobTheDev · poc
https://github.com/JakobTheDev/cve-2024-32002-poc-rce

This repository demonstrates a Git submodule vulnerability (CVE-2024-32002) that achieves RCE by exploiting case-insensitive filesystem handling in Windows and macOS. The PoC uses a symlink and a malicious `.gitmodules` file to trigger arbitrary code execution during a recursive clone.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Vulnerable Git version · Recursive clone with symlinks enabled
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec NO CODE 1 stars
by 10cks · poc
https://github.com/10cks/hook
gitlab STUB
by FarrimWildaxe · poc
https://gitlab.com/FarrimWildaxe/hook

This repository contains only a README with a disclaimer and references to external resources for the exploit details. No actual exploit code or technical analysis is provided.

Classification
Stub 90%
Attack Type
Rce
Complexity
Theoretical
Reliability
Theoretical
Target: Git (version not specified)
No auth needed
Prerequisites: git clone operation
devstral-2 · analyzed May 25, 2026 Full analysis →
github WORKING POC
by wnaspy · shellpoc
https://github.com/wnaspy/CVE-POC-WEAPON/tree/main/tCVE-2024-32002.sh

This PoC exploits CVE-2024-32002 by leveraging Git submodules and symlinks to execute a malicious post-checkout hook, achieving remote code execution via a PowerShell payload. The script automates repository setup, hook injection, and symlink creation to trigger the vulnerability.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (specific version not specified)
No auth needed
Prerequisites: access to a Git server · ability to create repositories and submodules
devstral-2 · analyzed Mar 06, 2026 Full analysis →
nomisec STUB
by DayDayDayDreaming · poc
https://github.com/DayDayDayDreaming/backup-exec-hook

The repository contains only a README file with minimal content, indicating it is a placeholder or submodule for an exploit without actual exploit code or technical details.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Veritas Backup Exec (version not specified)
No auth needed
Prerequisites: none specified
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec STUB
by DayDayDayDreaming · poc
https://github.com/DayDayDayDreaming/backup-exec-cve-32002

The repository contains only a README with minimal information, indicating it is a placeholder or superproject repo without actual exploit code or technical details.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Veritas Backup Exec (version unspecified)
No auth needed
Prerequisites: none specified
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec STUB
by srakkk · poc
https://github.com/srakkk/cve-2024-32002-demo

The repository contains minimal placeholder code with no exploit functionality or technical details related to CVE-2024-32002. The README lacks vulnerability context, and the example.py file is a generic data processing script.

Classification
Stub 95%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unspecified
No auth needed
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec STUB
by srakkk · poc
https://github.com/srakkk/cve-2024-32002-hook

The repository contains only a minimal README with no technical details or exploit code. It appears to be a placeholder or stub with no substantive content related to CVE-2024-32002.

Classification
Stub 95%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WORKING POC
by JoaoLeonello · poc
https://github.com/JoaoLeonello/cve-2024-32002-poc

This repository contains a functional proof-of-concept exploit for CVE-2024-32002, demonstrating a Git submodule path injection vulnerability that allows arbitrary file write and remote code execution via malicious hooks. The PoC automates the setup of a vulnerable environment using Docker and reproduces the exploit chain.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git versions before 2.45.1
No auth needed
Prerequisites: Git version < 2.45.1 · Ability to modify .gitmodules and create symlinks
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by ashutosh0408 · poc
https://github.com/ashutosh0408/Cve-2024-32002-poc

This repository contains a functional PoC for CVE-2024-32002, demonstrating an RCE vulnerability in Git submodules. The exploit leverages a malicious post-checkout hook and symbolic link manipulation to execute arbitrary commands during a recursive Git clone.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (submodules)
No auth needed
Prerequisites: Access to a Git server to host malicious repositories · Target must perform a recursive clone of the malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by ashutosh0408 · poc
https://github.com/ashutosh0408/CVE-2024-32002

This repository contains a functional PoC for CVE-2024-3202, exploiting a Git RCE vulnerability via crafted submodules and symlinks on case-insensitive filesystems. The exploit leverages malicious hooks executed during `git clone --recursive`.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Git configured to allow symlinks · Recursive clone (`git clone --recursive`)
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS
by Masamuneee · poc
https://github.com/Masamuneee/CVE-2024-32002-POC

The repository lacks actual exploit code and only provides a placeholder README with a git clone command. No technical details about CVE-2024-32002 are provided, and it promises a future blog analysis without delivering any substance.

Classification
Suspicious 90%
Attack Type
Other
Complexity
Theoretical
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by Masamuneee · poc
https://github.com/Masamuneee/hook

The repository contains only a minimal README with a placeholder description for CVE-2024-32002, lacking any functional exploit code or technical details.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unspecified
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS
by AD-Appledog · poc
https://github.com/AD-Appledog/wakuwaku

The repository claims to contain a PoC for CVE-2024-32002 (Git RCE via malicious hooks) but provides no actual exploit code, instead redirecting users to external sources ('git_rce repository or blog article'). The README lacks technical details and serves as a placeholder with vague references.

Classification
Suspicious 90%
Attack Type
Rce
Complexity
Theoretical
Reliability
Theoretical
Target: Git (version not specified)
No auth needed
Prerequisites: Victim must clone a malicious repository containing the hook
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by FlojBoj · poc
https://github.com/FlojBoj/CVE-2024-32002

This repository contains a functional exploit for CVE-2024-32002, a Git vulnerability that allows arbitrary command execution via malicious hooks in submodules. The exploit leverages Git's handling of submodules and hooks to execute arbitrary commands (e.g., launching Calculator) when a victim clones a malicious repository.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (v2.45.0, v2.44.0, <=v2.43.3, <=v2.42.1, v2.41.0, <=v2.40.1, <=v2.39.3)
No auth needed
Prerequisites: Ability to host malicious Git repositories · Victim must clone the repository with --recursive flag
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by sanan2004 · poc
https://github.com/sanan2004/CVE-2024-32002

This repository contains a functional PoC for CVE-2024-32002, demonstrating an RCE vulnerability in Git submodules. The exploit leverages a malicious post-checkout hook and symbolic link manipulation to execute arbitrary commands during a recursive Git clone.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (submodules)
No auth needed
Prerequisites: Remote Git server access · Ability to create and push repositories
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by chrisWalker11 · poc
https://github.com/chrisWalker11/running-CVE-2024-32002-locally-for-tesing

This repository contains a functional PoC for CVE-2024-32002, a Git RCE vulnerability exploiting case-insensitive filesystem handling in submodules. The exploit uses a crafted submodule path and symlink to execute a malicious hook during repository cloning.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (with case-insensitive filesystems)
Auth required
Prerequisites: Gitea server with API access · Case-insensitive filesystem · Git client with submodule support
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by daemon-reconfig · poc
https://github.com/daemon-reconfig/CVE-2024-32002

This repository contains a functional exploit for CVE-2024-32002, leveraging GitLab's gitlab-shell vulnerability to achieve remote code execution via malicious Git hooks and symlink manipulation. The script automates the creation of a malicious repository with a post-checkout hook and a symlinked submodule to trigger payload execution.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: GitLab (gitlab-shell)
Auth required
Prerequisites: Access to a vulnerable GitLab instance · Ability to create repositories and push code · Network connectivity to the target server
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS
by SpycioKon · poc
https://github.com/SpycioKon/CVE-2024-32002

The repository lacks actual exploit code and provides vague instructions involving GitHub/GitLab repositories and recursive cloning, which is atypical for a legitimate PoC. No technical details about CVE-2024-32002 are provided.

Classification
Suspicious 90%
Attack Type
Other
Complexity
Theoretical
Reliability
Theoretical
Target: unknown
No auth needed
Prerequisites: GitHub/GitLab repositories · git clone access
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by blackninja23 · poc
https://github.com/blackninja23/CVE-2024-32002

This repository contains a functional exploit for CVE-2024-32002, demonstrating RCE via Git's submodule symlink handling on case-insensitive filesystems. The PoC uses crafted submodules and hooks to achieve arbitrary code execution during `git clone`.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Git configured to allow symlinks and file protocol
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by sysonlai · poc
https://github.com/sysonlai/CVE-2024-32002-hook

The repository contains only a minimal README with no exploit code, technical details, or meaningful content related to CVE-2024-32002. It appears to be a placeholder or incomplete submission.

Classification
Stub 95%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
github WRITEUP
by bonnettheo · poc
https://github.com/bonnettheo/CVE-2024-32002

This repository references an exploit for CVE-2024-32002, a Git vulnerability, and directs users to an external blog for technical details. It does not contain exploit code but provides educational context and attribution.

Classification
Writeup 80%
Attack Type
Rce
Complexity
Moderate
Reliability
Theoretical
Target: Git
No auth needed
Prerequisites: Access to a vulnerable Git installation
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WORKING POC
by AD-Appledog · poc
https://github.com/AD-Appledog/CVE-2024-32002

This PoC demonstrates CVE-2024-32002 by exploiting Git's submodule and symlink handling to execute arbitrary code via a malicious post-checkout hook. The script creates a crafted repository structure that triggers the hook during a recursive clone, leading to code execution (e.g., launching Calculator).

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Git installed on the target system · Ability to clone a malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by 431m · poc
https://github.com/431m/rcetest

This repository contains a functional exploit for CVE-2024-32002, leveraging case-insensitive filesystem handling in Git to execute arbitrary code via malicious hooks during a `git clone` operation. The PoC includes a script to create a malicious repository with a submodule containing a symlink to a `.git/` directory with a malicious hook.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Git configured to allow symlinks and file protocol · Victim performs `git clone --recursive` on a malicious repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
github WORKING POC
by jakob-pennington · poc
https://github.com/jakob-pennington/cve-2024-32002-poc-aw

This repository contains a functional proof-of-concept for CVE-2024-32002, demonstrating an arbitrary write vulnerability in Git by exploiting case sensitivity in symlinks and submodule paths to write files into the .git directory.

Classification
Working Poc 95%
Attack Type
Other
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: case-sensitive filesystem · vulnerable Git version · ability to create symlinks
devstral-2 · analyzed May 14, 2026 Full analysis →
nomisec WORKING POC
by JakobTheDev · poc
https://github.com/JakobTheDev/cve-2024-32002-poc-aw

This repository contains a functional proof-of-concept for CVE-2024-32002, demonstrating an arbitrary write vulnerability in Git by exploiting case sensitivity in symlinks and submodule paths to write files into the .git directory. The PoC leverages a symlink and a malicious .gitmodules file to achieve this effect during a recursive clone.

Classification
Working Poc 95%
Attack Type
Other
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Vulnerable version of Git · Case-sensitive filesystem · Recursive clone with core.symlinks=true
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by jakob-pennington · poc
https://github.com/jakob-pennington/cve-2024-32002-submodule-aw

This repository is a submodule used to demonstrate CVE-2024-32002 by detecting arbitrary writes into the .git directory. It contains a placeholder file ('Problems') to indicate successful exploitation but lacks functional exploit code.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Git (specific version not specified)
No auth needed
Prerequisites: A parent repository utilizing this submodule · Git installation vulnerable to CVE-2024-32002
devstral-2 · analyzed May 14, 2026 Full analysis →
nomisec STUB
by JakobTheDev · poc
https://github.com/JakobTheDev/cve-2024-32002-submodule-aw

This repository is a submodule designed to demonstrate CVE-2024-32002 by detecting arbitrary writes into the .git directory. It contains a placeholder file ('Problems') to indicate successful exploitation but lacks functional exploit code.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Git (specific version not specified)
No auth needed
Prerequisites: Access to a vulnerable Git repository
devstral-2 · analyzed Feb 18, 2026 Full analysis →
github WORKING POC
by jakob-pennington · shellpoc
https://github.com/jakob-pennington/cve-2024-32002-submodule-rce

This repository demonstrates CVE-2024-32002 by exploiting a malicious Git hook (`post-checkout`) to achieve Remote Code Execution (RCE) upon cloning. The hook executes arbitrary commands (e.g., launching `calc`) on Windows or macOS systems.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: Git (specific version affected by CVE-2024-32002)
No auth needed
Prerequisites: Victim must clone the repository containing the malicious submodule
devstral-2 · analyzed May 14, 2026 Full analysis →
nomisec WORKING POC
by JakobTheDev · poc
https://github.com/JakobTheDev/cve-2024-32002-submodule-rce

This repository demonstrates CVE-2024-32002 by exploiting Git's submodule feature to execute a malicious `post-checkout` hook, achieving RCE by popping a calculator on Windows or macOS. The hook is strategically placed in a non-existent directory to ensure execution upon clone.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: Git (specific version affected by CVE-2024-32002)
No auth needed
Prerequisites: Victim must clone the repository with submodules enabled
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by Roronoawjd · poc
https://github.com/Roronoawjd/git_rce

This repository contains a functional proof-of-concept exploit for CVE-2024-32002, which leverages case-insensitive filesystem handling in Git to achieve remote code execution via malicious submodule hooks. The exploit uses a symlink to trick Git into executing a post-checkout hook in an unintended directory.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Case-insensitive filesystem (Windows/macOS) · Git configured with core.symlinks=true · protocol.file.allow=always
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by WOOOOONG · poc
https://github.com/WOOOOONG/CVE-2024-32002

The repository contains only a minimal README with no exploit code, technical details, or functional PoC. It is a placeholder with no substantive content.

Classification
Stub 90%
Attack Type
Other
Complexity
Unknown
Reliability
Unknown
Target: unknown
Auth required
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by WOOOOONG · poc
https://github.com/WOOOOONG/hook

The repository contains only a minimal README with a title and CVE reference, lacking any functional exploit code or technical details. It appears to be a placeholder or incomplete submission.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unspecified
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SUSPICIOUS
by YukaFake · poc
https://github.com/YukaFake/CVE-2024-32002

The repository contains only a README with a single image link and no technical details or exploit code. This is indicative of a social engineering lure rather than a legitimate PoC.

Classification
Suspicious 90%
Attack Type
Other
Complexity
Theoretical
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by vincepsh · poc
https://github.com/vincepsh/CVE-2024-32002

The repository contains minimal placeholder files for a Platform.sh deployment but lacks any functional exploit code or technical details about CVE-2024-32002. The README is vague and does not provide meaningful context.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by vincepsh · poc
https://github.com/vincepsh/CVE-2024-32002-hook

The repository contains only a minimal README with no technical details, exploit code, or meaningful content related to CVE-2024-32002.

Classification
Stub 100%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by 1mxml · poc
https://github.com/1mxml/CVE-2024-32002-poc

The repository contains only a README.md file with minimal content, lacking any functional exploit code or technical details about CVE-2024-32002. It appears to be a placeholder without substantive information.

Classification
Stub 95%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by Roronoawjd · poc
https://github.com/Roronoawjd/hook

The repository contains only a README.md file with no content or exploit code. It lacks any technical details or functional proof-of-concept.

Classification
Stub 100%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by 10cks · poc
https://github.com/10cks/CVE-2024-32002-POC

The repository contains only a README.md file with minimal content, providing no functional exploit code or technical details about CVE-2024-32002.

Classification
Stub 100%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: unknown
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by markuta · poc
https://github.com/markuta/hooky

This repository contains a functional proof-of-concept for CVE-2024-32002, demonstrating arbitrary command execution via a malicious Git submodule hook. The exploit leverages a post-checkout hook to execute a command (opening Calculator on macOS) when the submodule is checked out.

Classification
Working Poc 90%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: Git (versions affected by CVE-2024-32002)
No auth needed
Prerequisites: Victim must clone or update a repository containing the malicious submodule
devstral-2 · analyzed Feb 18, 2026 Full analysis →

Scores

CVSS v3 9.0
EPSS 0.8058
EPSS Percentile 99.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-22 CWE-434 CWE-59
Status published
Products (4)
git/git 2.41.0
git/git 2.44.0
git/git 2.45.0
git/git < 2.39.4
Published May 14, 2024
Tracked Since Feb 18, 2026