CVE-2012-5491: Plone Information Disclosure
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54353%
CWE
Published
5/17/2022
Updated
10/11/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
plone | pip | < 4.2.3 | 4.2.3 |
Plone | pip | >= 4.3a0, < 4.3b1 | 4.3b1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper access control in z3c.form's widget traversal mechanism. The CVE description explicitly references 'widget_traversal.py' in Plone's security advisory 20121106/07, indicating traversal-related exposure of default values. The getitem method in widget traversal is typically responsible for resolving traversal steps, and lack of authorization here would let attackers access hidden form field metadata by constructing URLs targeting specific widget element IDs. The patch in Plone 4.2.3/4.3b1 likely added security checks to this traversal pathway.