VYPR
Moderate severityNVD Advisory· Published Mar 24, 2021· Updated Aug 3, 2024

CVE-2021-29002

CVE-2021-29002

Description

A stored cross-site scripting (XSS) vulnerability in Plone CMS 5.2.3 exists in site-controlpanel via the "form.widgets.site_title" parameter.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A stored XSS vulnerability in Plone CMS 5.2.3 allows authenticated managers to inject arbitrary scripts via the site title field.

Vulnerability

Overview

CVE-2021-29002 is a stored cross-site scripting (XSS) vulnerability in Plone CMS version 5.2.3. The flaw resides in the site-controlpanel, specifically in the form.widgets.site_title parameter. An attacker with manager-level access can inject malicious scripts into the site title field, which are then stored and executed in the browsers of other users who view the affected page [1][2][4].

Exploitation

Details

To exploit this vulnerability, an attacker must first authenticate as a Manager. They then navigate to Manager → Site Setup → Site and edit the "Site title" field, inserting a payload such as ``. The injected script is stored and rendered without proper sanitization, leading to persistent XSS [4]. No additional privileges or network position beyond manager access are required.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of any user visiting the affected site. This can lead to cookie theft, session hijacking, password theft, or further arbitrary actions on the victim's browser. The stored nature of the XSS means the attack can affect multiple users over time without repeated interaction [2][4].

Mitigation

Plone has addressed this issue in subsequent releases; users are strongly advised to upgrade to a patched version of Plone CMS. As of the publication date, no workaround is documented, and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog. Administrators should review the official Plone security advisories for the latest updates [1][2].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
plonePyPI
<= 5.2.3

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.