Submit #52207: Hospital Management Center has a CSRF vulnerabilityinfo

TitleHospital Management Center has a CSRF vulnerability
DescriptionOn the page appointment. php, the input information is submitted to the appointment connect. php through the POST request. The follow-up code is displayed in the appointment connect PHP page, the 16th line of code - the 29th line of code, the information entered by the user is assigned to the corresponding variable, and then inserted into the database, and the program judges if mysqli_ If the query is executed successfully, the data is successfully inserted into the database. The user login status is not verified, so CSRF vulnerability is caused
Source⚠️ https://github.com/golamsarwar08/hms/issues/2
User
 ace. (UID 34853)
Submission11/15/2022 12:50 (4 years ago)
Moderation11/16/2022 08:48 (20 hours later)
StatusAccepted
VulDB entry213787 [Hospital Management Center appointment.php cross-site request forgery]
Points20

Do you want to use VulDB in your project?

Use the official API to access entries easily!

n $_SERVER['REMOTE_ADDR'] ?? '0.0.0.0'; } } ?>