Vulnerability Description
PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. PinchTab `v0.8.4` contains a Windows-only command injection issue in the orphaned Chrome cleanup path. When an instance is stopped, the Windows cleanup routine builds a PowerShell `-Command` string using a `needle` derived from the profile path. In `v0.8.4`, that string interpolation escapes backslashes but does not safely neutralize other PowerShell metacharacters. If an attacker can launch an instance using a crafted profile name and then trigger the cleanup path, they may be able to execute arbitrary PowerShell commands on the Windows host in the security context of the PinchTab process user. This is not an unauthenticated internet RCE. It requires authenticated, administrative-equivalent API access to instance lifecycle endpoints, and the resulting command execution inherits the permissions of the PinchTab OS user rather than bypassing host privilege boundaries. Version 0.8.5 contains a patch for the issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Pinchtab | Pinchtab | < 0.8.5 |
Related Weaknesses (CWE)
References
- https://github.com/pinchtab/pinchtab/commit/25b3374bdcdf0dad32c44d5d726bf953238cPatch
- https://github.com/pinchtab/pinchtab/security/advisories/GHSA-p8mm-644p-phmhExploitMitigationVendor Advisory
- https://github.com/pinchtab/pinchtab/security/advisories/GHSA-p8mm-644p-phmhExploitMitigationVendor Advisory
FAQ
What is CVE-2026-33623?
CVE-2026-33623 is a vulnerability with a CVSS score of 6.7 (MEDIUM). PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. PinchTab `v0.8.4` contains a Windows-only command injection issue in the orphaned Chrome cleanup path. W...
How severe is CVE-2026-33623?
CVE-2026-33623 has been rated MEDIUM with a CVSS base score of 6.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33623?
Check the references section above for vendor advisories and patch information. Affected products include: Pinchtab Pinchtab.