Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote low-complexity API abuse needs an authenticated account (PR:L), yields high confidentiality loss of patient data, with no integrity or availability impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
This vulnerability exists in e-Sushrut due to improper access control in resource access validation. An authenticated attacker could exploit this vulnerability by manipulating parameter in the API request URL to gain unauthorized access to sensitive information of patients on the targeted system.
AnalysisAI
Unauthorized patient-data disclosure in C-DAC's e-Sushrut Hospital Management Information System (HMIS) allows an authenticated user to read other patients' sensitive records by tampering with an identifier parameter in an API request URL. The flaw is a classic insecure-direct-object-reference (IDOR) authorization gap reported by CERT-In (CIVN-2026-0207); there is no public exploit identified at time of analysis and EPSS estimates exploitation probability at only 0.05%, but the low attack complexity makes abuse trivial for any logged-in account.
Technical ContextAI
e-Sushrut HMIS is a hospital management platform developed by C-DAC Noida and widely used across Indian government and public-sector healthcare facilities to manage patient registration, clinical records, and administrative workflows. The vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), meaning the application validates that a user is authenticated but fails to verify that the authenticated user is authorized for the specific object referenced by a request parameter. The affected CPE is cpe:2.3:a:cdac-noida:e-sushrut,_hospital_management_information_system_(hmis), and the exposed surface is a REST/HTTP API endpoint whose URL parameter (e.g., a patient or resource ID) is trusted without a per-object ownership or role check, letting an attacker enumerate or substitute IDs to reach records they should not see.
RemediationAI
Apply the fix or updated build referenced in the CERT-In advisory (CIVN-2026-0207, https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2026-0207); a specific vendor-released patch version is not identified in the available data, so operators should contact C-DAC to obtain the patched release and confirm the exact version. Until patched, enforce server-side object-level authorization on the affected API endpoints so that every request re-checks that the authenticated user owns or is entitled to the requested patient/resource ID rather than trusting the URL parameter; where feasible, replace sequential/guessable identifiers with unpredictable tokens to blunt enumeration, and restrict API access to trusted internal networks or VPN to reduce the pool of potential authenticated attackers. As compensating monitoring, enable and review application access logs for a single account retrieving many distinct patient IDs in a short window - the trade-off is that logging alone is detective, not preventive, and access restriction may impede legitimate remote clinical users.
Authentication bypass in CDAC-Noida's e-Sushrut Hospital Management Information System (HMIS) lets remote attackers gain
Account takeover in C-DAC's e-Sushrut Hospital Management Information System (HMIS) arises because one-time passwords (O
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26198