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

CVE-2026-0963: Crafty Controller RCE Vulnerability

CVE-2026-0963 is a remote code execution vulnerability in Crafty Controller's File Operations API that allows authenticated attackers to tamper with files via path traversal. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2026-0963 Overview

An input neutralization vulnerability exists in the File Operations API Endpoint component of Crafty Controller that allows a remote, authenticated attacker to perform file tampering and remote code execution via path traversal. This vulnerability stems from improper neutralization of special elements used in file path operations (CWE-22), enabling attackers with valid credentials to escape intended directory restrictions and access or modify arbitrary files on the underlying system.

Critical Impact

Authenticated attackers can leverage this path traversal flaw to read sensitive configuration files, overwrite critical system files, or achieve full remote code execution on servers running Crafty Controller.

Affected Products

  • Crafty Controller (File Operations API Endpoint component)
  • Crafty Controller 4.x versions (see vendor advisory for specific versions)

Discovery Timeline

  • 2026-01-30 - CVE CVE-2026-0963 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-0963

Vulnerability Analysis

This path traversal vulnerability affects the File Operations API Endpoint in Crafty Controller, a web-based Minecraft server management platform. The vulnerability exists due to insufficient input neutralization when processing file path parameters in API requests. When authenticated users interact with file management functionality, the application fails to properly sanitize path components, allowing directory traversal sequences (such as ../) to escape the intended working directory.

The attack requires authentication, meaning an attacker must have valid credentials to the Crafty Controller interface. However, once authenticated—even with low-privilege access—the attacker can manipulate file path parameters to access files outside the designated server directories. This can lead to reading sensitive configuration files, modifying server scripts, or placing malicious files in executable locations to achieve remote code execution.

The scope of this vulnerability extends beyond the vulnerable component itself, potentially impacting the underlying operating system and other applications hosted on the same server. This cross-system impact significantly elevates the severity of successful exploitation.

Root Cause

The root cause is improper neutralization of special elements in file path inputs (CWE-22 - Path Traversal). The File Operations API Endpoint does not adequately validate or sanitize user-supplied path parameters before using them in file system operations. This allows attackers to inject directory traversal sequences that navigate outside the intended directory boundaries, bypassing access controls implemented at the application layer.

Attack Vector

The attack is conducted over the network against the Crafty Controller web interface. An attacker with valid authentication credentials can craft malicious API requests to the File Operations endpoint containing path traversal sequences. The attack requires no user interaction and can be executed with low-privilege authentication.

The exploitation flow typically involves:

  1. Authenticating to the Crafty Controller interface with valid credentials
  2. Identifying the vulnerable File Operations API endpoint
  3. Crafting requests with manipulated file path parameters containing traversal sequences
  4. Reading sensitive files (information disclosure) or writing malicious content to achieve code execution

For detailed technical information about the vulnerability mechanism and affected code paths, refer to the GitLab Issue Discussion where the vulnerability was documented.

Detection Methods for CVE-2026-0963

Indicators of Compromise

  • API requests to File Operations endpoints containing unusual path sequences such as ../, ..%2f, or URL-encoded variants
  • Access logs showing authenticated users requesting files outside normal server directories
  • Unexpected file modifications in system directories or configuration files
  • Presence of suspicious files in web-accessible or executable directories on the Crafty Controller server

Detection Strategies

  • Monitor Crafty Controller API logs for requests containing path traversal patterns (../, ..\\, encoded variants)
  • Implement web application firewall rules to detect and block directory traversal attempts in API parameters
  • Configure file integrity monitoring on critical system files and Crafty Controller configuration directories
  • Review authentication logs for unusual access patterns that may indicate compromised credentials being used for exploitation

Monitoring Recommendations

  • Enable detailed logging for all File Operations API endpoint requests in Crafty Controller
  • Implement real-time alerting for file system access attempts outside designated Minecraft server directories
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious file operations initiated by the Crafty Controller process
  • Establish baseline behavior for authenticated users and alert on anomalous file access patterns

How to Mitigate CVE-2026-0963

Immediate Actions Required

  • Restrict network access to the Crafty Controller interface to trusted IP addresses only
  • Review and audit all user accounts with access to Crafty Controller, removing unnecessary accounts and enforcing strong authentication
  • Implement additional access controls at the network or reverse proxy level to limit File Operations API access
  • Monitor for any signs of exploitation while awaiting official patches

Patch Information

Consult the GitLab Issue Discussion for official patch information and updated versions from the Crafty Controller development team. Update to the latest patched version as soon as it becomes available.

Workarounds

  • Place Crafty Controller behind a reverse proxy with web application firewall capabilities that can filter path traversal attempts
  • Restrict the Crafty Controller process to run with minimal file system permissions using operating system-level access controls
  • Implement network segmentation to isolate the Crafty Controller server from sensitive systems
  • Disable or restrict access to the File Operations API functionality if not required for operations
bash
# Example: Restrict Crafty Controller network access using iptables
# Allow access only from trusted management network
iptables -A INPUT -p tcp --dport 8443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -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/TechCrafty Controller

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitLab Issue Discussion
  • Related CVEs
  • CVE-2025-14700: Crafty Controller RCE Vulnerability

  • CVE-2024-1064: Crafty Controller Host Header DoS Flaw
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