CVE-2025-65125
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-02

Last updated on: 2026-01-12

Assigner: MITRE

Description
SQL injection in gosaliajainam/online-movie-booking 5.5 in movie_details.php allows attackers to gain sensitive information.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-02
Last Modified
2026-01-12
Generated
2026-05-07
AI Q&A
2026-01-02
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
gosaliajainam online-movie-booking 5.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-65125 is a SQL Injection vulnerability in the online-movie-booking application version 5.5, specifically in the movie_details.php file. It occurs due to improper input validation of the "pass" parameter, allowing an unauthenticated attacker to manipulate SQL queries. This enables the attacker to extract sensitive administrator information such as email addresses and password data from the database. [1]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows attackers to extract sensitive administrator information such as email addresses and passwords, which could lead to significant data breaches. Such breaches may result in non-compliance with data protection regulations like GDPR and HIPAA, as these standards require protection of personal and sensitive data against unauthorized access. Therefore, exploitation of this vulnerability could negatively impact compliance with these common standards and regulations. [1]


How can this vulnerability impact me? :

This vulnerability can lead to significant data breaches by allowing attackers to gain access to sensitive administrator information, including email addresses and passwords. It can potentially result in full administrative account compromise, giving attackers control over the application and its data without requiring any authentication. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the movie_details.php file for SQL injection on the 'pass' parameter. You can use tools like sqlmap to automate detection. For example, a command might be: sqlmap -u "http://target-site/movie_details.php?pass=1" --batch --dbs to check for SQL injection vulnerabilities. Additionally, manual testing by injecting SQL payloads into the 'pass' parameter and observing the response can help detect the issue. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include applying proper input validation and parameterized queries (prepared statements) in the movie_details.php file to prevent SQL injection. If a patch or updated version of the online-movie-booking application is available, update to that version. Restrict database user permissions to limit data exposure in case of exploitation. Additionally, monitor logs for suspicious activity targeting the 'pass' parameter and consider implementing web application firewall (WAF) rules to block SQL injection attempts. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart