Skip to content

Commit 63e01a1

Browse files
committed
Add 2 more vulns for Scala
1 parent f09044e commit 63e01a1

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Scala/CVE-2014-3630.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
type: library
3+
maven: com.typesafe.play:play_2.10
4+
cve: CVE-2014-3630
5+
url: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3630
6+
title: XML External Entities
7+
date: 2014-10-07
8+
description: >
9+
A vulnerability has been found in Play’s Java XML processing.
10+
An attacker may use XML external entities to read files from the file system, internal network, or DoS the application.
11+
cvss_v2: 4.0
12+
patched_versions:
13+
- ">= 2.3.5"

Scala/CVE-2015-2156.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
type: library
3+
maven: com.typesafe.play:play_2.10
4+
cve: CVE-2015-2156
5+
url: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2156
6+
title: Http only cookie bypass
7+
date: 2015-05-09
8+
description: >
9+
A vulnerability has been found in Play’s cookie handling code that could allow an attacker to bypass the httpOnly flag on sensitive cookies.
10+
cvss_v2: 4.0
11+
patched_versions:
12+
- ">= 2.3.9"

0 commit comments

Comments
 (0)