Description
A vulnerability was determined in code-projects Hospital Information System 1.0. This impacts the function findBySearch of the file addReq.php. This manipulation of the argument Search causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-09-04
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Hospital Information System developed by code‑projects contains an unprotected parameter called Search in the findBySearch function of addReq.php. When the Search argument is sent to the backend without any validation or parameterization, a malicious user can inject arbitrary SQL statements. The injected query can read, modify, or delete any data stored in the database, thereby compromising the confidentiality and integrity of patient records.

Affected Systems

The affected product is code‑projects Hospital Information System version 1.0. This vulnerability is confined to the 1.0 release and is reported only for the addReq.php component.

Risk and Exploitability

The CVSS score of 6.9 denotes moderate severity. The EPSS score is not available, leaving the current probability of exploitation unclear, yet the vulnerability is publicly disclosed and can be triggered remotely via the Search endpoint. It is not listed in CISA’s KEV but remains a viable threat because attackers can use generic SQL injection techniques.

Generated by OpenCVE AI on September 4, 2026 at 03:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of Hospital Information System that includes the input‑validation fix for the findBySearch function.
  • If a patch is unavailable, restrict access to addReq.php or enforce strict input validation that permits only safe characters and patterns for the Search parameter.
  • Configure the application or database to operate with the least-privilege roles, and consider deploying a web application firewall to block malicious query attempts.

Generated by OpenCVE AI on September 4, 2026 at 03:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 02:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in code-projects Hospital Information System 1.0. This impacts the function findBySearch of the file addReq.php. This manipulation of the argument Search causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.
Title code-projects Hospital Information System addReq.php findBySearch sql injection
First Time appeared Code-projects
Code-projects hospital Information System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:hospital_information_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects hospital Information 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 Hospital Information System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-04T02:00:15.087Z

Reserved: 2026-09-03T18:12:26.933Z

Link: CVE-2026-85397

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T02:17:20.363

Modified: 2026-09-04T02:17:20.363

Link: CVE-2026-85397

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T03:30:13Z

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