diff options
| author | Mark Felder <feld@FreeBSD.org> | 2015-07-27 13:06:48 +0000 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2015-07-27 13:06:48 +0000 |
| commit | f086d5f2519218750ff5f6933492dab14ff5aa90 (patch) | |
| tree | fd68b000d627d832db3e6ede4eae73ae1713393f | |
| parent | Upgrade to version 3.5.4. (diff) | |
Document logstash SSL/TLS security vulnerability (FREAK attack)
PR: 201893
Security: CVE-2015-5378
Security: c470bcc7-33fe-11e5-a4a5-002590263bf5
Notes
Notes:
svn path=/head/; revision=392978
| -rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a06337734204..5e2057c6ec4a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,39 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c470bcc7-33fe-11e5-a4a5-002590263bf5"> + <topic>logstash -- SSL/TLS vulnerability with Lumberjack input</topic> + <affects> + <package> + <name>logstash</name> + <range><lt>1.4.4</lt></range> + <range><ge>1.5.0</ge><lt>1.5.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Elastic reports:</p> + <blockquote cite="https://www.elastic.co/community/security"> + <p>Vulnerability Summary: All Logstash versions prior to 1.5.2 that + use Lumberjack input (in combination with Logstash Forwarder agent) + are vulnerable to a SSL/TLS security issue called the FREAK attack. + This allows an attacker to intercept communication and access secure + data. Users should upgrade to 1.5.3 or 1.4.4.</p> + <p>Remediation Summary: Users that do not want to upgrade can address + the vulnerability by disabling the Lumberjack input.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-5378</cvename> + <url>https://www.elastic.co/community/security</url> + </references> + <dates> + <discovery>2015-07-22</discovery> + <entry>2015-07-27</entry> + </dates> + </vuln> + <vuln vid="9d732078-32c7-11e5-b263-00262d5ed8ee"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |
