Cyber Resilience

CVE-2022-40878

HighPublic PoC

Published: 27 September 2022

Published
27 September 2022
Modified
21 May 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0722 91.8th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-40878 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Exam Reviewer Management System Project Exam Reviewer Management System. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 8.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-40878 is an unrestricted file upload vulnerability (CWE-434) affecting Exam Reviewer Management System version 1.0. The flaw resides in the profile page functionality and permits an authenticated user to upload arbitrary PHP files, including web shells, that are subsequently executed by the web server.

An attacker who possesses valid low-privileged credentials can exploit the issue remotely over the network with no user interaction required. Successful exploitation grants the ability to run arbitrary code, resulting in complete compromise of confidentiality, integrity, and availability on the target system, consistent with the CVSS 8.8 rating.

Public exploit code for the vulnerability has been published on Exploit-DB. The associated EPSS score has remained flat at 0.0722 since disclosure, indicating no material increase in observed exploitation interest.

EU & UK References

Vulnerability details

In Exam Reviewer Management System 1.0, an authenticated attacker can upload a web-shell php file in profile page to achieve Remote Code Execution (RCE).

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

exam reviewer management system project
exam reviewer management system
1.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References