CVE-2024-0669: Cross-Frame Scripting vulnerability has been found on Plone CMS
7.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.15221%
CWE
Published
1/18/2024
Updated
1/26/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Plone | pip | <= 6.0.5 | 6.0.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
Cross-Frame Scripting (CWE-1021) typically occurs when security headers like X-Frame-Options or CSP frame-ancestors are missing/misconfigured. The vulnerability description indicates attackers could exploit iframe elements through stored malicious URLs, strongly suggesting insufficient frame embedding restrictions. While exact code changes aren't available, Plone's security middleware handling HTTP responses is the most probable location for this vulnerability, as header configuration is the primary defense against UI redressing attacks. The high confidence comes from the direct alignment between the CWE, vulnerability description, and standard XFS mitigation techniques.