codehaus-plexus CVE Vulnerabilities & Metrics

Focus on codehaus-plexus vulnerabilities and metrics.

Last updated: 16 Apr 2026, 22:25 UTC

About codehaus-plexus Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with codehaus-plexus. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total codehaus-plexus CVEs: 6
Earliest CVE date: 03 Jan 2018, 20:29 UTC
Latest CVE date: 25 Mar 2026, 18:16 UTC

Latest CVE reference: CVE-2025-67030

Rolling Stats

30-day Count (Rolling): 1
365-day Count (Rolling): 1

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical codehaus-plexus CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 1.97

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 4
4.0-6.9 1
7.0-8.9 1
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS codehaus-plexus CVEs

These are the five CVEs with the highest CVSS scores for codehaus-plexus, sorted by severity first and recency.

All CVEs for codehaus-plexus

CVE-2025-67030 codehaus-plexus vulnerability CVSS: 0 25 Mar 2026, 18:16 UTC

Directory Traversal vulnerability in the extractFile method of org.codehaus.plexus.util.Expand in plexus-utils before 6d780b3378829318ba5c2d29547e0012d5b29642. This allows an attacker to execute arbitrary code

CVE-2022-4245 codehaus-plexus vulnerability CVSS: 0 25 Sep 2023, 20:15 UTC

A flaw was found in codehaus-plexus. The org.codehaus.plexus.util.xml.XmlWriterUtil#writeComment fails to sanitize comments for a --> sequence. This issue means that text contained in the command string could be interpreted as XML and allow for XML injection.

CVE-2022-4244 codehaus-plexus vulnerability CVSS: 0 25 Sep 2023, 20:15 UTC

A flaw was found in codeplex-codehaus. A directory traversal attack (also known as path traversal) aims to access files and directories stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and their variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on the file system, including application source code, configuration, and other critical system files.

CVE-2023-37460 codehaus-plexus vulnerability CVSS: 0 25 Jul 2023, 20:15 UTC

Plexis Archiver is a collection of Plexus components to create archives or extract archives to a directory with a unified `Archiver`/`UnArchiver` API. Prior to version 4.8.0, using AbstractUnArchiver for extracting an archive might lead to an arbitrary file creation and possibly remote code execution. When extracting an archive with an entry that already exists in the destination directory as a symbolic link whose target does not exist - the `resolveFile()` function will return the symlink's source instead of its target, which will pass the verification that ensures the file will not be extracted outside of the destination directory. Later `Files.newOutputStream()`, that follows symlinks by default, will actually write the entry's content to the symlink's target. Whoever uses plexus archiver to extract an untrusted archive is vulnerable to an arbitrary file creation and possibly remote code execution. Version 4.8.0 contains a patch for this issue.

CVE-2018-1002200 codehaus-plexus vulnerability CVSS: 4.3 25 Jul 2018, 17:29 UTC

plexus-archiver before 3.6.0 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in an archive entry that is mishandled during extraction. This vulnerability is also known as 'Zip-Slip'.

CVE-2017-1000487 codehaus-plexus vulnerability CVSS: 7.5 03 Jan 2018, 20:29 UTC

Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings.