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
Tools/GitHubGitHub/martinhaunschmid/cve-2024-52301-research
Vulnerability AnalysisCode AnalysisExploitationWeb SecurityLearning & Education
GitHubmartinhaunschmid/cve-2024-52301-research

CVE-2024-52301-Research

A bit of research around CVE-2024-52301

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
611 year agoNot yet reviewed

CVE-2024-52301-Research

A bit of research around CVE-2024-52301. I've seen the vuln and wanted to find out how Laravel is vulnerable. For this, I just diffed the 6.20.44 and 6.20.45 versions, and traced how GET parameters could end up changing the application configuration.

I've written about this on X and BlueSky:

  • https://x.com/0xntrm/status/1857504510609965206
  • https://bsky.app/profile/ntrm.bsky.social/post/3laz4tkds2k2m

Contents

This repo contains a simple docker compose file and some php:

  • phpinfo.php to check, whether the register_argc_argv is on or off
  • exploit.php contains the relevant methods from Laravel version 6, stripped from dependencies and unnecessary stuff

Run the thing

root@kitploit:~
docker-compose up -d

curl 'localhost:8000/exploit.php?--env=development'

Sources

https://www.cert.at/de/warnungen/2024/11/kritische-sicherheitslucke-in-laravel-framework-updates-verfugbar https://securityonline.info/critical-laravel-flaw-cve-2024-52301-exposes-millions-of-web-applications-to-attack/

Download Tool