Lucene search
+L

Grafana < 5.3.2 XSS Vulnerability

🗓️ 01 Jul 2019 00:00:00Reported by Copyright (C) 2019 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Grafana < 5.3.2 XSS Vulnerability, stored cross-site scripting (XSS) issu

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2018-1000816
20 Dec 201815:00
cve
cvelist
Cvelist
CVE-2018-1000816
20 Dec 201815:00
cvelist
euvd
EUVD
EUVD-2022-5716
3 Oct 202520:07
euvd
github
Github Security Blog
Grafana XSS Vulnerability
14 May 202201:42
github
nvd
NVD
CVE-2018-1000816
20 Dec 201815:29
nvd
osv
OSV
ECHO-E419-828F-5730
24 Nov 202510:19
osv
osv
OSV
GHSA-X5FH-FVVR-892F Grafana XSS Vulnerability
14 May 202201:42
osv
osv
OSV
UBUNTU-CVE-2018-1000816
20 Dec 201815:29
osv
prion
Prion
Cross site scripting
20 Dec 201815:29
prion
redhatcve
RedhatCVE
CVE-2018-1000816
21 Dec 201810:02
redhatcve
Rows per page
# Copyright (C) 2019 Greenbone Networks GmbH, https://www.greenbone.net
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.112513");
  script_version("2021-08-30T14:01:20+0000");
  script_tag(name:"last_modification", value:"2021-08-30 14:01:20 +0000 (Mon, 30 Aug 2021)");
  script_tag(name:"creation_date", value:"2019-07-01 11:52:11 +0200 (Mon, 01 Jul 2019)");
  script_tag(name:"cvss_base", value:"3.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:N/I:P/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-01-07 21:25:00 +0000 (Mon, 07 Jan 2019)");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_cve_id("CVE-2018-1000816");

  script_name("Grafana < 5.3.2 XSS Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2019 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_grafana_http_detect.nasl");
  script_mandatory_keys("grafana/detected");

  script_tag(name:"summary", value:"Grafana is prone to a stored cross-site scripting (XSS) vulnerability.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"The vulnerability is triggered when clicking the field in the query
  editor's 'FROM'-row in which the payload was previously inserted.");
  script_tag(name:"impact", value:"Successful exploitation would result in arbitrary JavaScript code
  being run in the victims browser.");
  script_tag(name:"affected", value:"Grafana before version 5.3.2.");
  script_tag(name:"solution", value:"Update to version 5.3.2 or later.");

  script_xref(name:"URL", value:"https://github.com/grafana/grafana/issues/13667");

  exit(0);
}

CPE = "cpe:/a:grafana:grafana";

include( "host_details.inc" );
include( "version_func.inc" );

if( ! port = get_app_port( cpe: CPE ) ) exit( 0 );
if( ! infos = get_app_version_and_location( cpe: CPE, port: port, exit_no_version: TRUE ) ) exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less( version: version, test_version: "5.3.2" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "5.3.2", install_path: location );
  security_message( data: report, port: port );
  exit( 0 );
}

exit( 99 );

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

30 Aug 2021 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 23.5
CVSS 35.4
EPSS0.00746
37