Description
A weakness has been identified in PHPGurukul Complaint Management System 1.0. Affected by this issue is some unknown functionality of the file user/check_availability.php. This manipulation of the argument email causes sql injection. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks.
Published: 2026-08-18
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the email argument of user/check_availability.php allows an attacker to inject arbitrary SQL. This Injection flaw is a classic example of CWE-74 and CWE-89, where untrusted input is concatenated into a database query. If exploited, an attacker could read, modify, or delete complaint records and potentially retrieve sensitive user information, leading to confidentiality and integrity violations.

Affected Systems

The vulnerability exists in PHPGurukul Complaint Management System version 1.0. The affected file is user/check_availability.php. No other product versions or sub‑products were identified in the CNA data.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity issue. The EPSS score is not available, and the problem is not listed in KEV. Remote exploitation is possible because the vulnerable parameter is reachable over HTTP. Public exploitation code has been released, so an attacker can craft a request to the vulnerable script and perform SQL injection to compromise the underlying database.

Generated by OpenCVE AI on August 18, 2026 at 02:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a version that fixes the SQL injection in check_availability.php; if no patch exists, upgrade to the latest release of PHPGurukul Complaint Management System
  • Modify the application to use prepared statements or stored procedures so that user-supplied email values are correctly parameterized
  • Validate and sanitize the email input on the server side, ensuring it conforms to a proper email format before use in any database query

Generated by OpenCVE AI on August 18, 2026 at 02:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in PHPGurukul Complaint Management System 1.0. Affected by this issue is some unknown functionality of the file user/check_availability.php. This manipulation of the argument email causes sql injection. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks.
Title PHPGurukul Complaint Management System check_availability.php sql injection
First Time appeared Phpgurukul
Phpgurukul complaint Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:phpgurukul:complaint_management_system:*:*:*:*:*:*:*:*
Vendors & Products Phpgurukul
Phpgurukul complaint Management System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Phpgurukul Complaint Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-18T13:31:16.268Z

Reserved: 2026-08-17T16:30:20.198Z

Link: CVE-2026-75089

cve-icon Vulnrichment

Updated: 2026-08-18T13:31:12.359Z

cve-icon NVD

Status : Deferred

Published: 2026-08-18T01:16:43.233

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-75089

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:00:09Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')