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

CVE-2026-4830: Kalcaddle KodBox RCE Vulnerability

CVE-2026-4830 is a remote code execution flaw in Kalcaddle KodBox 1.64 caused by unrestricted file upload in the Public Share Handler. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-4830 Overview

A vulnerability has been identified in kalcaddle kodbox version 1.64 that allows unrestricted file upload through the Public Share Handler component. The vulnerability exists in the Add function within the file app/controller/explorer/userShare.class.php. This improper access control flaw enables remote attackers to upload arbitrary files to the target system, potentially leading to remote code execution or other malicious activities.

Critical Impact

Remote attackers can exploit this unrestricted file upload vulnerability to upload malicious files to vulnerable kodbox installations, potentially gaining unauthorized access or executing arbitrary code on the server.

Affected Products

  • kalcaddle kodbox 1.64
  • kodbox Public Share Handler component
  • app/controller/explorer/userShare.class.php - Add function

Discovery Timeline

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

Technical Details for CVE-2026-4830

Vulnerability Analysis

This vulnerability is classified under CWE-284 (Improper Access Control), indicating that the application fails to properly restrict user actions or enforce authorization checks during the file upload process. The vulnerability resides in the Public Share Handler functionality of kodbox, specifically within the Add function located in app/controller/explorer/userShare.class.php.

The exploitation of this vulnerability is characterized as having high complexity, meaning that while the attack can be executed remotely over the network, successfully exploiting the flaw requires specific conditions to be met or additional knowledge about the target environment. An exploit has been publicly disclosed, increasing the risk profile for unpatched installations.

According to the CVE disclosure, the vendor (kalcaddle) was contacted regarding this vulnerability but did not respond, leaving users without an official patch at the time of publication.

Root Cause

The root cause of this vulnerability is improper access control in the file upload functionality. The Add function in the userShare.class.php file does not adequately validate or restrict file uploads through the public share mechanism. This allows attackers to bypass intended security restrictions and upload files that should otherwise be blocked, such as executable scripts or malicious payloads.

Attack Vector

The attack is network-based, allowing remote exploitation without requiring authentication. The attacker targets the Public Share Handler component by sending crafted requests to the Add function endpoint. Despite the high complexity rating, the attack requires no user interaction and no special privileges, making any publicly accessible kodbox instance a potential target.

The exploitation flow involves:

  1. Identifying a vulnerable kodbox installation (version 1.64)
  2. Crafting malicious file upload requests targeting the public share functionality
  3. Bypassing insufficient access controls to upload arbitrary files
  4. Potentially achieving code execution if uploaded files can be executed by the web server

For detailed technical analysis and proof-of-concept information, refer to the VulnPlus Note documentation and VulDB entry #353127.

Detection Methods for CVE-2026-4830

Indicators of Compromise

  • Unexpected files appearing in kodbox storage directories, particularly executable scripts (.php, .phtml, .asp, .aspx)
  • Anomalous HTTP POST requests to /app/controller/explorer/userShare.class.php or related share endpoints
  • Web server logs showing unusual file upload activity to public share paths
  • Presence of webshells or backdoor files in upload directories

Detection Strategies

  • Monitor HTTP traffic for POST requests targeting the public share handler with suspicious file extensions
  • Implement file integrity monitoring on kodbox installation directories to detect unauthorized file additions
  • Review web application firewall (WAF) logs for attempts to upload executable content through share functionality
  • Deploy SentinelOne Singularity Platform for real-time endpoint detection of malicious file uploads and subsequent execution attempts

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in kodbox
  • Configure alerts for file uploads containing executable content or suspicious file extensions
  • Monitor for process execution originating from web-accessible directories
  • Implement regular security audits of shared folders and uploaded content

How to Mitigate CVE-2026-4830

Immediate Actions Required

  • Restrict public access to kodbox instances until a patch is available
  • Implement web application firewall (WAF) rules to block suspicious file upload attempts to share endpoints
  • Disable or restrict the Public Share feature if not required for business operations
  • Review and audit existing uploaded files for malicious content

Patch Information

At the time of publication, the vendor (kalcaddle) has not responded to disclosure attempts and no official patch is available. Users should monitor the official kodbox repository for security updates. Until an official fix is released, implementing workarounds and compensating controls is strongly recommended.

Relevant vulnerability tracking information is available at VulDB #353127 and VulDB Submission #775479.

Workarounds

  • Disable public sharing functionality by modifying the application configuration or removing access to the userShare.class.php controller
  • Implement strict file type validation at the web server level to reject executable files
  • Configure upload directories with restrictive permissions to prevent script execution
  • Place vulnerable kodbox instances behind VPN or authentication gateway to limit exposure
bash
# Configuration example - Restrict executable uploads in Apache
<Directory "/path/to/kodbox/data">
    # Deny execution of scripts in upload directories
    <FilesMatch "\.(php|phtml|php5|php7|asp|aspx|cgi|pl|py)$">
        Deny from all
    </FilesMatch>
    # Alternative for Apache 2.4+
    # Require all denied
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechKalcaddle

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • VulDB CTI ID #353127

  • VulDB #353127

  • VulDB Submission #775479

  • VulnPlus Note Sharing
  • Related CVEs
  • CVE-2026-4591: Kalcaddle KodBox RCE Vulnerability

  • CVE-2026-2560: KodBox RCE Vulnerability

  • CVE-2026-1066: Kalcaddle KodBox RCE Vulnerability

  • CVE-2026-5618: Kalcaddle KodBox 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