From 83206e376d315b9896cec47c94d3a149eb8cc266 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:37:11 +0000 Subject: [PATCH] Publish Advisories GHSA-46c3-5xc5-wwhv GHSA-577p-7j7h-2jgf GHSA-577p-7j7h-2jgf --- .../GHSA-46c3-5xc5-wwhv.json | 33 ++++++++-- .../GHSA-577p-7j7h-2jgf.json | 65 +++++++++++++++++++ .../GHSA-577p-7j7h-2jgf.json | 42 ------------ 3 files changed, 93 insertions(+), 47 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json (69%) create mode 100644 advisories/github-reviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json diff --git a/advisories/unreviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json b/advisories/github-reviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json similarity index 69% rename from advisories/unreviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json rename to advisories/github-reviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json index da0c30236b7..f7216a29754 100644 --- a/advisories/unreviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json +++ b/advisories/github-reviewed/2024/11/GHSA-46c3-5xc5-wwhv/GHSA-46c3-5xc5-wwhv.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-46c3-5xc5-wwhv", - "modified": "2024-11-15T09:32:29Z", + "modified": "2024-11-15T20:35:12Z", "published": "2024-11-15T09:32:29Z", "aliases": [ "CVE-2024-45784" ], + "summary": "Apache Airflow: Sensitive configuration values are not masked in the logs by default", "details": "Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially exposing critical data that could be exploited to compromise the security of the Airflow deployment. In version 2.10.3, secrets are now masked in task logs to prevent sensitive configuration variables from being exposed in the logging output. Users should upgrade to Airflow 2.10.3 or the latest version to eliminate this vulnerability. If you suspect that DAG authors could have logged the secret values to the logs and that your logs are not additionally protected, it is also recommended that you update those secrets.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "airflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.10.3" + } + ] + } + ] + } ], "references": [ { @@ -22,6 +41,10 @@ "type": "WEB", "url": "https://github.com/apache/airflow/pull/43040" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/airflow" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/k2jm55jztlbmk4zrlh10syvq3n57hl4h" @@ -31,9 +54,9 @@ "cwe_ids": [ "CWE-1295" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-15T20:35:11Z", "nvd_published_at": "2024-11-15T09:15:14Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json b/advisories/github-reviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json new file mode 100644 index 00000000000..a9172a0acde --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-577p-7j7h-2jgf", + "modified": "2024-11-15T20:36:04Z", + "published": "2024-11-15T12:31:44Z", + "aliases": [ + "CVE-2021-3838" + ], + "summary": "Deserialization of Untrusted Data in dompdf/dompdf", + "details": "DomPDF before version 2.0.0 is vulnerable to PHAR (PHP Archive) deserialization due to a lack of checking on the protocol before passing it into the file_get_contents() function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the uploaded file and instantiate arbitrary PHP objects. This can lead to remote code execution, especially when DOMPdf is used with frameworks with documented POP chains like Laravel or vulnerable developer code.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "dompdf/dompdf" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3838" + }, + { + "type": "WEB", + "url": "https://github.com/dompdf/dompdf/commit/99aeec1efec9213e87098d42eb09439e7ee0bb6a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/dompdf/dompdf" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/0bdddc12-ff67-4815-ab9f-6011a974f48e" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-11-15T20:36:04Z", + "nvd_published_at": "2024-11-15T11:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json b/advisories/unreviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json deleted file mode 100644 index d17d37bde8b..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-577p-7j7h-2jgf/GHSA-577p-7j7h-2jgf.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-577p-7j7h-2jgf", - "modified": "2024-11-15T12:31:44Z", - "published": "2024-11-15T12:31:44Z", - "aliases": [ - "CVE-2021-3838" - ], - "details": "DomPDF before version 2.0.0 is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the file_get_contents() function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the uploaded file and instantiate arbitrary PHP objects. This can lead to remote code execution, especially when DOMPdf is used with frameworks with documented POP chains like Laravel or vulnerable developer code.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3838" - }, - { - "type": "WEB", - "url": "https://github.com/dompdf/dompdf/commit/99aeec1efec9213e87098d42eb09439e7ee0bb6a" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/0bdddc12-ff67-4815-ab9f-6011a974f48e" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-502" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-15T11:15:05Z" - } -} \ No newline at end of file