Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-32002 | Kitploit
Tools/GitHubGitHub/grecosamuel/cve-2024-32002
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubgrecosamuel/cve-2024-32002

CVE-2024-32002

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-32002

Versions

  • 1.0.0
    • This version work only on remote target with authenticated user and git version 2.45.0 affected.

This vulnerability affect Git with version:

  • 2.45.0

Proof Of Concept

The POC can trigger an RCE (Remote Command Execution) using the git clone command via specific vulnerable use of submodules of git that follow symlinks, so the context need to have core.symlinks to true for work correctly.

NOTE: This is possible via git config --global core.symlinks true

How it work

For trigger the rce you need to use two different repositories.

The first repository include a submodule that include a specific path with a symlink to a .git directory.

The second repository include a malicious hook that is used as a submodule in the first repository, and contain a script called post-checkout that contain malicious code that will be run exploiting the case-insensitive filesystem.

This is a vulnerability analysis tool for educational purposes only

Download Tool