CVE-2026-10184: SQL Injection in Hospitals Patient Records Management System
The National Vulnerability Database (NVD) has detailed CVE-2026-10184, a high-severity SQL injection vulnerability in SourceCodester Hospitals Patient Records Management System version 1.0. This flaw, rated 7.3 CVSS, affects an unspecified function within the /classes/Users.php?f=delete file. Attackers can manipulate the ID argument to trigger the SQL injection.
This is a critical flaw because the exploit has been publicly released, making it accessible to a wide range of threat actors. Remote exploitation is possible, meaning attackers don’t need direct network access to the target system. Given the sensitive nature of patient records, a successful exploit could lead to unauthorized access, modification, or deletion of highly confidential data, directly impacting patient privacy and potentially compromising healthcare operations.
Organizations using this specific patient records management system are at immediate risk. The public availability of the exploit drastically reduces the attacker’s effort, shifting the calculus from complex zero-day research to simple exploit execution. Defenders must assume this vulnerability is actively being scanned for and exploited.
What This Means For You
- If your organization uses SourceCodester Hospitals Patient Records Management System 1.0, you are directly exposed to CVE-2026-10184. This is not theoretical — a public exploit exists. Immediately verify if this system is in use within your environment. If it is, isolate the system, apply any available patches, or take it offline until a fix is deployed. Audit logs for suspicious activity related to `/classes/Users.php?f=delete` and `ID` parameter manipulation.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-10184: SQL Injection in Users.php delete function
title: CVE-2026-10184: SQL Injection in Users.php delete function
id: scw-2026-05-31-ai-1
status: experimental
level: critical
description: |
Detects SQL injection attempts targeting the Users.php file in SourceCodester Hospitals Patient Records Management System 1.0. Specifically looks for the '/classes/Users.php?f=delete' path combined with common SQL injection patterns in the query string, such as 'ID=' followed by ' OR ' and '1=1'.
author: SCW Feed Engine (AI-generated)
date: 2026-05-31
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-10184/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/classes/Users.php?f=delete'
cs-uri-query|contains:
- 'ID=';
cs-uri-query|contains:
- ' OR ';
cs-uri-query|contains:
- '=';
cs-uri-query|contains:
- '1=1'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-10184 | SQLi | SourceCodester Hospitals Patient Records Management System 1.0 |
| CVE-2026-10184 | SQLi | Vulnerable file: /classes/Users.php?f=delete |
| CVE-2026-10184 | SQLi | Vulnerable argument: ID |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 31, 2026 at 17:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.