Skip to content

Commit 5c98d71

Browse files
authored
Merge pull request #409 from ignasi35/prepare-cve-ann
2 parents dd0ac3e + eb27fab commit 5c98d71

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

app/views/vulnerabilities.scala.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ <h2>Reporting vulnerabilities</h2>
2727

2828
<h2>Play 2.8.x<h2>
2929

30+
<h3>Fixed in Play 2.8.5</h3>
31+
<ul>
32+
<li><a href="@routes.Security.vulnerability("CVE-2020-28923-ImproperRemovalofSensitiveInformationBeforeStorageorTransfer")">CVE-2020-28923-ImproperRemovalofSensitiveInformationBeforeStorageorTransfer </a> - Improper Removal of Sensitive Information Before Storage or Transfer
33+
</li>
34+
</ul>
35+
3036
<h3>Fixed in Play 2.8.3</h3>
3137
<ul>
3238
<li><a href="@routes.Security.vulnerability("CVE-2020-26882-JsonParseDataAmplification")">CVE-2020-26882-JsonParseDataAmplification </a> - JSON parse Data Amplification</li>
3339
<li><a href="@routes.Security.vulnerability("CVE-2020-26883-JsonParseUncontrolledRecursion")">CVE-2020-26883-JsonParseUncontrolledRecursion</a> - JSON parse Uncontrolled Recursion</li>
3440
<li><a href="@routes.Security.vulnerability("CVE-2020-27196-DosViaJsonStackOverflow")">CVE-2020-27196-DosViaJsonStackOverflow</a> - DoS via JSON parse Stack Overflow</li>
3541
</ul>
36-
42+
3743
<h3>Fixed in Play 2.8.2</h3>
3844
<ul>
3945
<a href="@routes.Security.vulnerability("CVE-2020-12480-CsrfBlacklistBypass")">CVE-2020-12480-CsrfBlacklistBypass</a> - Play CSRF Filter Content-Type black list bypass
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# JSON Improper Removal of Sensitive Information Before Storage or Transfer
2+
3+
## CVE-ID
4+
5+
CVE-2020-28923
6+
7+
## Date
8+
9+
7 October 2020
10+
11+
## Description
12+
13+
Play JSON handling on the Java API serializes private and protected fields.
14+
15+
## Impact
16+
17+
Users migrating from Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or private fields to JSON.
18+
19+
## Affected versions
20+
21+
- Play 2.8.0-2.8.4
22+
23+
## Fixes
24+
25+
This issue is fixed on Play 2.8.5.
26+
27+
## CVSS Metrics ([more info](https://www.first.org/cvss/user-guide))
28+
29+
**Overall: 4.2**
30+
[AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:X/RL:O/RC:C](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:X/RL:O/RC:C&version=3.1)
31+
32+
## Acknowledgements
33+
34+
Credit for reporting this vulnerability goes to Onilton Maciel.

0 commit comments

Comments
 (0)