| Reporter | Title | Published | Views | Family All 146 |
|---|---|---|---|---|
| Exploit for Code Injection in Grafana | 15 Jun 202500:38 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 31 May 202520:06 | – | githubexploit | |
| Exploit for Command Injection in Grafana | 9 Feb 202614:30 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 5 Jul 202523:51 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 5 Jul 202514:03 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 29 Jun 202606:44 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 19 Oct 202413:50 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 21 Oct 202403:36 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 20 Oct 202401:13 | – | githubexploit | |
| Exploit for Code Injection in Grafana | 7 Jul 202515:57 | – | githubexploit |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(211576);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/11/20");
script_cve_id("CVE-2024-9264");
script_name(english:"Grafana Labs SQL expressions allowing for RCE (CVE-2024-9264)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a security update.");
script_set_attribute(attribute:"description", value:
"The version of Grafana Labs installed on the remote host is affected by a vulnerability as referenced in the
CVE-2024-9264 advisory.
- The SQL Expressions experimental feature of Grafana allows for the evaluation of 'duckdb' queries containing user
input. These queries are insufficiently sanitized before being passed to 'duckdb', leading to a command injection
and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this
attack. The 'duckdb' binary must be present in Grafana's $PATH for this attack to function; by default, this binary
is not installed in Grafana distributions.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://grafana.com/security/security-advisories/cve-2024-9264/");
script_set_attribute(attribute:"solution", value:
"See vendor advisory");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/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:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-9264");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2024/10/17");
script_set_attribute(attribute:"patch_publication_date", value:"2024/10/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/11/19");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:grafana:grafana");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2024 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("grafana_labs_detect.nbin");
script_require_keys("Settings/ParanoidReport");
script_require_ports("Services/www", 3000);
exit(0);
}
include('vcf.inc');
include('http.inc');
if (report_paranoia < 2) audit(AUDIT_PARANOID);
var port = get_http_port(default:3000);
var app_info = vcf::get_app_info(app:'Grafana Labs', port:port, webapp:TRUE);
if (app_info['Security Patch'])
{
var match = pregmatch(string:app_info['Security Patch'], pattern:"security-([0-9]+)");
if (!empty_or_null(match))
var sp_num = uint(match[1]);
if (sp_num >= 1)
{
if (app_info['version'] == '11.0.5')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
else if (app_info['version'] == '11.0.6')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
else if (app_info['version'] == '11.1.6')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
else if (app_info['version'] == '11.1.7')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
else if (app_info['version'] == '11.2.1')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
else if (app_info['version'] == '11.2.2')
audit(AUDIT_WEB_APP_NOT_AFFECTED, 'Grafana Labs', port);
}
}
var constraints = [
{ 'min_version' : '11.0.0', 'max_version' : '11.0.6', 'fixed_display' : '11.0.6+security-01' },
{ 'min_version' : '11.1.0', 'max_version' : '11.1.7', 'fixed_display' : '11.1.7+security-01' },
{ 'min_version' : '11.2.0', 'max_version' : '11.2.2', 'fixed_display' : '11.2.2+security-01' }
];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_HOLE
);
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