Cyber Resilience

CVE-2023-36212

HighPublic PoC

Published: 03 August 2023

Published
03 August 2023
Modified
21 November 2024
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.4952 97.9th percentile
Risk Priority 47 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-36212 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Totalcms Total Cms. Its CVSS base score is 8.8 (High).

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

Deeper analysis

Total CMS version 1.7.4 contains an unrestricted file upload vulnerability tracked as CVE-2023-36212 and assigned CWE-434. The flaw resides in the edit page function and permits an attacker to supply a crafted PHP file that the application stores and executes without sufficient type or content validation.

An authenticated remote attacker with low privileges can reach the affected function over the network and upload the malicious file, resulting in arbitrary code execution that compromises confidentiality, integrity, and availability. The CVSS 3.1 score of 8.8 reflects the combination of network access, low attack complexity, and absence of required user interaction.

Public exploit code for the issue is available on Exploit-DB, Packet Storm, and GitHub repositories. The EPSS score stands at 0.4952 with an identical recorded peak, indicating sustained exploitation interest since disclosure rather than a recent increase from a low baseline. No vendor advisory or patch information appears among the referenced sources.

EU & UK References

Vulnerability details

File Upload vulnerability in Total CMS v.1.7.4 allows a remote attacker to execute arbitrary code via a crafted PHP file to the edit page function.

CWE(s)

Related Threats

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

Affected Assets

totalcms
total cms
1.7.4

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