CVE-2026-0803
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-09

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in PHPGurukul Online Course Registration System up to 3.1. This affects an unknown part of the file /enroll.php. The manipulation of the argument studentregno/Pincode/session/department/level/course/sem results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-09
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2026-01-10
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
phpgurukul online_course_registration_system to 3.1 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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-2026-0803 is a critical SQL injection vulnerability in the PHPGurukul Online Course Registration System up to version 3.1, specifically in the /enroll.php file. The vulnerability occurs because multiple input parameters (studentregno, Pincode, session, department, level, course, and sem) are not properly validated or sanitized before being used in SQL queries. This allows an attacker to inject malicious SQL commands remotely, potentially compromising the system's database. [1, 2]


How can this vulnerability impact me? :

This vulnerability can allow remote attackers to manipulate SQL queries, which may lead to unauthorized access to sensitive data, modification or deletion of data, and potentially full compromise of the underlying database. This can affect the confidentiality, integrity, and availability of the affected system, leading to data breaches or service disruption. [1, 2]


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

This vulnerability can be detected by monitoring for unusual or malicious SQL injection attempts targeting the /enroll.php endpoint, specifically involving the parameters studentregno, Pincode, session, department, level, course, and sem. One detection method is to use web server logs or intrusion detection systems to look for suspicious input patterns or payloads in POST requests to /enroll.php. Additionally, Google dorking with queries like "inurl:enroll.php" can help identify exposed vulnerable instances. For command-line detection, tools like curl or sqlmap can be used to test the endpoint for SQL injection by sending crafted requests targeting these parameters. Example command using sqlmap: sqlmap -u "http://target/enroll.php" --data "studentregno=1& Pincode=1&session=1&department=1&level=1&course=1&sem=1" --risk=3 --level=5 --batch [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected PHPGurukul Online Course Registration System software with a non-vulnerable alternative, as no known countermeasures or patches have been documented. Additionally, restricting access to the /enroll.php endpoint, implementing web application firewalls (WAF) to block SQL injection attempts, and applying input validation and sanitization on all user-supplied parameters can help reduce risk. Since the vulnerability allows remote exploitation, limiting network exposure and monitoring for exploit attempts are also recommended. [1]


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