Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE-89)
A critical vulnerability has been identified in the Restaurant Reservation System version 1.0 developed by code-projects. The vulnerability is specifically located in the file /addcompany.php and involves improper handling of the 'company' argument, which can lead to SQL injection attacks. This is a remotely exploitable vulnerability that does not require user interaction.
The SQL injection vulnerability allows attackers to manipulate database queries, potentially leading to unauthorized access, data theft, or modification of database contents. The CVSS v3.1 base score is 7.3 (High), with impacts on confidentiality, integrity, and availability all rated as Low. The attack vector is Network-based, requires low attack complexity, and no privileges. This means the vulnerability is relatively easy to exploit and can be accessed from outside the target network.
There is no evidence that a public proof-of-concept exists. There is no evidence of proof of exploitation at the moment.
As of the provided information, there is no mention of an available patch for this vulnerability. The security team should monitor for updates from code-projects regarding a fix for the Restaurant Reservation System 1.0.
Until a patch is available, consider the following mitigation strategies: 1. Implement strong input validation and sanitization for the 'company' parameter in the /addcompany.php file. 2. Use parameterized queries or prepared statements to prevent SQL injection. 3. Apply the principle of least privilege to the database user account used by the application. 4. If possible, temporarily disable or restrict access to the vulnerable /addcompany.php file. 5. Monitor database activity for any suspicious queries or unauthorized access attempts. 6. Consider implementing a Web Application Firewall (WAF) to help filter malicious requests. 7. Regularly audit and review database access logs for any signs of exploitation.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Feedly found the first article mentioning CVE-2024-9359. See article
Feedly estimated the CVSS score as HIGH
NVD published the first details for CVE-2024-9359
A CVSS base score of 7.3 has been assigned.
EPSS Score was set to: 0.05% (Percentile: 16.3%)
A CVSS base score of 9.8 has been assigned.