Skip to content

Commit 0dce4b2

Browse files
CVE-2025-67030 Plexus-Utils has a Directory Traversal vulnerability in its extractFile method (#81)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valery Kharseko <vharseko@3a-systems.ru>
1 parent d2b3188 commit 0dce4b2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

OpenICF-maven-plugin/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
with the fields enclosed by brackets [] replaced by
2222
your own identifying information:
2323
"Portions Copyrighted [year] [name of copyright owner]"
24+
Portions Copyrighted 2018-2026 3A Systems, LLC
2425
-->
2526
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2627
<modelVersion>4.0.0</modelVersion>
@@ -84,7 +85,11 @@
8485
<artifactId>maven-settings</artifactId>
8586
<version>${mavenVersion}</version>
8687
</dependency>
87-
88+
<dependency>
89+
<groupId>org.codehaus.plexus</groupId>
90+
<artifactId>plexus-xml</artifactId>
91+
<version>3.0.1</version>
92+
</dependency>
8893
<dependency>
8994
<groupId>org.apache.maven.plugin-tools</groupId>
9095
<artifactId>maven-plugin-annotations</artifactId>
@@ -128,7 +133,7 @@
128133
<dependency>
129134
<groupId>org.codehaus.plexus</groupId>
130135
<artifactId>plexus-utils</artifactId>
131-
<version>3.5.1</version>
136+
<version>4.0.3</version>
132137
</dependency>
133138
<dependency>
134139
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)