CVE-2026-0803
Published: 09 January 2026
Summary
CVE-2026-0803 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Online Course Registration System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct SQL injection in public-facing web app (/enroll.php) enables remote exploitation for initial access and data manipulation.
NVD 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…
more
has been made public and could be used.
Deeper analysisAI
CVE-2026-0803 is a SQL injection vulnerability in PHPGurukul Online Course Registration System versions up to 3.1. The issue resides in an unknown functionality of the /enroll.php file, where the arguments studentregno, Pincode, session, department, level, course, and sem can be manipulated to inject malicious SQL payloads. Classified under CWE-74 (improper neutralization of special elements) and CWE-89 (SQL injection), it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2026-01-09.
The vulnerability can be exploited remotely by a low-privileged user (PR:L) with network access and no need for user interaction. Successful exploitation allows partial impacts on confidentiality, integrity, and availability, potentially enabling an attacker to extract sensitive data, modify records, or disrupt service through injected SQL queries. A public exploit is available, increasing the risk of widespread abuse.
Advisories referenced in VulDB entries (ctiid.340255, id.340255, submit.733344) and a share from note-hxlab detail the vulnerability, while the vendor site at phpGurukul.com may provide further context or updates. No specific patch information is detailed in the primary disclosure.
The public availability of the exploit underscores the need for immediate scanning and upgrades in affected environments.
Details
- CWE(s)