CVE-2026-33081
published 2026-03-20CVE-2026-33081: PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. Versions 0.8.2 and below have a Blind SSRF vulnerability in the…
PriorityP419low3.7CVSS 3.1
AVNACHPRNUINSUCNILAN
EPSS
0.29%
20.5th percentile
PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. Versions 0.8.2 and below have a Blind SSRF vulnerability in the /download endpoint. The validateDownloadURL() function only checks the initial user-supplied URL, but the embedded Chromium browser can follow attacker-controlled redirects/navigations to internal network addresses after validation. Exploitation requires security.allowDownload=true (disabled by default), limiting real-world impact. An attacker-controlled page can use JavaScript redirects or resource requests to make the browser reach internal services from the PinchTab host, resulting in a blind Server-Side Request Forgery (SSRF) condition against internal-only services. The issue has been patched in version 0.8.3.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| github.com | pinchtab_pinchtab | >= 0 < 0.8.3 | 0.8.3 |
| pinchtab | pinchtab | < 0.8.3 | 0.8.3 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation in github.com/pinchtab/pinchtab
osv·2026-03-23
CVE-2026-33081 PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation in github.com/pinchtab/pinchtab
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation in github.com/pinchtab/pinchtab
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation in github.com/pinchtab/pinchtab
GHSA
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
ghsa·2026-03-18
CVE-2026-33081 [MEDIUM] CWE-918 PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
### **The /download endpoint validates only the initial URL provided by the user using validateDownloadURL() to prevent requests to internal or private network addresses.**
Exploitation requires \security.allowDownload=true`, which is disabled by default.`
However, pages loaded by the embedded Chromium browser can trigger additional browser-side requests (for example, JavaScript redirects, navigations, or resource requests) after the initial validation step.
Because the validation is only applied to the initial URL and not to subsequent browser-issued request targets, an attacker-controlled page can cause the browser to issue requests to internal network services reachable from the PinchTab host.
Th
OSV
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
osv·2026-03-18
CVE-2026-33081 [MEDIUM] PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
PinchTab has a Blind SSRF via browser-side redirect bypass in /download URL validation
### **The /download endpoint validates only the initial URL provided by the user using validateDownloadURL() to prevent requests to internal or private network addresses.**
Exploitation requires \security.allowDownload=true`, which is disabled by default.`
However, pages loaded by the embedded Chromium browser can trigger additional browser-side requests (for example, JavaScript redirects, navigations, or resource requests) after the initial validation step.
Because the validation is only applied to the initial URL and not to subsequent browser-issued request targets, an attacker-controlled page can cause the browser to issue requests to internal network services reachable from the PinchTab host.
Th
No detection rules found.
No public exploits indexed.
2026-03-20
Published