CVE-2025-65125
Published: 02 January 2026
Summary
CVE-2025-65125 is a critical-severity SQL Injection (CWE-89) vulnerability in Gosaliajainam Online-Movie-Booking. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-65125 is a SQL injection vulnerability (CWE-89) in the gosaliajainam/online-movie-booking application version 5.5, specifically within the movie_details.php component. Published on 2026-01-02T15:16:03.673, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.
The vulnerability can be exploited by unauthenticated remote attackers requiring no user interaction and low attack complexity. Exploitation enables high confidentiality, integrity, and availability impacts, allowing attackers to gain sensitive information through arbitrary SQL query execution.
Advisories and additional research are referenced at https://github.com/TheAnhaj/CVE-Researches, though specific mitigation or patch details are not outlined in the available information.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0684
Vulnerability details
SQL injection in gosaliajainam/online-movie-booking 5.5 in movie_details.php allows attackers to gain sensitive information.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of public-facing web app via SQL injection for arbitrary query execution and data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 mandates validation of user inputs to movie_details.php, directly preventing SQL injection by ensuring malicious SQL payloads are rejected before query execution.
SI-2 requires timely remediation of the SQL injection flaw in gosaliajainam/online-movie-booking 5.5's movie_details.php, eliminating the vulnerability through patching or code fixes.
RA-5 employs vulnerability scanning to identify the SQL injection vulnerability in movie_details.php, enabling early detection and prioritization for remediation.