CVE-2024-41676 – openmage/magento-lts
Package
Manager: composer
Name: openmage/magento-lts
Vulnerable Version: >=0 <20.10.1
Severity
Level: Medium
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:N
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N
EPSS: 0.00475 pctl0.63831
Details
Magento LTS vulnerable to stored Cross-site Scripting (XSS) in admin system configs ### Impact This XSS vulnerability is about the system configs * design/header/welcome * design/header/logo_src * design/header/logo_src_small * design/header/logo_alt They are intended to enable admins to set a text in the two cases, and to define an image url for the other two cases. But because of previously missing escaping allowed to input arbitrary html and as a consequence also arbitrary JavaScript. While this is in most usage scenarios not a relevant issue, some people work with more restrictive roles in the backend. Here the ability to inject JavaScript with these settings would be an unintended and unwanted privilege. ### Patches _Has the problem been patched? What versions should users upgrade to?_ The problem is patched with Version 20.10.1 or higher. ### Workarounds _Is there a way for users to fix or remediate the vulnerability without upgrading?_ Possible mitigations are * Restricting access to the System Configs * checking templates where these settings are used to apply proper html filtering ### For Users relying on this possibility Some Users might actually rely on the ability to use html there. You can restore the previous behavior by making use of the new introduced `->getUnescapedValue()` method on this escaped elements. Developers should have a look at the newly introduced `Mage_Core_Model_Security_HtmlEscapedString` ### Credit Credit goes to Aakash Adhikari @justlife4x4 for finding this issue
Metadata
Created: 2024-07-29T16:38:20Z
Modified: 2024-07-29T16:38:20Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/07/GHSA-5vrp-638w-p8m2/GHSA-5vrp-638w-p8m2.json
CWE IDs: ["CWE-79"]
Alternative ID: GHSA-5vrp-638w-p8m2
Finding: F425
Auto approve: 1