Description
A vulnerability was identified in code-projects Doctor Appointment System 1.0. This vulnerability affects unknown code of the file /patient_login.php. The manipulation of the argument email leads to sql injection. The attack may be initiated remotely. The exploit is publicly available and might be used.
Published: 2026-09-03
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the patient_login.php file of code-projects Doctor Appointment System 1.0. Manipulation of the email parameter allows an attacker to inject arbitrary SQL code. This flaw can be exploited remotely, enabling attackers to bypass authentication, access or modify patient data, and potentially compromise the underlying database. The exploit is available publicly, indicating that attackers can deploy it as part of automated attacks.

Affected Systems

Affected is the code-projects Doctor Appointment System version 1.0. The vulnerability targets the patient_login.php component, but the impact extends to any instance where user credentials are validated against a database using user-supplied email input. The system reaches out to a database backend, which could be PostgreSQL, MySQL, or similar, though the specific database is not specified.

Risk and Exploitability

The CVSS base score is 6.9, reflecting a medium to high severity due to remote attack potential and notable impact on confidentiality, integrity, and availability. EPSS is not available, and the vulnerability is not listed in CISA KEV. The lack of an EPSS score does not preclude exploitation; the publicly available exploit demonstrates that attackers can manually or automatically target the system. The attack vector is remote, through the email input field in patient_login.php, and requires knowledge of a valid user account or the ability to brute force authentication.

Generated by OpenCVE AI on September 3, 2026 at 23:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest release of the Doctor Appointment System that addresses input validation for the email field, or apply any vendor‑issued patch if available.
  • Rewriting the authentication logic to use parameterised queries or prepared statements, ensuring that all user‑supplied input is properly escaped before inclusion in SQL statements.
  • Restrict the application’s exposure of the login interface by enforcing network segmentation or using a Web Application Firewall to block suspicious SQL patterns before they reach the backend.

Generated by OpenCVE AI on September 3, 2026 at 23:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in code-projects Doctor Appointment System 1.0. This vulnerability affects unknown code of the file /patient_login.php. The manipulation of the argument email leads to sql injection. The attack may be initiated remotely. The exploit is publicly available and might be used.
Title code-projects Doctor Appointment System patient_login.php sql injection
First Time appeared Code-projects
Code-projects doctor Appointment System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:doctor_appointment_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects doctor Appointment 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

Code-projects Doctor Appointment System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-03T22:15:11.645Z

Reserved: 2026-09-03T14:31:58.500Z

Link: CVE-2026-85225

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T23:17:20.630

Modified: 2026-09-03T23:17:20.630

Link: CVE-2026-85225

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T23:45:04Z

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')