Share
## https://sploitus.com/exploit?id=PACKETSTORM:176512
# Exploit Title: PHPJabbers Cinema Booking System v1.0 - No Rate Limit  
# Date: 19/12/2023  
# Exploit Author: BugsBD Limited  
# Discover by: Rahad Chowdhury  
# Vendor Homepage: https://www.phpjabbers.com/  
# Software Link: https://www.phpjabbers.com/cinema-booking-system/#sectionDemo  
# Version: v1.0  
# Tested on: Windows 10, Windows 11, Linux  
# CVE-2023-51334  
  
Descriptions:  
A lack of rate limiting in the "Login Section, Forgot Email" feature  
of PHPJabbers Cinema Booking System v1.0 allows attackers to send an  
excessive amount of reset requests for a legitimate user, leading to a  
possible Denial of Service (DoS) via a large amount of generated  
e-mail messages.  
  
Steps to Reproduce:  
1. Visit this URL  
https://demo.phpjabbers.com/1704804809_816/index.php?controller=pjAdmin&action=pjActionIndex  
2. Now use the account mail that is already registered on this website.  
3. Capture request data using burp suite and send it to Intruder Tab  
4. Configure Intruder and Start Attack  
5. Check your email.  
  
## Reproduce:  
[href](https://github.com/bugsbd/CVE/tree/main/2023/CVE-2023-51334)