From 66984eefead17634b64ca48ab5c9a04a8f62fe00 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:15:24 +0000 Subject: [PATCH] Publish Advisories GHSA-q99m-qcv4-fpm7 GHSA-q99m-qcv4-fpm7 --- .../GHSA-q99m-qcv4-fpm7.json | 120 ++++++++++++++++++ .../GHSA-q99m-qcv4-fpm7.json | 42 ------ 2 files changed, 120 insertions(+), 42 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json diff --git a/advisories/github-reviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json b/advisories/github-reviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json new file mode 100644 index 00000000000..5892b61c27f --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json @@ -0,0 +1,120 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q99m-qcv4-fpm7", + "modified": "2024-10-25T14:13:42Z", + "published": "2024-10-18T06:30:32Z", + "aliases": [ + "CVE-2024-9264" + ], + "summary": "Grafana Command Injection And Local File Inclusion Via Sql Expressions", + "details": "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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/grafana/grafana" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.0.6+security-01" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.0.6" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/grafana/grafana" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.1.0" + }, + { + "fixed": "11.1.7+security-01" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.1.7" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/grafana/grafana" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.2.0" + }, + { + "fixed": "11.2.2+security-01" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 11.2.2" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9264" + }, + { + "type": "WEB", + "url": "https://github.com/grafana/grafana/pull/81666" + }, + { + "type": "PACKAGE", + "url": "https://github.com/grafana/grafana" + }, + { + "type": "WEB", + "url": "https://grafana.com/blog/2024/10/17/grafana-security-release-critical-severity-fix-for-cve-2024-9264" + }, + { + "type": "WEB", + "url": "https://grafana.com/security/security-advisories/cve-2024-9264" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-10-25T14:13:42Z", + "nvd_published_at": "2024-10-18T04:15:04Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json b/advisories/unreviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json deleted file mode 100644 index 054151b1a16..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-q99m-qcv4-fpm7/GHSA-q99m-qcv4-fpm7.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-q99m-qcv4-fpm7", - "modified": "2024-10-18T06:30:32Z", - "published": "2024-10-18T06:30:32Z", - "aliases": [ - "CVE-2024-9264" - ], - "details": "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.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" - }, - { - "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9264" - }, - { - "type": "WEB", - "url": "https://grafana.com/security/security-advisories/cve-2024-9264" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-94" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-18T04:15:04Z" - } -} \ No newline at end of file