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-2025-25286

CVE-2025-25286: Islandora Crayfish Homarus RCE Vulnerability

CVE-2025-25286 is a remote code execution vulnerability in Islandora Crayfish Homarus microservice that allows attackers to execute arbitrary code via the /convert endpoint. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-25286 Overview

CVE-2025-25286 is a critical remote code execution vulnerability affecting the Homarus microservice within the Islandora Crayfish collection. Homarus provides FFmpeg as a microservice for Islandora 8 installations, and prior to version 4.1.0, certain configurations of web-accessible Homarus deployments are vulnerable to command injection attacks. The vulnerability stems from improper handling of CLI interpolation in the /convert endpoint, allowing attackers to execute arbitrary commands on the underlying server.

Critical Impact

Remote attackers can achieve full system compromise through command injection on Internet-exposed Homarus installations without requiring authentication in misconfigured deployments.

Affected Products

  • Islandora Crayfish versions prior to 4.1.0
  • Homarus microservice (FFmpeg-as-a-service component)
  • Islandora 8 installations with web-accessible Homarus endpoints

Discovery Timeline

  • 2025-02-13 - CVE-2025-25286 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2025-25286

Vulnerability Analysis

This vulnerability is classified under CWE-150 (Improper Neutralization of Escape, Meta, or Control Sequences). The root issue lies in how the Homarus microservice processes user-supplied input when constructing command-line arguments for FFmpeg operations. When requests are made to the /convert endpoint, user-controlled data is interpolated directly into shell commands without adequate sanitization, creating an attack surface for command injection.

The impact is particularly severe for Internet-facing deployments where the Homarus service is directly accessible. Successful exploitation grants attackers the ability to execute arbitrary code with the privileges of the web server process, potentially leading to complete system compromise, data exfiltration, lateral movement within the network, and persistent backdoor installation.

Root Cause

The vulnerability originates from improper neutralization of special characters and escape sequences in the CLI interpolation logic within the Homarus controller. User-supplied parameters passed to the /convert endpoint are not properly sanitized before being incorporated into shell commands executed by the FFmpeg backend. This allows specially crafted input containing shell metacharacters to break out of the intended command context and execute arbitrary system commands.

Attack Vector

The attack is network-based and targets the /convert endpoint exposed by the Homarus microservice. An attacker can craft malicious HTTP requests containing command injection payloads in request parameters or headers. When the vulnerable code processes these requests, the injected commands are executed on the server. The attack requires no authentication in configurations where the Authorization header validation is not strictly enforced, significantly lowering the barrier to exploitation.

The security patch addresses this vulnerability by updating the islandora/crayfish-commons dependency and improving input handling in the HomarusController.php:

text
     "require": {
         "ext-ctype": "*",
         "ext-iconv": "*",
-        "islandora/crayfish-commons": "^4.0",
+        "islandora/crayfish-commons": "^4.1",
         "lexik/jwt-authentication-bundle": "^2.18",
         "symfony/dotenv": "5.4.*",
         "symfony/flex": "^1.3.1",

Source: GitHub Commit Reference

The controller changes include additional input handling via Symfony's HeaderBag:

php
 use Islandora\Crayfish\Commons\CmdExecuteService;
 use Psr\Log\LoggerInterface;
 use Symfony\Component\HttpFoundation\BinaryFileResponse;
+use Symfony\Component\HttpFoundation\HeaderBag;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;

Source: GitHub Commit Reference

Detection Methods for CVE-2025-25286

Indicators of Compromise

  • Unusual HTTP requests to the Homarus /convert endpoint containing shell metacharacters (;, |, $(), backticks)
  • Unexpected child processes spawned by the FFmpeg or web server process
  • Anomalous outbound network connections from the Homarus service host
  • Web server logs showing requests with encoded command sequences in parameters or headers

Detection Strategies

  • Monitor web application firewall (WAF) logs for command injection patterns targeting /convert endpoints
  • Implement runtime application self-protection (RASP) to detect shell command injection attempts
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process chains originating from web services
  • Analyze HTTP request logs for unusual characters and encoding patterns indicative of injection attempts

Monitoring Recommendations

  • Enable detailed logging for the Homarus microservice and review logs for anomalous request patterns
  • Configure alerting for any unauthorized process execution by the web server user account
  • Monitor system integrity for unexpected file modifications or new file creation in web-accessible directories
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised Homarus hosts

How to Mitigate CVE-2025-25286

Immediate Actions Required

  • Upgrade to Islandora Crayfish version 4.1.0 or later immediately
  • Restrict network access to Homarus microservice endpoints to internal networks only
  • Configure strong authentication requirements in Crayfish to reject requests with invalid Authorization headers before CLI processing
  • Review web server and application logs for evidence of prior exploitation attempts

Patch Information

The vulnerability has been patched in islandora/crayfish:4.1.0. The fix updates the islandora/crayfish-commons dependency to version ^4.1 and implements proper input sanitization in the HomarusController.php. Organizations should apply the patch by updating their Crayfish installation to version 4.1.0 or later. For detailed patch information, refer to the GitHub Security Advisory and the security commit.

Workarounds

  • Block external Internet access to the Homarus microservice using firewall rules or reverse proxy configuration
  • Configure Crayfish authentication to strictly validate Authorization headers, rejecting invalid requests before reaching vulnerable code paths
  • Deploy a web application firewall (WAF) with command injection detection rules in front of Homarus endpoints
  • Implement network segmentation to isolate Homarus services from critical infrastructure
bash
# Example: Block external access to Homarus using iptables
# Allow only internal network (adjust IP range as needed)
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -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/TechIslandora

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-150
  • Technical References
  • GitHub Commit Reference

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-3215: Drupal Islandora XSS 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