-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| FormEncode | pip | = 1.0 | 1.0.1 |
The vulnerability stems from the chained_validators feature not being applied during validation. In FormEncode, schema validation typically processes both 'validators' and 'chained_validators' arrays. The Schema.validate method is responsible for executing these validation steps. Since the CVE specifically mentions chained_validators were not applied, this indicates the validate method failed to iterate through and execute all validators in the chained_validators list, making it the root cause. This conclusion aligns with the vulnerability's description of access restriction bypass through incomplete validation.
A Semantic Attack on Google Gemini - Read the Latest Research