From 00b604acd1c476afda203d15ab101389da2d30ae Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:19:35 +0000 Subject: [PATCH] Publish GHSA-2hjr-vmf3-xwvp --- .../GHSA-2hjr-vmf3-xwvp.json | 54 +++++++++++++++++-- 1 file changed, 50 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json (55%) diff --git a/advisories/unreviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json b/advisories/github-reviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json similarity index 55% rename from advisories/unreviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json rename to advisories/github-reviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json index 84282206303..a3c1a7dc82a 100644 --- a/advisories/unreviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json +++ b/advisories/github-reviewed/2024/07/GHSA-2hjr-vmf3-xwvp/GHSA-2hjr-vmf3-xwvp.json @@ -1,20 +1,62 @@ { "schema_version": "1.4.0", "id": "GHSA-2hjr-vmf3-xwvp", - "modified": "2024-07-26T06:30:47Z", + "modified": "2024-07-26T14:18:08Z", "published": "2024-07-26T06:30:47Z", "aliases": [ "CVE-2023-49921" ], + "summary": "Elasticsearch Insertion of Sensitive Information into Log File", "details": "An issue was discovered by Elastic whereby Watcher search input logged the search query results on DEBUG log level. This could lead to raw contents of documents stored in Elasticsearch to be printed in logs. Elastic has released 8.11.2 and 7.17.16 that resolves this issue by removing this excessive logging. This issue only affects users that use Watcher and have a Watch defined that uses the search input and additionally have set the search input’s logger to DEBUG or finer, for example using: org.elasticsearch.xpack.watcher.input.search, org.elasticsearch.xpack.watcher.input, org.elasticsearch.xpack.watcher, or wider, since the loggers are hierarchical.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.elasticsearch:elasticsearch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.17.16" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.elasticsearch:elasticsearch" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.11.2" + } + ] + } + ] + } ], "references": [ { @@ -24,6 +66,10 @@ { "type": "WEB", "url": "https://discuss.elastic.co/t/elasticsearch-8-11-2-7-17-16-security-update-esa-2023-29/349179" + }, + { + "type": "PACKAGE", + "url": "https://github.com/elastic/elasticsearch" } ], "database_specific": { @@ -31,8 +77,8 @@ "CWE-532" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-07-26T14:18:08Z", "nvd_published_at": "2024-07-26T05:15:10Z" } } \ No newline at end of file