-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability documentation explicitly identifies Form#bindFromRequest and Form#bind as entry points for JSON processing. These methods leverage Play's JSON parsing infrastructure which lacked depth limiting prior to 2.8.16. The patch adds depth validation, confirming these were the vulnerable entry points. Both Scala and Java APIs are affected as they share the same underlying parsing mechanism for form binding from JSON data.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.typesafe.play:play_2.13 | maven | >= 2.8.3, < 2.8.16 | 2.8.16 |
| com.typesafe.play:play_2.12 | maven | >= 2.8.3, < 2.8.16 | 2.8.16 |