CVE-2026-90841 Details
Description
A security flaw has been discovered in PHPGurukul Blood Donor Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /application/controllers/admin/Report.php of the component Report Endpoint. The manipulation of the argument fromdate/todate results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
A critical SQL injection vulnerability has been identified in PHPGurukul Blood Donor Management System version 1.0. The issue resides in the Report Endpoint, specifically within the file '/application/controllers/admin/Report.php'. The vulnerability allows remote attackers to manipulate the 'fromdate' and 'todate' POST parameters, injecting malicious SQL that is executed by the application's database. This exploitation is possible because the authentication check for the endpoint is disabled, leaving it accessible without login.
To address this vulnerability, update the application to use parameterized queries instead of raw SQL strings. Implement strict server-side validation for date inputs, re-enable and correct the authentication check for the Report endpoint, and ensure the database user has limited privileges.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/usernamevnq/CVEs/issues/2 | [email protected] | ExploitIssue TrackingTechnical Analysis |
| https://phpgurukul.com/ | [email protected] | Vendor |
| https://vuldb.com/cve/CVE-2026-90841 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/925627 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403393 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403393/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| PHPGurukul Blood Donor Management System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion