### [CVE-2022-23072](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23072) ![](https://img.shields.io/static/v1?label=Product&message=recipes&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%201.0.5%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen) ### Description In Recipes, versions 1.0.5 through 1.2.5 are vulnerable to Stored Cross-Site Scripting (XSS), in “Add to Cart” functionality. When a victim accesses the food list page, then adds a new Food with a malicious javascript payload in the ‘Name’ parameter and clicks on the Add to Shopping Cart icon, an XSS payload will trigger. A low privileged attacker will have the victim's API key and can lead to admin's account takeover. ### POC #### Reference - https://www.mend.io/vulnerability-database/CVE-2022-23072 #### Github No PoCs found on GitHub currently.