Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33619

CVE-2026-33619: PinchTab HTTP Server SSRF Vulnerability

CVE-2026-33619 is a server-side request forgery flaw in PinchTab v0.8.3 that allows attackers to send requests to internal resources through webhook callbacks. This article covers technical details, affected versions, and mitigations.

Published: March 27, 2026

CVE-2026-33619 Overview

CVE-2026-33619 is a Server-Side Request Forgery (SSRF) vulnerability in PinchTab, a standalone HTTP server that gives AI agents direct control over a Chrome browser. The vulnerability exists in the optional scheduler's webhook delivery path in version 0.8.3. When a task is submitted to POST /tasks with a user-controlled callbackUrl, the scheduler sends an outbound HTTP POST to that URL when the task reaches a terminal state. The vulnerable implementation validated only the URL scheme and did not reject loopback, private, link-local, or other non-public destinations, enabling blind SSRF attacks.

Critical Impact

Attackers with task submission access can exploit the webhook callback mechanism to perform blind SSRF attacks, reaching internal HTTP(S) targets from the PinchTab server including cloud metadata endpoints and internal services.

Affected Products

  • PinchTab version 0.8.3
  • Deployments with the optional scheduler feature enabled
  • Tokenless deployments (increased exposure)

Discovery Timeline

  • 2026-03-26 - CVE-2026-33619 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33619

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in PinchTab's optional scheduler component within the webhook delivery functionality. The root issue stems from insufficient validation of user-supplied callbackUrl parameters when tasks are submitted via the POST /tasks endpoint. In the affected v0.8.3 release, the application only performed URL scheme validation (HTTP/HTTPS) without implementing proper destination restrictions.

The vulnerability allows attackers to craft malicious callback URLs targeting internal network resources, cloud metadata services (such as 169.254.169.254), or other sensitive endpoints accessible from the PinchTab server. The impact is somewhat mitigated by several factors: the scheduler is optional and disabled by default, token-protected deployments require the master API token for task submission, and PinchTab's default deployment model is local-first with loopback binding.

Root Cause

The vulnerability originated from incomplete URL validation in the webhook delivery path. The v0.8.3 implementation:

  1. Validated only the URL scheme (HTTP/HTTPS)
  2. Failed to reject loopback addresses (127.0.0.1, localhost)
  3. Did not block private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  4. Allowed link-local addresses (169.254.0.0/16)
  5. Used default HTTP client behavior that followed redirects
  6. Did not pin connections to validated IP addresses, allowing DNS rebinding attacks

Attack Vector

The attack requires network access and elevated privileges (task submission capability). An attacker with the ability to submit tasks can:

  1. Submit a task to POST /tasks with a malicious callbackUrl pointing to an internal target
  2. Wait for the task to reach a terminal state
  3. The scheduler automatically sends an HTTP POST to the attacker-controlled URL
  4. Internal services receive requests from the trusted PinchTab server

The security patch in v0.8.4 addressed these issues by implementing comprehensive callback target validation:

go
 		handleConfigGet(args[0])
 	},
 })
-	configCmd.AddCommand(&cobra.Command{
+	configSetCmd := &cobra.Command{
 	Use:   "set <path> <val>",
 	Short: "Set a config value (e.g., server.port 8080)",
 	Args:  cobra.ExactArgs(2),
 	Run: func(cmd *cobra.Command, args []string) {
 		handleConfigSet(args[0], args[1])
 	},
-})
+}
+// Allow values like "--no-sandbox --disable-gpu" after the config path.
+configSetCmd.Flags().SetInterspersed(false)
+configCmd.AddCommand(configSetCmd)
 configCmd.AddCommand(&cobra.Command{
 	Use:   "patch <json>",
 	Short: "Merge JSON into config",

Source: GitHub Commit c824574

Detection Methods for CVE-2026-33619

Indicators of Compromise

  • Outbound HTTP requests from PinchTab server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the PinchTab process
  • Unusual callbackUrl values in task submission logs containing loopback or private addresses
  • HTTP redirects being followed to internal destinations from webhook delivery

Detection Strategies

  • Monitor PinchTab task submission logs for callbackUrl parameters containing internal or loopback IP addresses
  • Implement network egress monitoring to detect outbound connections from the PinchTab server to private IP ranges
  • Deploy web application firewall rules to inspect and block suspicious callback URL patterns
  • Review PinchTab scheduler logs for webhook delivery attempts to non-public destinations

Monitoring Recommendations

  • Enable verbose logging for the PinchTab scheduler component to capture all webhook delivery attempts
  • Configure network intrusion detection systems (IDS) to alert on SSRF-characteristic traffic patterns
  • Implement DNS query logging to detect potential DNS rebinding attempts
  • Set up alerting for any outbound connections from PinchTab to RFC1918 private address ranges

How to Mitigate CVE-2026-33619

Immediate Actions Required

  • Upgrade PinchTab to version 0.8.4 or later immediately
  • Disable the optional scheduler feature if not required until patching is complete
  • Ensure token-based authentication is enabled on all PinchTab deployments
  • Review and audit existing task configurations for suspicious callbackUrl values
  • Implement network-level egress filtering to block outbound requests to internal IP ranges

Patch Information

The vulnerability was addressed in PinchTab v0.8.4 with comprehensive fixes including validation of callback targets before dispatch, rejection of non-public IP ranges, IP pinning for webhook delivery, disabling redirect following, and validation of callbackUrl during task submission. The patch is available via the GitHub Release v0.8.4. Additional technical details can be found in the GitHub Security Advisory GHSA-xqq2-4j46-vwp7.

Workarounds

  • Disable the scheduler feature entirely by removing or commenting out scheduler configuration
  • Implement network-level egress filtering to prevent the PinchTab server from reaching internal resources
  • Deploy a reverse proxy in front of PinchTab to validate and sanitize callback URLs before task submission
  • Use firewall rules to restrict outbound HTTP connections from the PinchTab server to an allowlist of known-safe external destinations
bash
# Example: iptables rules to block outbound connections to private ranges
iptables -A OUTPUT -m owner --uid-owner pinchtab -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner pinchtab -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner pinchtab -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner pinchtab -d 169.254.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner pinchtab -d 127.0.0.0/8 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPinchtab

  • SeverityMEDIUM

  • CVSS Score4.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Release v0.8.4

  • GitHub Security Advisory GHSA-xqq2-4j46-vwp7
  • Related CVEs
  • CVE-2026-33081: Pinchtab SSRF Vulnerability via /download

  • CVE-2026-30834: Pinchtab SSRF Vulnerability

  • CVE-2026-33623: PinchTab HTTP Server RCE Vulnerability

  • CVE-2026-33622: PinchTab Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English