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-06-16
AI Q&A
2026-02-17
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

[{'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]

Compliance Impact

I don't know

Detection Guidance

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.

Mitigation Strategies

I don't know

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-55270. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart