The Cab Rental repository is a software system that provides a platform for individuals to rent vehicles for transportation. It is designed to offer an easy and seamless experience for users to book a ride.
Topic
Signup Page Misconfiguration Leading to File Download
Details
Security bug in the signup page of Cab Rental, where the signup page downloads the register.php file instead of processing the signup request. This vulnerability not only exposes sensitive server-side code but also indicates a misconfiguration that could lead to further exploitation.
Topic Signup Page Misconfiguration Leading to File Download
Details Security bug in the signup page of Cab Rental, where the signup page downloads the register.php file instead of processing the signup request. This vulnerability not only exposes sensitive server-side code but also indicates a misconfiguration that could lead to further exploitation.
Additional context
Steps to Reproduce
Navigate to the Signup Page: Go to the following URL:
https://07sumit1002.github.io/CabRental/signup.html.
Enter Credentials: Input any information in the signup fields.
Submit the Form: Click the submit button to attempt registering.
Observe the Behavior: Instead of processing the signup, observe that the
register.php
file is downloaded.