### [CVE-2011-10019](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10019) ![](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-1321%20Improperly%20Controlled%20Modification%20of%20Object%20Prototype%20Attributes%20('Prototype%20Pollution')&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.60.2 contains a remote command execution vulnerability in its search functionality. The application fails to properly sanitize input passed via the search[send][] parameter, which is dynamically invoked using Ruby’s send method. This allows attackers to execute arbitrary shell commands on the server without authentication. ### POC #### Reference - https://www.exploit-db.com/exploits/17941 - https://www.vulncheck.com/advisories/spreecommerce-search-parameter-rce #### Github No PoCs found on GitHub currently.