CVE-2021-46363: Arbitrary code execution in Magnolia CMS
7.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.81258%
CWE
Published
2/12/2022
Updated
1/29/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
info.magnolia:magnolia-core | maven | < 6.2.4 | 6.2.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization of formula elements in exported CSVs. The primary indicator is the HtmlColumnRenderer
modification mentioned in release notes (MGNLUI-6380), which restricted allowed attributes - suggesting it previously rendered untrusted content directly. The ContentTranslationExportHandler
is implicated as the entry point for translation exports where malicious content would be processed. These functions would appear in stack traces during export generation with user-controlled input.