[CVE-2024-38820] CWE-178: Improper Handling of Case Sensitivity
Description
The fix for CVE-2022-22968 made disallowedFields�patterns in DataBinder�case insensitive. However, String.toLowerCase()�has some Locale dependent exceptions that could potentially result in fields not protected as expected.