Lucene search

K
redhatcveRedhat.comRH:CVE-2024-47197
HistorySep 26, 2024 - 1:23 p.m.

CVE-2024-47197

2024-09-2613:23:27
redhat.com
access.redhat.com
maven archetype plugin
integration testing
sensitive information
credentials
artifact
remote repository
publish

AI Score

6.5

Confidence

Low

A flaw was found in the Maven Archetype Plugin. Archetype integration testing can create a file called ./target/classes/archetype-it/archetype-settings.xml This file contains all the content from the users ~/.m2/settings.xml file, which often contains sensitive information or credentials. When the user runs mvn verify again without a mvn clean, this file becomes part of the final artifact. If 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.

AI Score

6.5

Confidence

Low

Related for RH:CVE-2024-47197