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

CVE-2026-6143: cc-switch ProxyServer RCE Vulnerability

CVE-2026-6143 is a remote code execution flaw in cc-switch ProxyServer affecting versions up to 3.12.3. A permissive cross-domain policy allows remote attacks. This article covers technical details, impact, and mitigations.

Published: April 17, 2026

CVE-2026-6143 Overview

A security flaw has been discovered in farion1231 cc-switch up to version 3.12.3. This vulnerability affects functionality within the file src-tauri/src/proxy/server.rs of the ProxyServer component. The manipulation results in a permissive cross-domain policy with untrusted domains, allowing attackers to bypass origin validation mechanisms. The attack can be executed remotely, and an exploit has been released to the public and may be used for attacks.

Critical Impact

Remote attackers can exploit the permissive cross-domain policy to bypass security boundaries, potentially enabling unauthorized access to resources or data exfiltration through cross-origin requests from untrusted domains.

Affected Products

  • farion1231 cc-switch versions up to and including 3.12.3
  • ProxyServer component (src-tauri/src/proxy/server.rs)
  • Tauri-based desktop applications utilizing the affected proxy server functionality

Discovery Timeline

  • April 13, 2026 - CVE-2026-6143 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6143

Vulnerability Analysis

This vulnerability is classified as CWE-346 (Origin Validation Error), which occurs when an application does not properly verify that the source of data or communication is valid. In the context of cc-switch, the ProxyServer component located in src-tauri/src/proxy/server.rs fails to properly validate cross-origin requests, implementing an overly permissive cross-domain policy that accepts requests from untrusted domains.

The vulnerability allows remote attackers to interact with the proxy server from any origin, bypassing the same-origin policy protections that should restrict cross-domain communications. This is particularly concerning in Tauri applications, which bridge web technologies with native desktop capabilities, as an attacker could potentially leverage the proxy functionality to access resources that should be restricted.

Root Cause

The root cause lies in improper implementation of origin validation within the ProxyServer component. The code fails to adequately restrict which domains are permitted to make cross-origin requests to the proxy server. This may stem from overly permissive CORS (Cross-Origin Resource Sharing) headers, missing origin checks, or accepting wildcard origins without proper domain validation. The affected file src-tauri/src/proxy/server.rs does not enforce strict origin policies, allowing untrusted domains to communicate with the proxy server.

Attack Vector

The attack is network-based and can be executed remotely. An attacker can craft malicious web content that makes cross-origin requests to a victim's running cc-switch application. Since the proxy server does not properly validate the origin of incoming requests, the attacker's malicious domain can interact with the proxy server as if it were a trusted origin.

The exploitation scenario involves hosting malicious content on an attacker-controlled domain that targets users running vulnerable versions of cc-switch. When a victim visits the attacker's website while cc-switch is running, the malicious page can make requests to the local proxy server, potentially allowing data exfiltration, configuration manipulation, or abuse of proxy functionality.

For technical details on the vulnerability mechanism and exploitation, see the GitHub Issue #1841 and the VulDB entry #357007.

Detection Methods for CVE-2026-6143

Indicators of Compromise

  • Unexpected cross-origin requests to the local proxy server from untrusted external domains
  • Unusual network traffic patterns originating from the cc-switch application to external endpoints
  • Log entries showing requests with suspicious or unexpected Origin headers
  • Web requests from unknown domains targeting the ProxyServer component

Detection Strategies

  • Monitor network traffic for cross-origin requests to the cc-switch proxy server from untrusted domains
  • Implement application-level logging to capture and analyze Origin headers on incoming requests
  • Deploy browser-based security tools that alert on suspicious cross-origin communications
  • Use network intrusion detection systems (IDS) to identify unusual traffic patterns associated with the proxy server

Monitoring Recommendations

  • Enable verbose logging in the cc-switch application to capture all incoming proxy requests
  • Monitor system logs for any anomalous behavior related to the Tauri application runtime
  • Implement alerting for requests originating from unknown or suspicious domains
  • Regularly review proxy server access logs for patterns indicating exploitation attempts

How to Mitigate CVE-2026-6143

Immediate Actions Required

  • Update cc-switch to a version newer than 3.12.3 once a patched release becomes available
  • Review the GitHub Pull Request #1915 which addresses this vulnerability
  • Restrict network access to the cc-switch proxy server where possible using local firewall rules
  • Consider disabling the ProxyServer component if it is not essential to your workflow

Patch Information

A fix for this vulnerability has been submitted via Pull Request #1915 on the cc-switch GitHub repository. Users should monitor the repository for the release of a patched version and update as soon as it becomes available. The patch addresses the origin validation issues in the src-tauri/src/proxy/server.rs file by implementing proper cross-domain policy restrictions.

For additional vulnerability intelligence and tracking, refer to VulDB #357007.

Workarounds

  • Implement local firewall rules to restrict incoming connections to the proxy server to trusted sources only
  • Avoid browsing untrusted websites while cc-switch is running
  • If possible, configure the proxy server to bind only to localhost (127.0.0.1) to prevent remote exploitation
  • Consider running cc-switch in an isolated environment or virtual machine to limit exposure
bash
# Example: Restrict access to local proxy using iptables (Linux)
# Block external connections to the proxy server port (adjust port number as needed)
iptables -A INPUT -p tcp --dport <PROXY_PORT> ! -s 127.0.0.1 -j DROP

# Verify the rule is in place
iptables -L INPUT -n -v

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFarion

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-346
  • Technical References
  • GitHub PoC Repository

  • GitHub Issue Tracker

  • GitHub Issue Detail

  • GitHub Pull Request

  • VulDB Submission

  • VulDB #357007

  • VulDB Threat Intelligence
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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