From 9be3eee63c465912364404ce27dd6ce75207e3a9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:08:46 +0000 Subject: [PATCH] Publish Advisories GHSA-5xm9-x7x4-4j5x GHSA-5xm9-x7x4-4j5x --- .../GHSA-5xm9-x7x4-4j5x.json | 86 +++++++++++++++++++ .../GHSA-5xm9-x7x4-4j5x.json | 36 -------- 2 files changed, 86 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json delete mode 100644 advisories/unreviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json diff --git a/advisories/github-reviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json b/advisories/github-reviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json new file mode 100644 index 00000000000..51d57e6f62b --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json @@ -0,0 +1,86 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5xm9-x7x4-4j5x", + "modified": "2025-04-09T13:06:43Z", + "published": "2025-04-08T18:34:43Z", + "aliases": [ + "CVE-2024-52981" + ], + "summary": "Elasticsearch Vulnerable to Stack Overflow due to a Large Recursion", + "details": "An issue was discovered in Elasticsearch, where a large recursion using the Well-KnownText formatted string with nested GeometryCollection objects could cause a stackoverflow.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.elasticsearch:elasticsearch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.17.0" + }, + { + "fixed": "7.17.24" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 7.17.23" + } + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.elasticsearch:elasticsearch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0-alpha1" + }, + { + "fixed": "8.15.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 8.15.0" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52981" + }, + { + "type": "WEB", + "url": "https://discuss.elastic.co/t/elasticsearch-7-17-24-and-8-15-1-security-update-esa-2024-37/376924" + }, + { + "type": "PACKAGE", + "url": "https://github.com/elastic/elasticsearch" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-09T13:06:43Z", + "nvd_published_at": "2025-04-08T17:15:35Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json b/advisories/unreviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json deleted file mode 100644 index cf99efccfdf..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-5xm9-x7x4-4j5x/GHSA-5xm9-x7x4-4j5x.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5xm9-x7x4-4j5x", - "modified": "2025-04-08T18:34:43Z", - "published": "2025-04-08T18:34:43Z", - "aliases": [ - "CVE-2024-52981" - ], - "details": "An issue was discovered in Elasticsearch, where a large recursion using the Well-KnownText formatted string with nested GeometryCollection objects could cause a stackoverflow.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52981" - }, - { - "type": "WEB", - "url": "https://discuss.elastic.co/t/elasticsearch-7-17-24-and-8-15-1-security-update-esa-2024-37/376924" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-400" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-08T17:15:35Z" - } -} \ No newline at end of file