Vendors1000mzchestnutcmsany version
Vulnerabilities

1000mz ChestnutCMS any version

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

9CVEs
CVE-2024-56828
File Upload vulnerability in ChestnutCMS through 1.5.0. Based on the code analysis, it was determined that the /api/member/avatar API endpoint receives a base64 string as input. This string is then passed to the memberService.uploadAvatarByBase64 method for processing. Within the service, the base64-encoded image is parsed. For example, given a string like: data:image/html;base64,PGh0bWw+PGltZyBzcmM9eCBvbmVycm9yPWFsZXJ0KDEpPjwvaHRtbD4= the content after the comma is extracted and decoded using Base64.getDecoder().decode(). The substring from the 11th character up to the first occurrence of a semicolon (;) is assigned to the suffix variable (representing the file extension). The decoded content is then written to a file. However, the file extension is not validated, and since this functionality is exposed to the frontend, it poses significant security risks.
Published 2025-01-06 · Analyzed
9.8EPSS 0.009
CVE-2024-57450
ChestnutCMS <=1.5.0 is vulnerable to File Upload via the Create template function.
Published 2025-02-03 · Analyzed
9.8EPSS 0.006
CVE-2025-5552
ChestnutCMS API Endpoint exec deserialization
Published 2025-06-04 · Analyzed
8.8EPSS 0.005
CVE-2025-15009
liweiyi ChestnutCMS Filename upload FilenameUtils.getExtension unrestricted upload
Published 2025-12-22 · Analyzed
8.8EPSS 0.003
CVE-2024-57451
ChestnutCMS <=1.5.0 has a directory traversal vulnerability in contentcore.controller.FileController#getFileList, which allows attackers to view any directory.
Published 2025-02-03 · Analyzed
7.5EPSS 0.009
CVE-2025-2917
ChestnutCMS read readFile path traversal
Published 2025-03-28 · Analyzed
7.5EPSS 0.008
CVE-2024-57452
ChestnutCMS <=1.5.0 has an arbitrary file deletion vulnerability in contentcore.controller.FileController, which allows attackers to delete any file and folder.
Published 2025-02-03 · Analyzed
7.5EPSS 0.004
CVE-2025-70073
An issue in ChestnutCMS v.1.5.8 and before allows a remote attacker to execute arbitrary code via the template creation function
Published 2026-02-05 · Analyzed
7.2EPSS 0.007
CVE-2025-12923
liweiyi ChestnutCMS download resourceDownload path traversal
Published 2025-11-10 · Analyzed
4.9EPSS 0.006