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-27363 — Integer overflow in FreeType software, which also affects Chrome | Kitploit
Tools/GitHubGitHub/tin-z/cve-2025-27363
Memory ForensicsVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationBinary Exploitation
GitHubtin-z/cve-2025-27363

CVE-2025-27363

Integer overflow in FreeType software, which also affects Chrome

View Repository
3111211 month agoReviewed by Kitploit

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-2025-27363 (on Chrome 113)

Note: In chrome, this is not a new vulnerability, it was patched (roll-up commit) in March 2023. This PoC targets only chrome headless mode. However, I think it's an interesting read if you want to explore some internals and see the exploitation on PartitionAlloc when you have a small slot_size xD

Author: Altin (tin-z)

Env:

  • commit a7a083d
  • ubuntu 20/24

Table of contents:

  • analysis and exploitation writeup
  • poc_rce
  • poc_leak
  • tests
  • https://github.com/tin-z/PartitionAlloc_gdb

Poc

root@kitploit:~
python font_gen_POC.py

cp poc.ttf poc_rce/


Download Tool