CVE-2023-31936: SQL Injection
Sql injection vulnerability found in Rail Pass Management System v.1.0 allows a remote attacker to execute arbitrary code via the viewid parameter of the view-pass-detail.php file.
Affected Software
Event History
Frequently Asked Questions
What is the vulnerability ID of this sql injection vulnerability?
The vulnerability ID of this sql injection vulnerability is CVE-2023-31936.
What is the title of this vulnerability?
The title of this vulnerability is 'Sql injection vulnerability found in Rail Pass Management System v.1.0 allows a remote attacker to execute arbitrary code via the viewid parameter of the view-pass-detail.php file.'
What is the severity level of CVE-2023-31936?
The severity level of CVE-2023-31936 is high with a severity value of 7.2.
What software is affected by CVE-2023-31936?
Rail Pass Management System v.1.0 is affected by CVE-2023-31936.
How can this sql injection vulnerability be fixed?
To fix this sql injection vulnerability, developers should properly validate and sanitize user input, and use prepared statements or parameterized queries in the code.