Cyber Posture

CVE-2024-57450

CriticalPublic PoC

Published: 03 February 2025

Published
03 February 2025
Modified
13 May 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0022 43.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57450 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in 1000Mz Chestnutcms. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 43.8th percentile by exploit likelihood (below the median); 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly and comprehensively mitigates unrestricted file uploads by validating the content, type, and structure of files submitted via the Create template function to block dangerous types.

prevent

SI-9 prevents exploitation by enforcing strict restrictions on file types, sizes, and other attributes allowable through the vulnerable Create template function.

prevent

AC-3 enforces access control policies on the Create template function, blocking unauthenticated remote attackers from uploading arbitrary files.

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.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
Why these techniques?

Unrestricted file upload on public-facing CMS directly enables remote exploitation (T1190) and web shell deployment (T1505.003) via arbitrary file ingress (T1105).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

ChestnutCMS <=1.5.0 is vulnerable to File Upload via the Create template function.

Deeper analysisAI

CVE-2024-57450 is an unrestricted file upload vulnerability in ChestnutCMS versions up to and including 1.5.0, exploitable via the Create template function and mapped to CWE-434 (Unrestricted Upload of File with Dangerous Type). Published on 2025-02-03, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact across confidentiality, integrity, and availability.

The vulnerability enables exploitation by any remote, unauthenticated attacker over the network with low complexity and no user interaction required. Attackers can upload arbitrary files through the affected function, achieving high-impact compromise including unauthorized access to sensitive data, modification of system files, and disruption of services.

Mitigation guidance is available in the referenced advisory at https://locrian-lightning-dc7.notion.site/File-Upload-1628e5e2b1a2806a99b8faf140bd5e42.

Details

CWE(s)

Affected Products

1000mz
chestnutcms
≤ 1.5.0

CVEs Like This One

CVE-2024-56828Same product: 1000Mz Chestnutcms
CVE-2025-2031Same product: 1000Mz Chestnutcms
CVE-2025-70073Same product: 1000Mz Chestnutcms
CVE-2025-2917Same product: 1000Mz Chestnutcms
CVE-2024-57451Same product: 1000Mz Chestnutcms
CVE-2024-57452Same product: 1000Mz Chestnutcms
CVE-2025-63994Shared CWE-434
CVE-2025-6207Shared CWE-434
CVE-2025-6079Shared CWE-434
CVE-2025-6222Shared CWE-434

References