The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-35393

CVE-2026-35393: Goshs Path Traversal Vulnerability

CVE-2026-35393 is a path traversal vulnerability in Goshs SimpleHTTPServer affecting POST multipart uploads. Attackers can exploit unsanitized directories. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-35393 Overview

CVE-2026-35393 is a critical path traversal vulnerability in goshs, a SimpleHTTPServer written in Go. Prior to version 2.0.0-beta.3, the POST multipart upload directory is not properly sanitized, allowing attackers to write files to arbitrary locations on the target system. This vulnerability has been fixed in version 2.0.0-beta.3.

Critical Impact

Unauthenticated remote attackers can exploit this path traversal flaw to upload files to arbitrary directories outside the intended upload path, potentially leading to remote code execution, system compromise, or data destruction.

Affected Products

  • goshs versions prior to 2.0.0-beta.3
  • goshs 2.0.0-beta1
  • goshs 2.0.0-beta2

Discovery Timeline

  • 2026-04-06 - CVE-2026-35393 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-35393

Vulnerability Analysis

This vulnerability arises from improper input validation in the multipart file upload functionality of goshs. When processing file uploads via POST requests, the application fails to sanitize the directory path specified in the multipart form data. This allows an attacker to use directory traversal sequences (such as ../) to escape the intended upload directory and write files to arbitrary locations on the file system.

The vulnerability is particularly severe because goshs is designed as a simple file server that may be deployed with elevated privileges or in sensitive environments. Successful exploitation requires no authentication and can be performed remotely over the network, making this a highly exploitable attack surface.

Root Cause

The root cause is a classic CWE-22 (Path Traversal) vulnerability where user-controlled input in the multipart upload request is not properly validated or sanitized before being used to construct file paths. The application directly concatenates user-supplied directory names without stripping or rejecting path traversal characters like .., /, or \.

Attack Vector

An attacker can exploit this vulnerability by sending a specially crafted POST multipart upload request to the goshs server. By including directory traversal sequences in the upload path parameter, the attacker can direct the server to write uploaded files to locations outside the designated upload directory.

The attack can be executed remotely over the network without any authentication. Potential exploitation scenarios include:

  • Writing malicious scripts to web-accessible directories
  • Overwriting configuration files to modify application behavior
  • Placing executable files in startup directories for persistence
  • Overwriting critical system files to cause denial of service

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35393

Indicators of Compromise

  • Unexpected files appearing in directories outside the goshs upload path
  • POST requests to goshs containing ../ or similar traversal sequences in multipart form data
  • Web server logs showing unusual file upload requests with encoded path characters (%2e%2e%2f)
  • Modified system or configuration files with timestamps corresponding to goshs activity

Detection Strategies

  • Monitor HTTP POST requests to goshs endpoints for path traversal patterns in multipart form data
  • Implement web application firewall (WAF) rules to detect and block ../ sequences in upload parameters
  • Audit file system changes in directories that should not receive uploads from goshs
  • Deploy file integrity monitoring on critical system directories

Monitoring Recommendations

  • Enable detailed logging for all goshs file operations including upload paths
  • Configure alerts for any file write operations outside the designated upload directory
  • Monitor network traffic for multipart POST requests containing suspicious path patterns
  • Regularly review goshs access logs for anomalous upload activity

How to Mitigate CVE-2026-35393

Immediate Actions Required

  • Upgrade goshs to version 2.0.0-beta.3 or later immediately
  • If immediate upgrade is not possible, consider temporarily disabling goshs file upload functionality
  • Audit systems for any signs of exploitation or unauthorized file modifications
  • Review file system permissions to limit the impact of potential path traversal attacks

Patch Information

The vulnerability is fixed in goshs version 2.0.0-beta.3. Users should upgrade to this version or later to remediate the vulnerability. The fix implements proper sanitization of the multipart upload directory path before file operations.

For detailed patch information, see the GitHub Security Advisory.

Workarounds

  • Run goshs with minimal file system permissions to limit the scope of potential exploitation
  • Deploy goshs behind a reverse proxy that filters path traversal sequences in requests
  • Restrict network access to goshs to trusted IP addresses only
  • Use containerization or sandboxing to isolate goshs from sensitive file system areas
bash
# Configuration example: Run goshs with restricted permissions
# Create a dedicated user with limited privileges
useradd -r -s /bin/false goshs-user

# Set restrictive permissions on upload directory
mkdir -p /var/goshs/uploads
chown goshs-user:goshs-user /var/goshs/uploads
chmod 750 /var/goshs/uploads

# Run goshs as the restricted user
sudo -u goshs-user goshs -d /var/goshs/uploads

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechGoshs

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35392: Goshs Path Traversal Vulnerability

  • CVE-2026-34581: goshs Authentication Bypass Vulnerability

  • CVE-2025-46816: goshs RCE Vulnerability via WebSockets
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