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-2025-24054_CVE-2025-24071-PoC — Proof of Concept for the NTLM Hash Leak via .library-ms CVE-2025-24054 / CVE-2025-24071 | Kitploit
Tools/GitHubGitHub/helidem/cve-2025-24054_cve-2025-24071-poc
Password CrackingPhishing ToolsReconnaissanceVulnerability AnalysisExploitationPapers & ResearchLearning & EducationLabs & Practice

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHub
helidem/cve-2025-24054_cve-2025-24071-poc

CVE-2025-24054_CVE-2025-24071-PoC

Proof of Concept for the NTLM Hash Leak via .library-ms CVE-2025-24054 / CVE-2025-24071

View Repository
222510 months agoReviewed by Kitploit

CVE-2025-24054 and CVE-2025-24071 - NTLM Hash Leak via .library-ms Exploit

PoC

This PoC demonstrates the exploitation of the NTLM hash leak via .library-ms files on unpatched Windows systems (March 2025 Patch Tuesday).

⚠️ This is for educational and research purposes only. Do not use this on production or unauthorized systems.

🧠 Description

When a .library-ms file with a UNC path is opened (or previewed) in Windows Explorer, it triggers an SMB authentication request to the specified server, leaking the NTLMv2 hash.

📁 Files

  • generate_library_ms.py : generates the malicious .library-ms file
  • xd.library-ms : sample malicious file (points to a configurable SMB server)
  • Instructions_Responder.md : how to set up a fake SMB server with Responder

🧪 How to Test

  1. Start Responder on your attacker machine:

    root@kitploit:~
    sudo responder -I eth0
    
  2. On the victim Windows VM:

    • Download or generate the .library-ms file
    • Preview it in File Explorer
  3. On the attacker side:

    • Observe the captured NTLM hash in Responder's output

📸 Demo

PoC Demo

📚 References

  • Check Point Research – CVE-2025-24054 Analysis
  • Microsoft Patch Notes (March 2025)

✅ Mitigation

  • Apply Microsoft's March 2025 patches
  • Disable NTLM where possible
  • Educate users to avoid interacting with .library-ms files from untrusted sources

🧑‍💻 Author

PoC created by Helidem

Download Tool