Sploitus

Exploit for Cross-site Scripting in Tastyigniter

githubexploit · 2021-08-12

Exploit Code

README23 lines
## https://sploitus.com/exploit?id=E3CDE7B1-1E15-50F1-B3A2-6732BB08C64E
# CVE-2021-38699: Stored XSS in TastyIgniter v3.0.7 Restaurtant CMS

Stored authenticated cross-site scripting exists in the in TastyIgniter v3.0.7 Restaurtant CMS System Logs section of the web application. 

https://vulners.com/cve/CVE-2021-38699

## POC

1) Execute reflective cross site scripting elsewhere in the web app (see https://github.com/HuskyHacks/CVE-2021-38699-Reflected-XSS).
2) Navigate to the System Logs section
3) XSS payload should trigger.
4) Refresh the page.
5) XSS payload should trigger.


![image](https://user-images.githubusercontent.com/57866415/129279131-a47b3334-0b92-487a-9e71-98411a2eb69b.png)
![image](https://user-images.githubusercontent.com/57866415/129279255-bc4d40ee-17d2-4c14-8a1b-7fc77be3ea2c.png)

## Discovery
 August 2021
- Matt Kiely | HuskyHacks
- Justin White (https://github.com/Justin-1993/CVE-2021-38699 & https://pentesternotes.com/?p=209)