GHSA-w9p3-26fx-5mp3: eZ Platform Admin UI is vulnerable to Cross-site Scripting (XSS)
N/A
Basic Information
Technical Details
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ezsystems/platform-ui-assets-bundle | composer | >= 4.2.0, < 4.2.3 | 4.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability originates from outdated third-party dependencies (CKEditor <4.14 and AlloyEditor <2.11.9) used by the eZ Platform Admin UI, rather than specific functions within the eZ Platform codebase itself. The XSS vulnerability exists in CKEditor's
handling of 'protected' comments, which is a feature implemented within CKEditor's
core parsing and rendering logic. Since the advisory doesn't provide specific code references or patches within the eZ Platform components, and the fix involves updating dependencies rather than modifying eZ Platform's own functions, we cannot identify vulnerable functions in the eZ Platform code with high confidence. The primary vulnerable components are in the third-party libraries' comment processing mechanisms.