lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 2 Oct 2014 07:37:31 -0700
From: Jordan Sissel <jordan.sissel@...sticsearch.com>
To: bugtraq@...urityfocus.com
Subject: Elasticsearch vulnerability CVE-2014-6439

Summary:
Elasticsearch versions 1.3.x and prior have a default configuration for
CORS that allows an attacker to craft links that could cause a user’s
browser to send requests to Elasticsearch instances on their local network.
These requests could cause data loss or compromise.

We have been assigned CVE-2014-6439 for this issue.


Fixed versions:
Version 1.4.0 beta 1 and later change the default configuration.


Remediation:
Users should either set “http.cors.enabled” to false, or set
“http.cors.allow-origin” to the value of the server that should be allowed
access, such as localhost or a server hosting Kibana.  Disabling CORS
entirely with the former setting is more secure, but may not be suitable
for all use cases.

CVSS
Overall CVSS score: 5.3

More information:
http://www.elasticsearch.org/blog/elasticsearch-1-4-0-beta-released/

Powered by blists - more mailing lists