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-2023-36900 — Denial-of-Service PoC | Writeup | Header with CLFS structures | Imhex pattern for .blf extension | Kitploit
Tools/GitHubGitHub/romanrybachek/cve-2023-36900
Vulnerability AnalysisExploitationReverse EngineeringBinary Analysis
GitHubromanrybachek/cve-2023-36900

CVE-2023-36900

Denial-of-Service PoC | Writeup | Header with CLFS structures | Imhex pattern for .blf extension

View Repository
422 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

CVE-2023-36900

  • About this vulnerability: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-36900.
  • Writeup
  • Imhex pattern for .blf extension
  • Header with declaration of CLFS structures
  • Denial-of-Service proof of concept

Imhex pattern for blf extension

Before:

drawing

After:

drawing

The pattern is far from ideal, but it can be useful. Link

How to use:

root@kitploit:~
File->Import->Pattern File

Denial of Service proof of concept

The proof of concept requres python and the pwntools module installed. Because testing has to be done on a specific build of Windows, to prevent Microsoft from updating your OS, it must not be connected to the Internet. Therefore, all dependencies need to be installed offline. How to install python modules without internet.
To run POC, copy the folder with POC to target machine and use following command:

root@kitploit:~
python launch.py DoS
Download Tool