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-2024-55417

CVE-2024-55417: DevDojo Voyager RCE Vulnerability

CVE-2024-55417 is a remote code execution vulnerability in DevDojo Voyager affecting versions through 1.8.0. Attackers can bypass file type verification to upload malicious web shells. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-55417 Overview

CVE-2024-55417 is an Unrestricted File Upload vulnerability (CWE-434) affecting DevDojo Voyager, a popular Laravel admin package through version 1.8.0. The vulnerability allows authenticated users to bypass file type verification when uploading files via the /admin/media/upload endpoint. Successful exploitation enables attackers to upload web shells and achieve arbitrary code execution on the server.

Critical Impact

Authenticated attackers can upload malicious web shells to gain remote code execution on the server, potentially compromising the entire application and underlying infrastructure.

Affected Products

  • Thecontrolgroup Voyager through version 1.8.0
  • DevDojo Voyager Laravel admin package (all versions up to and including 1.8.0)
  • Applications using the vulnerable VoyagerMediaController upload functionality

Discovery Timeline

  • 2025-01-30 - CVE-2024-55417 published to NVD
  • 2025-05-23 - Last updated in NVD database

Technical Details for CVE-2024-55417

Vulnerability Analysis

This vulnerability resides in the media upload functionality of DevDojo Voyager, specifically within the VoyagerMediaController.php file. The file type verification mechanism can be bypassed by authenticated users, allowing the upload of arbitrary file types including executable scripts. When a malicious PHP web shell is uploaded through the /admin/media/upload endpoint, it can be subsequently accessed and executed, granting the attacker full control over the web server.

The vulnerability is categorized under CWE-434 (Unrestricted Upload of File with Dangerous Type), which represents a common weakness where applications fail to properly restrict the types of files that can be uploaded. In this case, the insufficient validation allows attackers to circumvent intended security controls designed to prevent the upload of executable content.

Root Cause

The root cause of this vulnerability lies in the inadequate file type verification implemented in the VoyagerMediaController.php upload handler. The validation logic can be bypassed, allowing files with dangerous extensions (such as .php) to be uploaded to the server. The vulnerable code section is located around line 238 in the controller, where the file type checks fail to comprehensively prevent malicious file uploads. This allows authenticated users with media upload privileges to upload executable files that should normally be blocked.

Attack Vector

The attack vector is network-based and requires authentication. An attacker with valid credentials and media upload permissions can exploit this vulnerability by:

  1. Authenticating to the Voyager admin panel
  2. Navigating to the media management section
  3. Crafting a request to the /admin/media/upload endpoint with a malicious payload
  4. Bypassing the file type verification to upload a PHP web shell
  5. Accessing the uploaded web shell to execute arbitrary commands on the server

The exploitation requires low privileges (authenticated user with upload access) and no user interaction, making it relatively straightforward to exploit once an attacker has valid credentials.

For detailed technical analysis of this vulnerability, refer to the SonarSource Vulnerability Blog Post which provides comprehensive coverage of the vulnerable code path. The vulnerable code section can be examined in the GitHub VoyagerMediaController Code.

Detection Methods for CVE-2024-55417

Indicators of Compromise

  • Presence of unexpected .php, .phtml, or other executable files in media upload directories
  • Web server access logs showing requests to unusual files in the media storage path
  • File modification timestamps indicating recent uploads of executable content
  • Unusual outbound network connections from the web server process

Detection Strategies

  • Monitor file system events for creation of PHP or executable files in the Voyager media upload directory
  • Implement web application firewall (WAF) rules to detect web shell patterns in uploaded content
  • Review web server access logs for POST requests to /admin/media/upload followed by GET requests to newly created files
  • Deploy file integrity monitoring (FIM) on media directories to detect unauthorized file additions

Monitoring Recommendations

  • Enable detailed logging for the /admin/media/upload endpoint to capture all upload attempts
  • Configure alerts for file creation events in media directories that match executable file patterns
  • Implement regular security scans of upload directories for known web shell signatures
  • Monitor process execution originating from the web server user account for anomalous behavior

How to Mitigate CVE-2024-55417

Immediate Actions Required

  • Audit existing files in media upload directories for any suspicious or executable content
  • Restrict access to the Voyager admin panel to only trusted IP addresses
  • Review and minimize user accounts with media upload permissions
  • Implement additional server-side validation for file uploads at the web server level

Patch Information

Organizations using DevDojo Voyager should upgrade to a patched version that addresses this file upload bypass vulnerability. Check the official Voyager GitHub repository for the latest security updates. If no patch is currently available, implement the workarounds described below to reduce exposure until an official fix is released.

Workarounds

  • Configure the web server to disable PHP execution in the media upload directory using .htaccess or server configuration
  • Implement a whitelist of allowed file extensions at the web server level, blocking all executable types
  • Use a separate non-executable storage location or CDN for uploaded media files
  • Add custom middleware to perform additional file type validation before files reach the Voyager upload handler
bash
# Apache .htaccess configuration to disable PHP execution in upload directory
# Place this file in the Voyager media upload directory

# Disable PHP execution
<FilesMatch "\.php$">
    SetHandler none
    SetHandler default-handler
    Options -ExecCGI
    RemoveHandler .php
</FilesMatch>

# Alternative: Deny all script execution
<Files "*.php">
    Require all denied
</Files>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechThecontrolgroup Voyager

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability5.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-434
  • Technical References
  • GitHub VoyagerMediaController Code

  • SonarSource Vulnerability Blog Post
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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