diff options
author | feld <feld@FreeBSD.org> | 2015-07-27 21:06:48 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-27 21:06:48 +0800 |
commit | 283596d004a0b211cc1461f4c202ce24213da8c9 (patch) | |
tree | fd68b000d627d832db3e6ede4eae73ae1713393f /security | |
parent | 0c0836d7d8851ea0973c9b4d0828ecd77380e2b0 (diff) | |
download | freebsd-ports-gnome-283596d004a0b211cc1461f4c202ce24213da8c9.tar.gz freebsd-ports-gnome-283596d004a0b211cc1461f4c202ce24213da8c9.tar.zst freebsd-ports-gnome-283596d004a0b211cc1461f4c202ce24213da8c9.zip |
Document logstash SSL/TLS security vulnerability (FREAK attack)
PR: 201893
Security: CVE-2015-5378
Security: c470bcc7-33fe-11e5-a4a5-002590263bf5
Diffstat (limited to 'security')
-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> |