Cyber Resilience

CVE-2021-47757

HighPublic PoC

Published: 15 January 2026

Published
15 January 2026
Modified
23 January 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
EPSS Score 0.0076 50.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2021-47757 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Chikitsa Patient Management System. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 49.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-3 (Malicious Code Protection).

Deeper analysis

CVE-2021-47757 is an authenticated remote code execution vulnerability in Chikitsa Patient Management System version 2.0.2. The issue affects the backup restoration functionality, allowing attackers to upload a modified backup ZIP file containing a malicious PHP shell.

Authenticated attackers with low privileges can exploit this vulnerability over the network with low attack complexity and no user interaction. Exploitation enables execution of arbitrary system commands on the server, resulting in high impacts to confidentiality, integrity, and availability, as reflected in the CVSS 3.1 score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and mapped to CWE-434.

References point to the project's GitHub repository at https://github.com/sanskruti-technologies/chikitsa, SourceForge page at https://sourceforge.net/projects/chikitsa/, official site at https://www.chikitsa.io/, and an Exploit-DB entry at https://www.exploit-db.com/exploits/50572. No specific mitigation or patch details are detailed in the provided information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Chikitsa Patient Management System 2.0.2 contains an authenticated remote code execution vulnerability in the backup restoration functionality. Authenticated attackers can upload a modified backup zip file with a malicious PHP shell to execute arbitrary system commands on the server.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

The vulnerability enables exploitation of a public-facing web application (T1190) via authenticated upload of a malicious ZIP containing a PHP web shell (T1100), directly facilitating remote code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2021-47758Same product: Chikitsa Patient Management System
CVE-2025-22654Shared CWE-434
CVE-2025-11948Shared CWE-434
CVE-2025-67260Shared CWE-434
CVE-2025-28915Shared CWE-434
CVE-2023-53956Shared CWE-434
CVE-2025-6058Shared CWE-434
CVE-2021-47819Shared CWE-434
CVE-2025-7852Shared CWE-434
CVE-2026-4883Shared CWE-434

Affected Assets

chikitsa
patient management system
2.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates the content and structure of uploaded backup ZIP files to prevent inclusion of malicious PHP shells that enable remote code execution.

preventdetect

Deploys malicious code protection mechanisms to scan and block ZIP files containing PHP shells during upload or extraction in the backup restoration process.

prevent

Enforces least privilege to restrict backup restoration functionality to only necessary high-privilege accounts, mitigating exploitation by low-privilege authenticated attackers.

References