From e050c770c0b15d53f6adb22d6d0a55055ffb2783 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:26:41 +0000 Subject: [PATCH] Publish Advisories GHSA-2qq7-fch2-phqf GHSA-2qq7-fch2-phqf --- .../GHSA-2qq7-fch2-phqf.json | 70 +++++++++++++++++++ .../GHSA-2qq7-fch2-phqf.json | 35 ---------- 2 files changed, 70 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json diff --git a/advisories/github-reviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json b/advisories/github-reviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json new file mode 100644 index 00000000000..953c5196cb6 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2qq7-fch2-phqf", + "modified": "2024-09-26T18:25:13Z", + "published": "2024-09-26T09:31:42Z", + "aliases": [ + "CVE-2024-47197" + ], + "summary": "Maven Archetype Plugin: Maven Archetype integration-test may package local settings into the published artifact, possibly containing credentials", + "details": "Exposure of Sensitive Information to an Unauthorized Actor, Insecure Storage of Sensitive Information vulnerability in Maven Archetype Plugin.\n\nThis issue affects Maven Archetype Plugin: from 3.2.1 before 3.3.0.\n\nUsers are recommended to upgrade to version 3.3.0, which fixes the issue.\n\nArchetype integration testing creates a file\ncalled ./target/classes/archetype-it/archetype-settings.xml\nThis file contains all the content from the users ~/.m2/settings.xml file,\nwhich often contains information they do not want to publish. We expect that on many developer machines, this also contains\ncredentials.\n\nWhen the user runs mvn verify again (without a mvn clean), this file becomes part of the final artifact.\n\nIf a developer were to publish this into Maven Central or any other remote repository (whether as a release or a snapshot) their credentials would be published without them knowing.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.maven.plugins:maven-archetype-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2.1" + }, + { + "fixed": "3.3.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47197" + }, + { + "type": "WEB", + "url": "https://github.com/apache/maven-archetype/pull/188" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/maven-archetype" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/ftg81np183wnyk0kg4ks95dvgxdrof96" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200", + "CWE-922" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-09-26T18:25:13Z", + "nvd_published_at": "2024-09-26T08:15:06Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json b/advisories/unreviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json deleted file mode 100644 index d4fb8972068..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-2qq7-fch2-phqf/GHSA-2qq7-fch2-phqf.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-2qq7-fch2-phqf", - "modified": "2024-09-26T09:31:42Z", - "published": "2024-09-26T09:31:42Z", - "aliases": [ - "CVE-2024-47197" - ], - "details": "Exposure of Sensitive Information to an Unauthorized Actor, Insecure Storage of Sensitive Information vulnerability in Maven Archetype Plugin.\n\nThis issue affects Maven Archetype Plugin: from 3.2.1 before 3.3.0.\n\nUsers are recommended to upgrade to version 3.3.0, which fixes the issue.\n\nArchetype integration testing creates a file\ncalled ./target/classes/archetype-it/archetype-settings.xml\nThis file contains all the content from the users ~/.m2/settings.xml file,\nwhich often contains information they do not want to publish. We expect that on many developer machines, this also contains\ncredentials.\n\nWhen the user runs mvn verify again (without a mvn clean), this file becomes part of\nthe final artifact.\n\nIf a developer were to publish this into Maven Central or any other remote repository (whether as a release\nor a snapshot) their credentials would be published without them knowing.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47197" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/ftg81np183wnyk0kg4ks95dvgxdrof96" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-26T08:15:06Z" - } -} \ No newline at end of file