
CVE-2025-25965 is a newly discovered CSRF vulnerability in the Phpgurukul Online Banquet Booking System v1.2, allowing remote attackers to change a user’s email address without their consent by exploiting an authenticated session.
Cross-Site Request Forgery (CSRF) remains one of the most overlooked yet dangerous vulnerabilities affecting web applications today. CVE-2025-25965 is a newly discovered CSRF vulnerability in the Phpgurukul Online Banquet Booking System v1.2, allowing remote attackers to change a user’s email address without their consent by exploiting an authenticated session.
CVE ID: CVE-2025-25965
Vulnerability Type: Cross-Site Request Forgery (CSRF)
Affected Product: Online Banquet Booking System - v1.2
Affected Component: User Profile Update Functionality (profile.php)
Impact: Unauthorized Account Modifications
Attack Type: Remote
Severity: High
Discoverer: Sakib Shaikh
To demonstrate the impact, follow these step-by-step instructions:
Install and configure the Online Banquet Booking System v1.2 on a local server.
Log in with provided credentials by PHPGurukul.
Navigate to user profile section
Change email address and Intercept that request in the Burp Suite.
Notice there is no CSRF Token.
Generate a CSRF Payload and open that on Incognito mode.
Notice that your email gets changed.
The vulnerability occurs because the application does not implement CSRF protection mechanisms, such as CSRF tokens, in the profile update functionality. This allows an attacker to trick an authenticated user into unknowingly executing a malicious request that changes their email address.
https://phpgurukul.com/online-banquet-booking-system-using-php-and-mysql/