Maven package
com.typesafe.play/play
pkg:maven/com.typesafe.play/play
Vulnerabilities (4)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-28923 | Low | 2.7 | >= 2.8.0, < 2.8.5 | 2.8.5 | Dec 3, 2020 | An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or priva | |
| CVE-2020-27196 | Hig | 7.5 | >= 2.6.0, < 2.7.6 | 2.7.6 | Nov 6, 2020 | An issue was discovered in PlayJava in Play Framework 2.6.0 through 2.8.2. The body parsing of HTTP requests eagerly parses a payload given a Content-Type header. A deep JSON structure sent to a valid POST endpoint (that may or may not expect JSON payloads) causes a StackOverflow | |
| CVE-2020-26883 | Hig | 7.5 | >= 2.6.0, < 2.7.6 | 2.7.6 | Nov 6, 2020 | In Play Framework 2.6.0 through 2.8.2, stack consumption can occur because of unbounded recursion during parsing of crafted JSON documents. | |
| CVE-2020-26882 | Hig | 7.5 | >= 2.6.0, < 2.7.6 | 2.7.6 | Nov 6, 2020 | In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input. |
- affected >= 2.8.0, < 2.8.5fixed 2.8.5
An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or priva
- affected >= 2.6.0, < 2.7.6fixed 2.7.6
An issue was discovered in PlayJava in Play Framework 2.6.0 through 2.8.2. The body parsing of HTTP requests eagerly parses a payload given a Content-Type header. A deep JSON structure sent to a valid POST endpoint (that may or may not expect JSON payloads) causes a StackOverflow
- affected >= 2.6.0, < 2.7.6fixed 2.7.6
In Play Framework 2.6.0 through 2.8.2, stack consumption can occur because of unbounded recursion during parsing of crafted JSON documents.
- affected >= 2.6.0, < 2.7.6fixed 2.7.6
In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input.