CVE-2024-55016
BaseFortify
Publication date: 2025-11-14
Last updated on: 2025-11-17
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpgurukul | student_record_system | 3.20 |
Helpful Resources
Exploitability
| 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?
The vulnerability in PHPGurukul Student Record Management System 3.20 is an SQL Injection flaw that occurs via the id and password parameters in the login.php file. This means that an attacker can manipulate these input fields to inject malicious SQL code, potentially gaining unauthorized access or manipulating the database.
How can this vulnerability impact me? :
This vulnerability can allow attackers to bypass authentication, access sensitive student records, modify or delete data, and potentially take control of the system, leading to data breaches and loss of data integrity.