Severity by source
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:P/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
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:P/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
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability classified as critical was found in Campcodes Online Movie Theater Seat Reservation System 1.0. Affected by this vulnerability is an unknown functionality of the file /manage_reserve.php. The manipulation of the argument mid leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
AnalysisAI
CVE-2025-7455 is a critical SQL injection vulnerability in Campcodes Online Movie Theater Seat Reservation System version 1.0, specifically in the /manage_reserve.php file's 'mid' parameter. An unauthenticated remote attacker can exploit this to execute arbitrary SQL queries, potentially leading to unauthorized data access, modification, or service disruption. Public exploit disclosure and active exploitation potential significantly increase real-world risk despite the moderate CVSS 7.3 score.
Technical ContextAI
This vulnerability exists in a PHP-based web application (Campcodes Online Movie Theater Seat Reservation System v1.0) that manages cinema seat reservations. The root cause is improper input validation/sanitization in the /manage_reserve.php script, classified under CWE-74 (Improper Neutralization of Special Elements in Output). The 'mid' parameter (likely a movie or showing ID) is passed directly into SQL queries without parameterized statements or prepared queries, allowing attackers to inject malicious SQL syntax. The attack vector is network-based with low attack complexity (AC:L), requiring no authentication (PR:N) or user interaction (UI:N), making this trivial to exploit at scale.
RemediationAI
Immediate actions: (1) Apply parameterized SQL queries/prepared statements with bound parameters in /manage_reserve.php to neutralize SQL injection—replace all concatenated SQL with parameterized variants (use mysqli prepared statements or PDO parameterized queries); (2) Implement strict input validation on the 'mid' parameter—whitelist acceptable values (numeric IDs only if applicable) and reject unexpected input; (3) Apply principle of least privilege to database credentials used by the application—restrict to SELECT/INSERT/UPDATE only where needed, not DROP/ALTER; (4) Enable Web Application Firewall (WAF) rules to block common SQL injection patterns in the interim. Long-term: Upgrade to a patched version once Campcodes releases one (version >1.0). Contact vendor for patch timeline. Consider code review of other parameters in /manage_reserve.php and adjacent functionality for similar vulnerabilities.
More from same product – last 7 days
Authentication bypass in Discuz! X5.0 releases 20260320 through 20260501 allows unauthenticated remote attackers to acce
Authenticated remote code execution in Discuz! X5.0 releases 20260320 through 20260501 allows administrators to chain a
Unauthenticated PHP Object Injection in the Happyforms WordPress plugin (versions <= 1.26.13) allows remote attackers to
Unauthenticated PHP Object Injection in the Broadcast Live Video WordPress plugin (versions prior to 7.1.3) allows remot
Unauthenticated PHP object injection in the WordPress plugin 'Integration for Keap/Infusionsoft and Contact Form 7, WPFo
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-21184