Cyber Posture

CVE-2025-25286

Critical

Published: 13 February 2025

Published
13 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0438 89.0th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-25286 is a critical-severity Improper Neutralization of Escape, Meta, or Control Sequences (CWE-150) vulnerability. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 11.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SC-7 (Boundary Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the RCE vulnerability by applying the patch in Crayfish version 4.1.0.

prevent

Enforces authentication and authorization mechanisms to reject requests with invalid Authorization headers before CLI interpolation in the /convert endpoint.

prevent

Monitors and controls communications at system boundaries to prevent general Internet access to the web-accessible Homarus microservice.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is a remote code execution flaw in a publicly accessible web microservice (/convert endpoint) exploitable with no authentication or user interaction, directly enabling T1190: Exploit Public-Facing Application for initial access and arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

Crayfish is a collection of Islandora 8 microservices, one of which, Homarus, provides FFmpeg as a microservice. Prior to Crayfish version 4.1.0, remote code execution may be possible in web-accessible installations of Homarus in certain configurations. The issue has been…

more

patched in `islandora/crayfish:4.1.0`. Some workarounds are available. The exploit requires making a request against the Homarus's `/convert` endpoint; therefore, the ability to exploit is much reduced if the microservice is not directly accessible from the Internet, so: Prevent general access from the Internet from hitting Homarus. Alternatively or additionally, configure auth in Crayfish to be more strongly required, such that requests with `Authorization` headers that do not validate are rejected before the problematic CLI interpolation occurs.

Deeper analysisAI

CVE-2025-25286 is a remote code execution vulnerability in the Homarus microservice, part of Crayfish, which provides FFmpeg functionality as one of several Islandora 8 microservices. The flaw affects web-accessible installations of Homarus prior to Crayfish version 4.1.0 in certain configurations, stemming from issues mapped to CWE-150 and CWE-157. It carries a CVSS 3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its network accessibility and high impacts on confidentiality, integrity, and availability.

Attackers require no privileges or user interaction and can exploit the vulnerability by sending crafted requests to Homarus's /convert endpoint. Successful exploitation enables remote code execution on the affected system, potentially allowing full compromise in exposed environments.

The vulnerability is patched in islandora/crayfish:4.1.0, as detailed in the project's GitHub commit and security advisory. Workarounds include restricting general Internet access to Homarus to reduce exploitability or configuring stronger authentication in Crayfish to reject requests with invalid Authorization headers before the problematic CLI interpolation occurs.

Details

CWE(s)

Affected Products

Crayfish
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-0975Shared CWE-150
CVE-2025-55754Shared CWE-150
CVE-2026-21521Shared CWE-150
CVE-2026-26149Shared CWE-150
CVE-2026-3108Shared CWE-150
CVE-2025-1692Shared CWE-150
CVE-2025-15311Shared CWE-150
CVE-2026-25996Shared CWE-150
CVE-2026-25063Shared CWE-157
CVE-2024-52005Shared CWE-150

References