Skip to main content

PHP EUVD-2025-21184

| CVE-2025-7455 MEDIUM
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') (CWE-74)
2025-07-11 cna@vuldb.com
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Severity Changed
Apr 29, 2026 - 01:11 NVD
HIGH MEDIUM
CVSS changed
Apr 29, 2026 - 01:11 NVD
7.3 (HIGH) 5.5 (MEDIUM)
EUVD ID Assigned
Mar 16, 2026 - 08:18 euvd
EUVD-2025-21184
Analysis Generated
Mar 16, 2026 - 08:18 vuln.today
PoC Detected
Jul 16, 2025 - 14:59 vuln.today
Public exploit code
CVE Published
Jul 11, 2025 - 20:15 nvd
HIGH 7.3

DescriptionCVE.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.

Share

EUVD-2025-21184 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy