Cyber Posture

CVE-2026-5813

High

Published: 08 April 2026

Published
08 April 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 13.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5813 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by validating the 'cid' argument in /check_availability.php before use in database queries.

prevent

Requires timely identification, reporting, and correction of the specific SQL injection flaw in the vulnerable PHP application.

preventdetect

Vulnerability scanning detects the SQL injection issue in /check_availability.php and drives its remediation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in publicly accessible PHP web app (/check_availability.php) directly enables remote exploitation of a public-facing application with no auth required.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A weakness has been identified in PHPGurukul Online Course Registration 3.1. This vulnerability affects unknown code of the file /check_availability.php. Executing a manipulation of the argument cid can lead to sql injection. It is possible to launch the attack remotely.…

more

The exploit has been made available to the public and could be used for attacks.

Deeper analysisAI

CVE-2026-5813 is a SQL injection vulnerability (CWE-74, CWE-89) in PHPGurukul Online Course Registration version 3.1. The issue affects unknown code within the file /check_availability.php, where manipulation of the 'cid' argument enables SQL injection attacks. Published on 2026-04-08, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and lack of prerequisites.

Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or denial of service via injected SQL payloads. A public exploit is available, increasing the risk of real-world attacks.

Advisories and further details are documented in references including https://github.com/f1rstb100d/CVE/issues/20, https://vuldb.com/vuln/356261, https://vuldb.com/submit/787686, https://vuldb.com/vuln/356261/cti, and the vendor site https://phpgurukul.com/. No specific patch or mitigation steps are outlined in the CVE description.

Details

CWE(s)

Affected Products

Phpgurukul
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2026-4844Shared CWE-74, CWE-89
CVE-2025-0698Shared CWE-74, CWE-89
CVE-2026-3790Shared CWE-74, CWE-89
CVE-2026-3406Shared CWE-74, CWE-89
CVE-2026-3151Shared CWE-74, CWE-89
CVE-2025-1809Shared CWE-74, CWE-89
CVE-2025-1464Shared CWE-74, CWE-89
CVE-2026-6189Shared CWE-74, CWE-89
CVE-2025-2088Shared CWE-74, CWE-89
CVE-2025-2679Shared CWE-74, CWE-89

References