Skip to content
Threat Feed
high advisory

SQL Injection Vulnerability in Hospital Information System 1.0

An unauthenticated SQL injection vulnerability in the Hospital Information System 1.0 allows remote attackers to execute unauthorized database queries via the Search parameter in addReq.php.

CVE search metadata

CVE search record: CVE-2026-85397. Severity: high. CVSS: 7.3. KEV: no. Product: Hospital Information System (1.0). Brief: SQL Injection Vulnerability in Hospital Information System 1.0. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-85397-sql-injection/

What's new

  • 1. added detection rule: Detects CVE-2026-85399 Exploitation - SQL Injection in PrespController Sep 4, 03:24 via nvd

Hospital Information System version 1.0 contains a critical SQL injection vulnerability identified as CVE-2026-85397. The flaw resides in the findBySearch function within the addReq.php file. An unauthenticated remote attacker can exploit this by injecting malicious SQL payloads into the Search argument processed by the web application. Successful exploitation could lead to unauthorized database access, data exfiltration, or complete database compromise. As the exploit has been publicly disclosed and is available for use, the risk to organizations running this specific version is significant. Defenders must prioritize identifying and securing any internet-facing instances of this legacy software.

Attack Chain

  1. Attacker performs reconnaissance to identify web servers running Hospital Information System 1.0.
  2. Attacker probes for the addReq.php file on the target server.
  3. Attacker identifies the Search parameter as a target for injection.
  4. Attacker crafts a malicious HTTP GET or POST request containing SQL injection syntax in the Search field.
  5. The application passes the unsanitized input to the database query engine.
  6. The database executes the injected SQL command.
  7. Attacker retrieves unauthorized data or modifies database records.

Impact

The vulnerability affects instances of the Hospital Information System 1.0, typically used within healthcare-related information management contexts. Successful exploitation enables unauthorized access to sensitive healthcare data stored within the backend database. Given the nature of hospital information systems, this could result in widespread exposure of patient records, violation of data privacy regulations, and operational disruption.

Recommendation

  • Identify all deployments of Hospital Information System 1.0 within the environment.
  • Implement a Web Application Firewall (WAF) rule to inspect and block requests containing SQL syntax or common injection patterns (such as ' or -- or UNION SELECT) directed at addReq.php.
  • Deploy the Sigma rule below to detect potential exploitation attempts via web server logs.
  • If a patch is not available from the vendor, isolate the affected application behind an authenticated reverse proxy or disable access to the addReq.php file.

Immediate actions

Inventory all web servers to check for presence of Hospital Information System 1.0.

IT Operations 24h

Threat Hunt

Search web logs for requests containing SQL syntax directed at addReq.php.

T1190 high high confidence hunt now

Data: Web server access logs

Enrichment needed

  • Exploit POC research (CTI) Assess if publicly available scripts exist to inform WAF blocking rules.

Mitigations

Block access to addReq.php or deploy WAF rules against observed SQLi strings.

immediate IT Operations

CVE-2026-85397

Gaps

  • Lack of vendor-supplied patch information.

Detection coverage 2

Detect CVE-2026-85397 Exploitation - SQL Injection in addReq.php

high

Detects exploitation attempts against CVE-2026-85397 where the Search parameter in addReq.php contains SQL injection patterns.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detects CVE-2026-85399 Exploitation - SQL Injection in PrespController

high

Detects attempts to exploit CVE-2026-85399 by monitoring for SQL injection syntax in requests directed at the vulnerable PrespController endpoint

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →