diff --git a/advisories/github-reviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json b/advisories/github-reviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json new file mode 100644 index 00000000000..95df077feab --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g49j-j489-3xpf", + "modified": "2023-12-19T21:10:36Z", + "published": "2023-12-19T12:30:19Z", + "aliases": [ + "CVE-2023-49734" + ], + "summary": "Apache Superset incorrect write permissions vulnerability", + "details": "An authenticated Gamma user has the ability to create a dashboard and add charts to it, this user would automatically become one of the owners of the charts allowing him to incorrectly have write permissions to these charts.This issue affects Apache Superset: before 2.1.3, from 3.0.0 before 3.0.2.\n\nUsers are recommended to upgrade to version 3.0.2 or 2.1.3, which fixes the issue.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-superset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "apache-superset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49734" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/pull/25843" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/commit/5198279a2ba41ab3e89bd9d7750694179d3f9fe6" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/commit/cb6de0a9c9f505ee3f26e79ca9bfa5f3901528a0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/superset" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/985h6ltvtbvdoysso780kkj7x744cds5" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/19/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-19T21:10:36Z", + "nvd_published_at": "2023-12-19T10:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json b/advisories/github-reviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json new file mode 100644 index 00000000000..65a324cb0e0 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jfxj-xf67-x723", + "modified": "2023-12-19T21:10:09Z", + "published": "2023-12-19T12:30:19Z", + "aliases": [ + "CVE-2023-49736" + ], + "summary": "Apache Superset SQL injection vulnerability", + "details": "A where_in JINJA macro allows users to specify a quote, which combined with a carefully crafted statement would allow for SQL injection in Apache Superset.This issue affects Apache Superset: before 2.1.3, from 3.0.0 before 3.0.2.\n\nUsers are recommended to upgrade to version 2.1.3 or 3.0.2, which fixes the issue.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-superset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "apache-superset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49736" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/pull/25779" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/commit/1d403dab9822a8cee6108669c53e53fad881c751" + }, + { + "type": "WEB", + "url": "https://github.com/apache/superset/commit/34101594e284ab3acce692f41aff7759ccb4bf1d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/superset" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/1kf481bgs3451qcz6hfhobs7xvhp8n1p" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/19/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-19T21:10:09Z", + "nvd_published_at": "2023-12-19T10:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json b/advisories/unreviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json deleted file mode 100644 index e36d91fa88e..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-g49j-j489-3xpf/GHSA-g49j-j489-3xpf.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g49j-j489-3xpf", - "modified": "2023-12-19T12:30:19Z", - "published": "2023-12-19T12:30:19Z", - "aliases": [ - "CVE-2023-49734" - ], - "details": "An authenticated Gamma user has the ability to create a dashboard and add charts to it, this user would automatically become one of the owners of the charts allowing him to incorrectly have write permissions to these charts.This issue affects Apache Superset: before 2.1.2, from 3.0.0 before 3.0.2.\n\nUsers are recommended to upgrade to version 3.0.2 or 2.1.3, which fixes the issue.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49734" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/985h6ltvtbvdoysso780kkj7x744cds5" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/19/3" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-19T10:15:08Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json b/advisories/unreviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json deleted file mode 100644 index ca7285c7759..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-jfxj-xf67-x723/GHSA-jfxj-xf67-x723.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jfxj-xf67-x723", - "modified": "2023-12-19T15:30:29Z", - "published": "2023-12-19T12:30:19Z", - "aliases": [ - "CVE-2023-49736" - ], - "details": "A where_in JINJA macro allows users to specify a quote, which combined with a carefully crafted statement would allow for SQL injection in Apache Superset.This issue affects Apache Superset: before 2.1.2, from 3.0.0 before 3.0.2.\n\nUsers are recommended to upgrade to version 3.0.2, which fixes the issue.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49736" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/1kf481bgs3451qcz6hfhobs7xvhp8n1p" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/19/2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-89" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-19T10:15:08Z" - } -} \ No newline at end of file