CVE-2011-10026
BaseFortify
Publication date: 2025-08-20
Last updated on: 2025-11-25
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spreecommerce | spree | to 0.50.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Spreecommerce versions prior to 0.50.x and allows remote command execution through the API's search functionality. Specifically, improper input sanitation in the search[instance_eval] parameter enables attackers to inject arbitrary shell commands. These commands are dynamically invoked using Ruby's send method, allowing unauthenticated attackers to execute commands on the server.
How can this vulnerability impact me? :
The vulnerability can allow unauthenticated attackers to execute arbitrary commands on the server hosting the Spreecommerce application. This can lead to full compromise of the server, unauthorized access to sensitive data, disruption of services, and potential further exploitation within the network.