Share
## https://sploitus.com/exploit?id=PACKETSTORM:176492
# Exploit Title: PHPJabbers Car Park Booking System v3.0 - Missing Rate Limiting  
# Date: 19/12/2023  
# Exploit Author: BugsBD Limited  
# Discover by: Rahad Chowdhury  
# Vendor Homepage: https://www.phpjabbers.com/  
# Software Link: https://www.phpjabbers.com/car-park-booking/#sectionDemo  
# Version: v3.0  
# Tested on: Windows 10, Windows 11, Linux  
# CVE-2023-51309  
  
Descriptions:  
PHPJabbers Car Park Booking System v3.0 is vulnerable to Rate  
limiting. Rate limiting is implemented in web applications and APIs to  
prevent abuse, such as brute-force attacks or excessive requests that  
could lead to resource exhaustion. When a rate limit is bypassed or  
not properly enforced, it opens the door for attackers to carry out  
malicious activities more quickly than intended, potentially leading  
to unauthorized access, data breaches, or service disruption.  
  
Steps to Reproduce:  
  
1. Login to your dashboard.  
2. Goto System Options Menu then open the Email Settings section.  
3. Now use any email and name in the Email address and Name field.  
4. Check your email.  
  
## Reproduce:  
[href](https://github.com/bugsbd/CVE/tree/main/2023/CVE-2023-51309)  
  
  
# Exploit Title: PHPJabbers Car Park Booking System v3.0 - No Rate Limit on Login Panel  
# Date: 19/12/2023  
# Exploit Author: BugsBD Limited  
# Discover by: Rahad Chowdhury  
# Vendor Homepage: https://www.phpjabbers.com/  
# Software Link: https://www.phpjabbers.com/car-park-booking/#sectionDemo  
# Version: v3.0  
# Tested on: Windows 10, Windows 11, Linux  
# CVE-2023-51310  
  
A lack of rate limiting in the "Login Section, Forgot Email" feature  
of PHPJabbers Car Park Booking System v3.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/1704799030_754/index.php?controller=pjBase&action=pjActionLogin  
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-51310)