Files
CVEs-PoC/2011/CVE-2011-10026.md
T
2025-09-29 21:09:30 +02:00

19 lines
992 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2011-10026](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10026)
![](https://img.shields.io/static/v1?label=Product&message=Spreecommerce&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-94%20Improper%20Control%20of%20Generation%20of%20Code%20('Code%20Injection')&color=brightgreen)
### Description
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 Rubys send method. This flaw enables unauthenticated attackers to execute commands on the server.
### POC
#### Reference
- https://www.exploit-db.com/exploits/17199
- https://www.vulncheck.com/advisories/spreecommerce-api-rce
#### Github
No PoCs found on GitHub currently.