CVE-2026-7506
Published: 30 April 2026
Summary
CVE-2026-7506 is a medium-severity Injection (CWE-74) vulnerability in Sourcecodester (inferred from references). Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-7506 is a SQL injection vulnerability (CWE-74, CWE-89) in SourceCodester Hotel Management System 1.0, affecting an unknown function within the file /index.php/reservation/check. The flaw stems from manipulation of the room_type argument, enabling attackers to inject malicious SQL payloads.
The vulnerability is exploitable remotely by unauthenticated attackers (PR:N) with low attack complexity (AC:L) and no user interaction (UI:N), as reflected in its CVSS 3.1 base score of 7.3 (High; AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation can lead to limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories provide further details via VulDB entries (https://vuldb.com/submit/803492, https://vuldb.com/vuln/360315, https://vuldb.com/vuln/360315/cti), a GitHub issue (https://github.com/wangzhongyang085/CVE/issues/2), and the vendor site (https://www.sourcecodester.com/). No specific patch or mitigation steps are outlined in the published description.
The exploit has been publicly disclosed and may be used, heightening the risk of real-world attacks against exposed instances.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-26454
Vulnerability details
A vulnerability has been found in SourceCodester Hotel Management System 1.0. This impacts an unknown function of the file /index.php/reservation/check. Such manipulation of the argument room_type leads to sql injection. The attack may be launched remotely. The exploit has been…
more
disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible web application (/index.php) directly enables exploitation of public-facing applications without authentication.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly validates the room_type argument in /index.php/reservation/check to block malicious SQL injection payloads.
Restricts the room_type input parameter to approved types, lengths, and formats, preventing SQL injection exploitation.
Remediates the specific SQL injection flaw in the Hotel Management System by applying patches or code fixes promptly.