Cyber Resilience

CVE-2011-10026

CriticalPublic PoCRCE

Published: 20 August 2025

Published
20 August 2025
Modified
25 November 2025
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
EPSS Score 0.6864 98.6th percentile
Risk Priority 60 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2011-10026 is a critical-severity OS Command Injection (CWE-78) vulnerability in Spreecommerce Spree. Its CVSS base score is 9.3 (Critical).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2011-10026 is a remote command execution vulnerability in Spreecommerce versions prior to 0.50.x. The flaw exists in the API's search functionality due to improper input sanitization, enabling attackers to inject arbitrary shell commands via the search[instance_eval] parameter. This parameter is dynamically invoked using Ruby's send method, allowing execution of commands on the server. The vulnerability is classified under CWE-78 (OS Command Injection) with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Unauthenticated attackers can exploit this vulnerability remotely over the network without requiring privileges, user interaction, or special conditions. By crafting malicious requests to the search endpoint, they can achieve arbitrary command execution on the server, potentially leading to full system compromise, data exfiltration, or further lateral movement.

Advisories and references recommend upgrading to Spreecommerce 0.50.x or later to mitigate the issue, as detailed in the archived Spree blog post on security fixes from 2011. Additional resources include the Spree GitHub repository, a Metasploit Framework exploit module for spree_searchlogic_exec, Exploit-DB entry 17199, and a VulnCheck advisory on the Spreecommerce API RCE.

Public exploit code, including the Metasploit module and Exploit-DB PoC, has been available since around 2011, suggesting real-world exploitation potential for unpatched instances despite the CVE's 2025 publication date.

EU & UK References

Vulnerability details

Spreecommerce versions prior to 0.50.x contain a remote command execution vulnerability in the API's search functionality. Improper input sanitation allows attackers to inject arbitrary shell commands via the search[instance_eval] parameter, which is dynamically invoked using Ruby’s send method. This flaw…

more

enables unauthenticated attackers to execute commands on the server.

CWE(s)

Related Threats

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.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Direct unauthenticated RCE via public web API (T1190) enabling arbitrary command execution on the server (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-25758Same product: Spreecommerce Spree
CVE-2011-10019Same product: Spreecommerce Spree
CVE-2026-22589Same product: Spreecommerce Spree
CVE-2025-60962Shared CWE-78
CVE-2026-6942Shared CWE-78
CVE-2025-23316Shared CWE-78
CVE-2026-30880Shared CWE-78
CVE-2025-64124Shared CWE-78
CVE-2024-58274Shared CWE-78
CVE-2026-34188Shared CWE-78

Affected Assets

spreecommerce
spree
≤ 0.50.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the improper input sanitization in the API's search functionality by enforcing validation mechanisms to block command injection via the search[instance_eval] parameter.

prevent

Ensures timely remediation of the known flaw in Spreecommerce versions prior to 0.50.x through patching or upgrading, as recommended in advisories.

preventdetect

Boundary protection at external interfaces can inspect and filter malicious API requests attempting OS command injection before they reach the vulnerable search endpoint.

References