CVE-2024-55270
Received Received - Intake
SQL Injection in phpgurukul Student Management System Search Module

Publication date: 2026-02-17

Last updated on: 2026-02-23

Assigner: MITRE

Description
phpgurukul Student Management System 1.0 is vulnerable to SQL Injection in studentms/admin/search.php via the searchdata parameter.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-17
Last Modified
2026-02-23
Generated
2026-05-07
AI Q&A
2026-02-17
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
phpgurukul student_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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The vulnerability is a Blind SQL Injection in the phpgurukul Student Management System 1.0, specifically in the search functionality at the endpoint /studentms/admin/search.php via the searchdata parameter.

This occurs because the searchdata parameter does not properly sanitize user input, allowing an attacker to inject malicious SQL queries.

Exploiting this flaw can enable an attacker to access the database without authorization and retrieve sensitive information.


How can this vulnerability impact me? :

[{'type': 'paragraph', 'content': 'This vulnerability can lead to unauthorized access to the database of the Student Management System.'}, {'type': 'paragraph', 'content': 'An attacker exploiting this flaw can extract sensitive information stored in the database, potentially including student records and administrative data.'}, {'type': 'paragraph', 'content': "Such unauthorized data access can compromise the confidentiality and integrity of the system's data."}] [1]


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

I don't know


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

This vulnerability can be detected by testing the `searchdata` parameter in the POST request to `/studentms/admin/search.php` for SQL Injection.

A Proof of Concept involves sending a crafted POST request with the `searchdata` parameter and analyzing the response for SQL Injection behavior.

One suggested command to detect and exploit this vulnerability is using the SQL injection tool sqlmap with a saved request file.

  • Save the POST request to a file, for example `req.txt`.
  • Run the command: `sqlmap -r req.txt --dbs --random-agent --level 3 --risk 3`

This command will test the request for SQL Injection and attempt to enumerate the databases if the vulnerability exists.


What immediate steps should I take to mitigate this vulnerability?

I don't know


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