Skip to main content

e-Sushrut EUVDEUVD-2026-26196

| CVE-2026-42513 HIGH
2026-04-29 CERT-In
8.8
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/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
vuln.today AI
6.5 MEDIUM

Unauthenticated and network-reachable (PR:N/AV:N/UI:N), but requires an interception/MITM position to alter the response, so AC:H; account access yields C:H with minor I:L and no availability impact.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Analysis Generated
Jul 24, 2026 - 02:34 vuln.today
CVSS changed
Apr 29, 2026 - 09:22 NVD
8.8 (HIGH)
EUVD ID Assigned
Apr 29, 2026 - 08:30 euvd
EUVD-2026-26196
CVE Published
Apr 29, 2026 - 08:13 nvd
HIGH 8.8

DescriptionCVE.org

This vulnerability exists in e-Sushrut due to improper authentication logic that relies on client-side response parameters to determine authentication status. A remote attacker could exploit this vulnerability by intercepting and modifying the server response.

Successful exploitation of this vulnerability could allow the attacker to bypass authentication and gain unauthorized access to user accounts on the targeted system.

AnalysisAI

Authentication bypass in CDAC-Noida's e-Sushrut Hospital Management Information System (HMIS) lets remote attackers gain unauthorized access to user accounts by tampering with server responses. The login flow trusts client-side response parameters to decide whether authentication succeeded, so an attacker who intercepts and rewrites the response is treated as authenticated. Reported by CERT-In (CIVN-2026-0207); no public exploit identified at time of analysis, and EPSS is low at 0.31% (54th percentile).

Technical ContextAI

e-Sushrut HMIS is a hospital management platform developed by C-DAC Noida and deployed across Indian healthcare institutions to manage patient, clinical, and administrative records. The root cause is a client-side authentication decision: rather than the server authoritatively establishing session state, the application relies on parameters returned in the server response to signal authentication success or failure. This is the classic client-side trust / reliance-on-untrusted-input class of weakness (aligns with CWE-603 'Use of Client-Side Authentication' and CWE-287 'Improper Authentication'; the NVD CWE field is unpopulated). Because the verdict is rendered on the client, a proxy that flips a 'failure' flag to 'success' is enough to impersonate a valid session. The affected CPE is cpe:2.3:a:cdac-noida:e-sushrut,_hospital_management_information_system_(hmis).

RemediationAI

No specific vendor-released patch version is identified in the available data, so contact C-DAC and follow the guidance in CERT-In advisory CIVN-2026-0207 (https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2026-0207) to obtain the fixed build and apply it once available. Because the flaw is a server-side design error, the durable fix is to move the authentication decision entirely server-side (validate credentials and establish session state on the server, never trust client-visible response flags) - this requires a vendor code change and cannot be fully resolved by operators. As compensating controls: enforce end-to-end TLS with certificate pinning where possible to raise the cost of response interception (trade-off: pinning complicates load-balancer/proxy termination); restrict the HMIS login interface to trusted internal networks or VPN and remove any direct internet exposure (trade-off: reduces remote clinician convenience); and deploy a WAF/reverse-proxy rule set plus monitoring for anomalous authentication responses and repeated login attempts from single sources (trade-off: response-tampering over TLS may not be visible to a network WAF, limiting efficacy).

Share

EUVD-2026-26196 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy