Skip to content

Commit 9369bfb

Browse files
authored
Create CVE-2015-2774.yml
1 parent a8c0f1c commit 9369bfb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: Erlang/CVE-2015-2774.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
type: runtime
3+
cve: CVE-2015-2774
4+
url: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2774
5+
title: Padding-oracle Attack
6+
date: 2016-07-04
7+
description: >
8+
Erlang/OTP before 18.0-rc1 does not properly check CBC padding bytes when terminating connections,
9+
which makes it easier for man-in-the-middle attackers to obtain cleartext data via a padding-oracle
10+
attack, a variant of CVE-2014-3566 (aka POODLE).
11+
cvss_v2: 4.3
12+
patched_versions:
13+
- ">= OTP 18.0-rc1"

0 commit comments

Comments
 (0)