CVE-2024-38820 is a Spring Framework vulnerability in DataBinder field protection logic. A prior fix for CVE-2022-22968 changed disallowedFields pattern handling to be case-insensitive, but the implementation relied on String.toLowerCase(). Because Java case conversion is locale-dependent, certain locale-specific mappings can cause field-name comparisons to behave unexpectedly. As a result, fields intended to be blocked by DataBinder disallowedFields may fail to match as expected, allowing otherwise disallowed request parameters to be bound. The issue affects applications that depend on disallowedFields as a security control for restricting mass assignment or sensitive property binding.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This repository is a comprehensive proof-of-concept (PoC) for CVE-2024-38820, a vulnerability in the Spring Framework's DataBinder component. The vulnerability arises from locale-dependent behavior of Java's String.toLowerCase() method, which can be exploited in locales such as Turkish (tr_TR) to bypass the disallowedFields protection mechanism. The repository contains a Spring Boot application (Java) with controllers that demonstrate the vulnerability, a model with a protected field (adminId), and configuration files to set the locale. The main exploit is performed by sending HTTP GET requests to the /user endpoint with parameter names that, due to locale-specific case conversion, are not properly blocked by the DataBinder. The included Bash script (test-cve-2024-38820.sh) automates the exploitation and verification process. The PoC confirms that, in a Turkish locale, using parameter names like ADMINID or ADMİNID allows an attacker to set the protected adminId field, potentially leading to privilege escalation. The repository is well-documented, with detailed explanations, test cases, and mitigation advice. No fake or destructive code is present; the exploit is a legitimate demonstration of the vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
4 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Vulnerability in the external Spring framework affecting Adobe Experience Manager Forms that could allow unauthorized access to sensitive data.
A vulnerability in the Spring dependency affecting Adobe Experience Manager Forms on JEE that could lead to a case sensitive match exception.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.