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-51996 — CVE-2024-51996 es una vulnerabilidad crítica que afecta al componente security-http del framework Symfony. | Kitploit
Tools/GitHubGitHub/moften/cve-2024-51996
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubmoften/cve-2024-51996

CVE-2024-51996

CVE-2024-51996 es una vulnerabilidad crítica que afecta al componente security-http del framework Symfony.

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-51996 - Symfony RememberMe Auth Bypass Exploit

Exploit for the critical vulnerability CVE-2024-51996, which allows authentication bypass in Symfony applications that use the Remember Me mechanism.

🧠 Impact: Impersonation of privileged users (such as admin) without the need for valid credentials.


📖 Description

CVE-2024-51996 is a vulnerability in Symfony's security-http component. The flaw lies in the fact that the username contained in the REMEMBERME cookie is not properly validated, allowing it to be modified without invalidating the token.

An attacker with access to a valid cookie (for example, User1:token:series:hash) can modify it and replace the User1 identifier with any other registered username, such as admin.


🚀 Exploit Usage

root@kitploit:~
python3 CVE-2024-51996_Exploit.py \
  --url https://target.com \
  --cookie "User1:token:series:hash" \
  --spoof admin

🙌 Support Me

If this tool has been useful to you or you want to support future developments, you can buy me a coffee ☕ or make a donation. Any support counts!

Donate with PayPal


📬 Contact and social media

  • 💌 Email: [email protected]
  • 🌐 Blog: https://m10.com.mx
  • 🐦 Twitter: @hack4lifemx
  • 💼 LinkedIn: Francisco Santibañez
  • 🐙 GitHub: github.com/m10sec

🛡️ Philosophy

I believe in a world where users have control over their privacy. This tool was born from the trenches of real pentesting, with love for digital freedom and hacking with purpose.


⭐ If you liked this project, give it a star on GitHub and share it with your community.

Download Tool