From eddbfeab7188c68e2a8ed80d5613e6697968678d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:48:26 +0000 Subject: [PATCH] Publish Advisories GHSA-g643-xq6w-r67c GHSA-g643-xq6w-r67c --- .../GHSA-g643-xq6w-r67c.json | 61 +++++++++++++++++++ .../GHSA-g643-xq6w-r67c.json | 38 ------------ 2 files changed, 61 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json diff --git a/advisories/github-reviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json b/advisories/github-reviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json new file mode 100644 index 00000000000..8fe9bd633f0 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g643-xq6w-r67c", + "modified": "2024-09-30T21:46:44Z", + "published": "2024-09-30T09:30:47Z", + "aliases": [ + "CVE-2024-45772" + ], + "summary": "Deserialization of Untrusted Data vulnerability in Apache Lucene Replicator.", + "details": "This issue affects Apache Lucene's replicator module: from 4.4.0 before 9.12.0.\nThe deprecated org.apache.lucene.replicator.http package is affected.\nThe org.apache.lucene.replicator.nrt package is not affected.\n\nUsers are recommended to upgrade to version 9.12.0, which fixes the issue.\n\nJava serialization filters (such as -Djdk.serialFilter='!*' on the commandline) can mitigate the issue on vulnerable versions without impacting functionality.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.lucene:lucene-replicator" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0" + }, + { + "fixed": "9.12.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45772" + }, + { + "type": "PACKAGE", + "url": "https://gitbox.apache.org/repos/asf?p=lucene.git" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/3f3oph7bqnqspb9q5p0gm5mgc1b6thjo" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-09-30T21:46:44Z", + "nvd_published_at": "2024-09-30T09:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json b/advisories/unreviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json deleted file mode 100644 index eacdef61787..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-g643-xq6w-r67c/GHSA-g643-xq6w-r67c.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g643-xq6w-r67c", - "modified": "2024-09-30T09:30:47Z", - "published": "2024-09-30T09:30:47Z", - "aliases": [ - "CVE-2024-45772" - ], - "details": "Deserialization of Untrusted Data vulnerability in Apache Lucene Replicator.\n\nThis issue affects Apache Lucene's replicator module: from 4.4.0 before 9.12.0.\nThe deprecated org.apache.lucene.replicator.http package is affected.\nThe org.apache.lucene.replicator.nrt package is not affected.\n\nUsers are recommended to upgrade to version 9.12.0, which fixes the issue.\n\nJava serialization filters (such as -Djdk.serialFilter='!*' on the commandline) can mitigate the issue on vulnerable versions without impacting functionality.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45772" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/3f3oph7bqnqspb9q5p0gm5mgc1b6thjo" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-502" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-30T09:15:02Z" - } -} \ No newline at end of file