#VU62314 Security features bypass in Pivotal Spring Framework - CVE-2022-22968
Published: April 14, 2022 / Updated: May 12, 2022
Pivotal Spring Framework
Pivotal
Description
The vulnerability allows a remote attacker to bypass implemented security restrictions.
The vulnerability exists due to patterns for disallowedFields on a DataBinder are case sensitive, which means a field is not effectively protected unless it is listed
with both upper and lower case for the first character of the field,
including upper and lower case for the first character of all nested
fields within the property path. A remote attacker can bypass implemented security restrictions by passing case sensitive data to the application.