| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Elasticsearch Logstash Information Disclosure Vulnerability (CNVD-2018-08330) | 4 Apr 201800:00 | – | cnvd | |
| CVE-2018-3817 | 30 Mar 201820:00 | – | cve | |
| CVE-2018-3817 | 30 Mar 201820:00 | – | cvelist | |
| Elastic Stack 6.1.2 and 5.6.6 security update | 16 Jan 201817:08 | – | elastic | |
| EUVD-2018-15605 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-3817 | 30 Mar 201820:29 | – | nvd | |
| Elastic Logstash 'CVE-2018-3817' Information Disclosure Vulnerability | 1 Mar 201800:00 | – | openvas | |
| SUSE-SU-2018:2317-1 Security update for grafana, kafka, logstash, openstack-monasca-installer | 14 Aug 201806:03 | – | osv | |
| SUSE-SU-2018:2536-1 Security update for grafana, kafka, logstash and monasca-installer | 28 Aug 201809:05 | – | osv | |
| Information disclosure | 30 Mar 201820:29 | – | prion |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(121312);
script_version("1.2");
script_cvs_date("Date: 2019/10/31 15:18:51");
script_cve_id("CVE-2018-3817");
script_name(english:"Logstash ESA-2018-01");
script_summary(english:"Checks the version of Logstash.");
script_set_attribute(attribute:"synopsis", value:
"The remote web server hosts a Java application that is vulnerable.");
script_set_attribute(attribute:"description", value:
"When logging warnings regarding deprecated settings, Logstash could
inadvertently log sensitive information.");
# https://www.elastic.co/community/security
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?3f00797e");
script_set_attribute(attribute:"solution", value:
"Users should upgrade to Logstash version 5.6.6 or 6.1.2. If you are
unable to upgrade you should review your settings to ensure no
deprecated settings are used in your environment.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:N/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-3817");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/01/16");
script_set_attribute(attribute:"patch_publication_date", value:"2018/01/16");
script_set_attribute(attribute:"plugin_publication_date", value:"2019/01/22");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:elasticsearch:logstash");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("logstash_api_detect.nbin");
script_require_keys("installed_sw/Logstash");
script_require_ports("Services/www", 9600);
exit(0);
}
include("audit.inc");
include("http.inc");
include("vcf.inc");
app = "Logstash";
get_install_count(app_name:app, exit_if_zero:TRUE);
port = get_http_port(default:9600);
app_info = vcf::get_app_info(app:app, port:port, webapp:TRUE);
constraints = [
{ "min_version" : "5.0.0", "fixed_version" : "5.6.6" },
{ "min_version" : "6.0.0", "fixed_version" : "6.1.2" }
];
vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation