From e28fbf2acb5706f17d362e08289aa4c9f18c2b0a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:48:29 +0000 Subject: [PATCH] Publish Advisories GHSA-52gm-qmg3-r4qp GHSA-93pf-mrc8-4g3h GHSA-52gm-qmg3-r4qp GHSA-93pf-mrc8-4g3h --- .../GHSA-52gm-qmg3-r4qp.json | 72 +++++++++++++++++++ .../GHSA-93pf-mrc8-4g3h.json | 61 ++++++++++++++++ .../GHSA-52gm-qmg3-r4qp.json | 39 ---------- .../GHSA-93pf-mrc8-4g3h.json | 35 --------- 4 files changed, 133 insertions(+), 74 deletions(-) create mode 100644 advisories/github-reviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json create mode 100644 advisories/github-reviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json delete mode 100644 advisories/unreviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json delete mode 100644 advisories/unreviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json diff --git a/advisories/github-reviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json b/advisories/github-reviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json new file mode 100644 index 00000000000..a450a5b4c6f --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json @@ -0,0 +1,72 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-52gm-qmg3-r4qp", + "modified": "2024-05-14T21:47:02Z", + "published": "2024-05-14T18:31:00Z", + "aliases": [ + "CVE-2024-32077" + ], + "summary": "Apache Airflow: XSS vulnerability in Task Instance Log/Log Details", + "details": "Apache Airflow version 2.9.0 has a vulnerability that allows an authenticated attacker to inject malicious data into the task instance logs. \nUsers are recommended to upgrade to version 2.9.1, which fixes this issue.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-airflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.9.0" + }, + { + "fixed": "2.9.1" + } + ] + } + ], + "versions": [ + "2.9.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32077" + }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/pull/38882" + }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/commit/87acf61f574daf47ce9e03a986e352a2c727f4ce" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/airflow" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/gsjmnrqb3m5fzp0vgpty1jxcywo91v77" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-14T21:47:02Z", + "nvd_published_at": "2024-05-14T16:17:01Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json b/advisories/github-reviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json new file mode 100644 index 00000000000..1b703df1dcf --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-93pf-mrc8-4g3h", + "modified": "2024-05-14T21:47:53Z", + "published": "2024-05-14T18:31:01Z", + "aliases": [ + "CVE-2024-34243" + ], + "summary": "Konga is vulnerable to Cross Site Scripting (XSS) attacks", + "details": "Konga v0.14.9 is vulnerable to Cross Site Scripting (XSS) via the username parameter.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "kongadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.14.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34243" + }, + { + "type": "WEB", + "url": "https://github.com/JByteL/CVE/tree/main/CVE-2024-34243" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pantsel/konga" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-14T21:47:53Z", + "nvd_published_at": "2024-05-14T16:17:23Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json b/advisories/unreviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json deleted file mode 100644 index 27e35ece55d..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-52gm-qmg3-r4qp/GHSA-52gm-qmg3-r4qp.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-52gm-qmg3-r4qp", - "modified": "2024-05-14T18:31:00Z", - "published": "2024-05-14T18:31:00Z", - "aliases": [ - "CVE-2024-32077" - ], - "details": "Apache Airflow version 2.9.0 has a vulnerability that allows an authenticated attacker to inject malicious data into the task instance logs. \nUsers are recommended to upgrade to version 2.9.1, which fixes this issue.\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32077" - }, - { - "type": "WEB", - "url": "https://github.com/apache/airflow/pull/38882" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/gsjmnrqb3m5fzp0vgpty1jxcywo91v77" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-14T16:17:01Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json b/advisories/unreviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json deleted file mode 100644 index 564600de8e4..00000000000 --- a/advisories/unreviewed/2024/05/GHSA-93pf-mrc8-4g3h/GHSA-93pf-mrc8-4g3h.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-93pf-mrc8-4g3h", - "modified": "2024-05-14T18:31:01Z", - "published": "2024-05-14T18:31:01Z", - "aliases": [ - "CVE-2024-34243" - ], - "details": "Konga v0.14.9 is vulnerable to Cross Site Scripting (XSS) via the username parameter.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34243" - }, - { - "type": "WEB", - "url": "https://github.com/JByteL/CVE/tree/main/CVE-2024-34243" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-05-14T16:17:23Z" - } -} \ No newline at end of file