CVE-2025-22389
Published: 04 January 2025
Summary
CVE-2025-22389 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Optimizely Optimizely Cms. Its CVSS base score is 8.0 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious File (T1204.002); ranked in the top 37.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-9 (Information Input Restrictions).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validating uploaded files to ensure they conform to expected formats and reject dangerous types like .docm and .html.
Restricts the types of files that can be uploaded to the CMS, preventing acceptance of unrestricted dangerous file extensions.
Deploys malicious code protection at upload entry points to scan and eradicate threats in potentially malicious uploaded files.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unrestricted file upload (CWE-434) directly allows placement of malicious files (.docm, .html) on the server; victim access triggers execution (UI:R), mapping to malicious file user execution.
NVD Description
An issue was discovered in Optimizely EPiServer.CMS.Core before 12.32.0. A medium-severity vulnerability exists in the CMS, where the application does not properly validate uploaded files. This allows the upload of potentially malicious file types, including .docm .html. When accessed by…
more
application users, these files can be used to execute malicious actions or compromise users' systems.
Deeper analysisAI
CVE-2025-22389 is a file upload validation vulnerability in Optimizely EPiServer.CMS.Core versions prior to 12.32.0. The CMS fails to properly validate uploaded files, permitting the upload of potentially malicious file types such as .docm and .html. This issue, linked to CWE-434 (Unrestricted Upload of File with Dangerous Type), carries a CVSS v3.1 base score of 8.0 (AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H) and was published on 2025-01-04.
The vulnerability can be exploited by an authenticated attacker with low privileges (PR:L) who has access to upload functionality. Exploitation occurs over the network (AV:N) with low complexity (AC:L) but requires user interaction (UI:R) from a victim accessing the uploaded file. This enables execution of malicious actions, potentially compromising the victim's system with high impacts on confidentiality, integrity, and availability.
Mitigation guidance and patch details are provided in the official Optimizely Content Management System (CMS) Security Advisory CMS-2025-03, available at https://support.optimizely.com/hc/en-us/articles/33182404079629-Content-Management-System-CMS-Security-Advisory-CMS-2025-03.
Details
- CWE(s)