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-33623

CVE-2026-33623: PinchTab HTTP Server RCE Vulnerability

CVE-2026-33623 is a Windows-only command injection vulnerability in PinchTab HTTP Server that enables authenticated attackers to execute arbitrary PowerShell commands. This article covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33623 Overview

CVE-2026-33623 is a command injection vulnerability affecting PinchTab, a standalone HTTP server designed to give AI agents direct control over a Chrome browser. The vulnerability exists in version 0.8.4 specifically within the Windows-only orphaned Chrome cleanup path. When an instance is stopped, the Windows cleanup routine constructs a PowerShell -Command string using a needle derived from the profile path. The string interpolation mechanism escapes backslashes but fails to safely neutralize other PowerShell metacharacters, potentially allowing attackers to execute arbitrary PowerShell commands on the Windows host.

Critical Impact

Authenticated attackers with administrative-equivalent API access can execute arbitrary PowerShell commands on Windows hosts in the security context of the PinchTab process user.

Affected Products

  • PinchTab v0.8.4 (Windows only)
  • PinchTab versions prior to v0.8.5

Discovery Timeline

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

Technical Details for CVE-2026-33623

Vulnerability Analysis

This command injection vulnerability (CWE-78) resides in PinchTab's Windows-specific cleanup routine for orphaned Chrome browser instances. The vulnerability is not an unauthenticated internet RCE; exploitation requires authenticated, administrative-equivalent API access to instance lifecycle endpoints. The resulting command execution inherits the permissions of the PinchTab OS user rather than bypassing host privilege boundaries.

The attack scenario involves an attacker who can launch an instance using a specially crafted profile name and subsequently trigger the cleanup path. This requires prior access to the PinchTab API with sufficient privileges to manage instance lifecycles.

Root Cause

The root cause is improper input validation in the PowerShell command string construction. While the code properly escapes backslashes in the needle parameter derived from the profile path, it does not neutralize other PowerShell metacharacters such as backticks, dollar signs, parentheses, and semicolons. This incomplete sanitization allows specially crafted profile names to break out of the intended command context and inject arbitrary PowerShell syntax.

Attack Vector

The attack vector is network-based, requiring authenticated access to PinchTab's administrative API endpoints. An attacker must:

  1. Obtain authenticated access to PinchTab's instance lifecycle API endpoints
  2. Create an instance with a maliciously crafted profile name containing PowerShell metacharacters
  3. Trigger the Windows cleanup path (e.g., by stopping the instance)
  4. Achieve command execution in the context of the PinchTab process user

The security patch introduces the safelog package and adjusts runtime safety configurations. Below is a portion of the patch:

go
 	"github.com/pinchtab/pinchtab/internal/cli"
 	"github.com/pinchtab/pinchtab/internal/config"
+	"github.com/pinchtab/pinchtab/internal/safelog"
 	"github.com/pinchtab/pinchtab/internal/server"
 	"github.com/spf13/cobra"
)

Source: GitHub Commit Details

Detection Methods for CVE-2026-33623

Indicators of Compromise

  • Unusual PowerShell process spawned as a child of the PinchTab process
  • API requests to instance lifecycle endpoints containing special characters in profile names
  • Unexpected command execution patterns following PinchTab instance termination on Windows hosts

Detection Strategies

  • Monitor for PowerShell processes spawned by PinchTab with suspicious command-line arguments containing metacharacters
  • Audit API access logs for instance creation requests with unusual profile naming patterns
  • Implement application-level logging for profile path values passed to the cleanup routine
  • Use endpoint detection solutions to identify command injection patterns in PowerShell execution

Monitoring Recommendations

  • Enable enhanced logging on PinchTab instance lifecycle operations
  • Configure Windows event logging to capture PowerShell script block execution (Event ID 4104)
  • Implement API request filtering to detect and alert on profile names containing PowerShell metacharacters

How to Mitigate CVE-2026-33623

Immediate Actions Required

  • Upgrade PinchTab to version 0.8.5 or later immediately
  • Review API access controls and restrict administrative access to instance lifecycle endpoints
  • Audit existing profile names for any suspicious patterns or metacharacters
  • Monitor for signs of exploitation on Windows hosts running affected versions

Patch Information

The vulnerability has been patched in PinchTab version 0.8.5. The fix tightens the instance API, implements runtime safety caps, and improves security posture. For detailed patch information, refer to the GitHub Security Advisory GHSA-p8mm-644p-phmh and the commit that addresses this issue.

Workarounds

  • Restrict network access to PinchTab API endpoints to trusted sources only
  • Implement input validation at the API layer to reject profile names containing PowerShell metacharacters
  • Run PinchTab with minimal OS user privileges to limit the impact of potential command execution
  • Consider using Linux hosts instead of Windows until the patch can be applied
bash
# Restrict PinchTab API access to localhost only (temporary workaround)
# Configure firewall to block external access to PinchTab port
netsh advfirewall firewall add rule name="Block PinchTab External" dir=in action=block protocol=tcp localport=<PINCHTAB_PORT> remoteip=any
netsh advfirewall firewall add rule name="Allow PinchTab Localhost" dir=in action=allow protocol=tcp localport=<PINCHTAB_PORT> remoteip=127.0.0.1

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPinchtab

  • SeverityMEDIUM

  • CVSS Score6.7

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

  • GitHub Security Advisory GHSA-p8mm-644p-phmh
  • Related CVEs
  • CVE-2026-33622: PinchTab Server RCE Vulnerability

  • CVE-2026-33621: PinchTab Auth Bypass Vulnerability

  • CVE-2026-33620: PinchTab Information Disclosure Flaw

  • CVE-2026-33619: PinchTab HTTP Server SSRF 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