mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 18:29:31 +02:00
19 lines
992 B
Markdown
19 lines
992 B
Markdown
### [CVE-2011-10026](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10026)
|
||

|
||

|
||
&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 Ruby’s 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.
|
||
|