Exploit
CVE-2024-9359

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE-89)

Published: Oct 1, 2024 / Updated: 50d ago

010
CVSS 6.9EPSS 0.05%Medium
CVE info copied to clipboard

Summary

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.

Impact

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.

Exploitation

There is no evidence that a public proof-of-concept exists. There is no evidence of proof of exploitation at the moment.

Patch

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.

Mitigation

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

Timeline

First Article

Feedly found the first article mentioning CVE-2024-9359. See article

Oct 1, 2024 at 2:08 AM / CVE
CVSS Estimate

Feedly estimated the CVSS score as HIGH

Oct 1, 2024 at 2:09 AM
CVE Assignment

NVD published the first details for CVE-2024-9359

Oct 1, 2024 at 2:15 AM
CVSS

A CVSS base score of 7.3 has been assigned.

Oct 1, 2024 at 2:20 AM / nvd
EPSS

EPSS Score was set to: 0.05% (Percentile: 16.3%)

Oct 1, 2024 at 10:18 AM
CVSS

A CVSS base score of 9.8 has been assigned.

Oct 4, 2024 at 6:56 PM / nvd
Proof of Concept (PoC) Released

A proof of concept exploit has been released

Oct 4, 2024 at 9:10 PM
Static CVE Timeline Graph

Affected Systems

Code-projects/restaurant_reservation_system
+null more

Exploits

https://github.com/ppp-src/a/issues/22
+null more

Attack Patterns

CAPEC-108: Command Line Execution through SQL Injection
+null more

News

Vulnerability Summary for the Week of September 30, 2024
High Vulnerabilities Primary Vendor — Product Description Published CVSS Score Source & Patch Info n/a–n/a An issue was discovered in Atos Eviden iCare 2.7.1 through 2.7.11. The application exposes a web interface locally. In the worst-case scenario, if the application is remotely accessible, it allows an attacker to execute arbitrary commands with system privilege on the endpoint hosting the application, without any authentication. 2024-09-30 10 CVE-2024-42017 cve@mitre.org cve@mitre.org Cisco–Cisco Data Center Network Manager A vulnerability in the REST API and web UI of Cisco Nexus Dashboard Fabric Controller (NDFC) could allow an authenticated, low-privileged, remote attacker to perform a command injection attack against an affected device. This vulnerability is due to improper user authorization and insufficient validation of command arguments. An attacker could exploit this vulnerability by submitting crafted commands to an affected REST API endpoint or through the web UI. A successful exploit could allow the attacker to execute arbitrary commands on the CLI of a Cisco NDFC-managed device with network-admin privileges. Note: This vulnerability does not affect Cisco NDFC when it is configured for storage area network (SAN) controller deployment. 2024-10-02 9.9 CVE-2024-20432 ykramarz@cisco.com n/a–n/a The WebDAV service in Infinera TNMS (Transcend Network Management System) 19.10.3 allows a low-privileged remote attacker to conduct unauthorized file operations, because of execution with unnecessary privileges.
US-CERT Vulnerability Summary for the Week of September 30, 2024
The CISA Vulnerability Bulletin provides a summary of new vulnerabilities that have been recorded by the National Institute of Standards and Technology (NIST) National Vulnerability Database (NVD) in the past week. In some cases, the vulnerabilities in the bulletin may not yet have assigned CVSS scores. Please visit NVD for updated vulnerability entries, which include CVSS scores once they are available. Vulnerabilities are based on the Common Vulnerabilities and Exposures (CVE) vulnerability naming standard and are organized according to severity, determined by the Common Vulnerability Scoring System (CVSS) standard. The division of high, medium, and low severities correspond to the following scores: High : vulnerabilities with a CVSS base score of 7.0–10.0 Medium : vulnerabilities with a CVSS base score of 4.0–6.9 Low : vulnerabilities with a CVSS base score of 0.0–3.9 Entries may include additional information provided by organizations and efforts sponsored by CISA. This information may include identifying information, values, definitions, and related links.
Vulnerability Summary for the Week of September 30, 2024
The CISA Vulnerability Bulletin provides a summary of new vulnerabilities that have been recorded by the National Institute of Standards and Technology (NIST) National Vulnerability Database (NVD) in the past week. In some cases, the vulnerabilities in the bulletin may not yet have assigned CVSS scores. Please visit NVD for updated vulnerability entries, which include CVSS scores once they are available. Vulnerabilities are based on the Common Vulnerabilities and Exposures (CVE) vulnerability naming standard and are organized according to severity, determined by the Common Vulnerability Scoring System (CVSS) standard. The division of high, medium, and low severities correspond to the following scores: High : vulnerabilities with a CVSS base score of 7.0–10.0 Medium : vulnerabilities with a CVSS base score of 4.0–6.9 Low : vulnerabilities with a CVSS base score of 0.0–3.9 Entries may include additional information provided by organizations and efforts sponsored by CISA. This information may include identifying information, values, definitions, and related links.
CVE-2024-9359 Exploit
CVE Id : CVE-2024-9359 Published Date: 2024-10-04T18:54:00+00:00 A vulnerability was found in code-projects Restaurant Reservation System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /addcompany.php. The manipulation of the argument company leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. inTheWild added a link to an exploit: https://github.com/ppp-src/a/issues/22
Update Wed Oct 2 22:37:10 UTC 2024
Update Wed Oct 2 22:37:10 UTC 2024
See 10 more articles and social media posts

CVSS V3.1

Attack Vector:Network
Attack Complexity:Low
Privileges Required:None
User Interaction:None
Scope:Unchanged
Confidentiality:High
Integrity:High
Availability Impact:High

Categories

Be the first to know about critical vulnerabilities

Collect, analyze, and share vulnerability reports faster using AI