CVE-2025-7164
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-08

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability has been found in PHPGurukul/Campcodes Cyber Cafe Management System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /index.php. The manipulation of the argument Username leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-08
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-07-08
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
phpgurukul cyber_cafe_management_system 1.0
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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-7164 is a critical SQL injection vulnerability in the PHPGurukul/Campcodes Cyber Cafe Management System version 1.0, specifically in the /index.php file. The vulnerability occurs because the 'username' parameter is directly included in SQL queries without proper sanitization or validation. This allows attackers to inject malicious SQL code remotely, manipulating SQL queries to perform unauthorized database operations such as data leakage, tampering, or full system compromise without needing authentication. [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized access to the database, data leakage, data tampering, and potential full system compromise or service disruption. Since the attack can be launched remotely without authentication, attackers can exploit this flaw to manipulate or destroy data, disrupt services, and compromise the confidentiality, integrity, and availability of the affected system. [2, 3]


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

This SQL injection vulnerability can be detected by testing the 'username' parameter in POST requests to /index.php for SQL injection flaws. One method is to use time-based blind SQL injection payloads such as: username=AAA' AND (SELECT 5596 FROM (SELECT(SLEEP(5)))ZsNb)-- FtJS which causes a delay in the database response if vulnerable. Tools like sqlmap can be used to automate detection by targeting the 'username' parameter. Additionally, Google dorking with the query "inurl:index.php" can help identify potentially vulnerable targets. [2, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: 1) Implementing prepared statements with parameter binding to separate SQL code from user inputs, preventing injection. 2) Applying strict input validation and filtering on the 'username' parameter to ensure inputs conform to expected formats. 3) Restricting database user permissions to the minimum necessary, avoiding use of high-privilege accounts like 'root' or 'admin' for routine operations. If possible, replacing the affected product with an alternative solution is recommended as no known mitigations are documented. [2, 3]


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