CVE-2021-29002: Plone XSS Vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.53625%
CWE
Published
5/24/2022
Updated
11/22/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
plone | pip | <= 5.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references the 'form.widgets.site_title' parameter in the site-controlpanel. The SiteControlPanel
form handler (in Products/CMFPlone
) is responsible for processing and storing this input. Since the exploit demonstrates that raw HTML/script tags in the site title are rendered without neutralization, the update
method (or equivalent form processing logic) likely fails to sanitize the input before persistence or rendering. This matches the XSS pattern where user-controlled data is reflected unsafely in output templates.