From 39c957a3e4abaeea43769cdc3afb602f1f8ad0a8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:04:08 +0000 Subject: [PATCH] Publish Advisories GHSA-v62g-jwj9-rfvx GHSA-v62g-jwj9-rfvx --- .../GHSA-v62g-jwj9-rfvx.json | 73 +++++++++++++++++++ .../GHSA-v62g-jwj9-rfvx.json | 35 --------- 2 files changed, 73 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json diff --git a/advisories/github-reviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json b/advisories/github-reviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json new file mode 100644 index 00000000000..c749058e324 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v62g-jwj9-rfvx", + "modified": "2024-07-24T16:02:34Z", + "published": "2024-07-24T09:30:40Z", + "aliases": [ + "CVE-2023-48362" + ], + "summary": "XML External Entity Reference (XXE) in the XML Format Plugin in Apache Drill", + "details": "XXE in the XML Format Plugin in Apache Drill version 1.19.0 and greater allows a user to read any file on a remote file system or execute commands via a malicious XML file. Users are recommended to upgrade to version 1.21.2, which fixes this issue.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.drill.exec:drill-java-exec" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.19.0" + }, + { + "fixed": "1.21.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48362" + }, + { + "type": "WEB", + "url": "https://github.com/apache/drill/commit/0e88b7a5101d24c561a2a3efb12d7a3b3f7933f3" + }, + { + "type": "WEB", + "url": "https://github.com/apache/drill" + }, + { + "type": "WEB", + "url": "https://issues.apache.org/jira/browse/DRILL-8461" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/9tt0q4bdjwgw0dz0l9knqxjnpb5y6zsl" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/07/24/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-24T16:02:33Z", + "nvd_published_at": "2024-07-24T08:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json b/advisories/unreviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json deleted file mode 100644 index bc91c2392b5..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-v62g-jwj9-rfvx/GHSA-v62g-jwj9-rfvx.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-v62g-jwj9-rfvx", - "modified": "2024-07-24T09:30:40Z", - "published": "2024-07-24T09:30:40Z", - "aliases": [ - "CVE-2023-48362" - ], - "details": "XXE in the XML Format Plugin in Apache Drill version 1.19.0 and greater allows a user to read any file on a remote file system or execute commands via a malicious XML file.\nUsers are recommended to upgrade to version 1.21.2, which fixes this issue.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48362" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/9tt0q4bdjwgw0dz0l9knqxjnpb5y6zsl" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-611" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-24T08:15:02Z" - } -} \ No newline at end of file