## https://sploitus.com/exploit?id=PACKETSTORM:176486
# Exploit Title: PHPJabbers Hotel Booking System v4.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/hotel-booking-system/#sectionDemo
# Version: v4.0
# Tested on: Windows 10, Windows 11, Linux
# CVE-2023-51297
Descriptions:
PHPJabbers Hotel Booking System v4.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. Capture Request data using burp suite and send it to the Intruder tab.
5. Configure Intruder option and click attack
6. Check your email.
## Reproduce:
[href](https://github.com/bugsbd/CVE/tree/main/2023/CVE-2023-51297)
# Exploit Title: PHPJabbers Hotel Booking System v4.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/hotel-booking-system/#sectionDemo
# Version: v4.0
# Tested on: Windows 10, Windows 11, Linux
# CVE-2023-51301
Descriptions:
A lack of rate limiting in the "Login Section, Forgot Email" feature
of PHPJabbers Hotel Booking System v4.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/1704785729_537/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-51301)