CVE-2021-32737: XSS Injection in Media Collection Title was possible
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.57477%
CWE
Published
7/2/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
sulu/sulu | composer | < 1.6.41 | 1.6.41 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves XSS in collection titles executed client-side. The workaround mentions patching JS
files, indicating the flaw exists in frontend rendering logic. The most probable cause is unsafe DOM manipulation (e.g., using innerHTML
) when displaying collection titles. While exact function
names aren't visible in provided resources, the pattern matches common XSS vectors in JavaScript
view components handling unescaped user-controlled data.