CVE-2016-4043: Chameleon in Plone allows Authentication Bypass
4.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.34787%
CWE
Published
5/17/2022
Updated
10/18/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Plone | pip | >= 5.0rc1, <= 5.0.4 | |
Plone | pip | = 5.1a1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper enforcement of Restricted Python in Chameleon (five.pt
) when processing templates. The core issue lies in template compilation and expression evaluation logic, where the sandboxing mechanism was not applied correctly. While the exact functions are inferred (due to lack of patch details), the five.pt
engine's compile
method and expression evaluator are the most likely candidates, as they directly handle untrusted template code. Confidence is medium because the analysis relies on component roles rather than explicit code/commit evidence.