cve/2021/CVE-2021-37330.md
2024-06-18 02:51:15 +02:00

18 lines
784 B
Markdown

### [CVE-2021-37330](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37330)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Laravel Booking System Booking Core 2.0 is vulnerable to Cross Site Scripting (XSS). The Avatar upload in the My Profile section could be exploited to upload a malicious SVG file which contains Javascript. Now if another user/admin views the profile and clicks to view his avatar, an XSS will trigger.
### POC
#### Reference
- https://www.navidkagalwalla.com/booking-core-vulnerabilities
#### Github
No PoCs found on GitHub currently.