cve/2021/CVE-2021-24965.md

18 lines
974 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24965](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24965)
![](https://img.shields.io/static/v1?label=Product&message=Five%20Star%20Restaurant%20Reservations%20%E2%80%93%20WordPress%20Booking%20Plugin&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.4.8%3C%202.4.8%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Five Star Restaurant Reservations WordPress plugin before 2.4.8 does not have capability and CSRF checks in the rtb_welcome_set_schedule AJAX action, allowing any authenticated users to call it. Due to the lack of sanitisation and escaping, users with a role as low as subscriber could perform Cross-Site Scripting attacks against logged in admins
### POC
#### Reference
- https://wpscan.com/vulnerability/306ecf09-fdf0-449c-930c-9dfa58f0efc2
#### Github
No PoCs found on GitHub currently.