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
full-poc-CVE-2025_21298 — Complete analysis of CVE-2025-21298, a double free vulnerability related to ole32 library in windows. | Kitploit
Tools/GitHubGitHub/fy-poc/full-poc-cve-2025_21298
Memory ForensicsVulnerability AnalysisExploitationMalware AnalysisLearning & EducationBinary Exploitation
GitHubfy-poc/full-poc-cve-2025_21298

full-poc-CVE-2025_21298

Complete analysis of CVE-2025-21298, a double free vulnerability related to ole32 library in windows.

View Repository
1211 months 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

Review of the CVE-2025-21298 vulnerability

CVE-2025-21298 is a critical vulnerability in the OLE (Object Linking and Embedding) technology used in Microsoft Windows. It specifically affects the UtOlePresStmToContentsStm function in the ole32.dll library. This function is responsible for converting an OLE "presentation stream" into a "content stream" inside OLE storage. The vulnerability can be triggered when a user opens a malicious RTF file in a Microsoft product. Due to poor memory management, an attacker can exploit this flaw to run their own code on the system. This is a "Use After Free" vulnerability, classified as CWE-416. That means the program tries to use memory that has already been freed, which can lead to unexpected behavior or let the attacker run malicious code (shellcode) on the system.

Download Tool