GHSA-4c2w-v5rq-5mx7: eZ Platform Editor Cross-site Scripting (XSS)
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
5/15/2024
Updated
5/15/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ezsystems/ezplatform-admin-ui-assets | composer | >= 4.2.0, < 4.2.1 | 4.2.1 |
ezsystems/ezplatform-admin-ui-assets | composer | >= 5.0.0, < 5.0.1 | 5.0.1 |
ezsystems/ezplatform-admin-ui-assets | composer | >= 5.1.0, < 5.1.1 | 5.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from outdated dependencies (CKEditor <4.14 and AlloyEditor <2.11.9) rather than specific functions in the ezplatform-admin-ui-assets
package itself. The XSS vulnerability exists in how CKEditor
/AlloyEditor
processes 'protected' comments, but without access to specific code implementations in eZ Platform
's integration or patch diffs, we cannot identify exact vulnerable functions in the listed PHP
packages with high confidence. The primary mitigation was updating these third-party editor dependencies rather than modifying eZ Platform
's own functions.