Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.commons/commons-compress@1.24.0
purl pkg:maven/org.apache.commons/commons-compress@1.24.0
Next non-vulnerable version 1.26.0
Latest non-vulnerable version 1.26.0
Risk 3.6
Vulnerabilities affecting this package (2)
Vulnerability Summary Fixed by
VCID-cg72-sg2w-t3ft
Aliases:
CVE-2024-26308
GHSA-4265-ccf5-phj5
Apache Commons Compress: OutOfMemoryError unpacking broken Pack200 file Allocation of Resources Without Limits or Throttling vulnerability in Apache Commons Compress. This issue affects Apache Commons Compress: from 1.21 before 1.26. Users are recommended to upgrade to version 1.26, which fixes the issue.
1.26.0
Affected by 0 other vulnerabilities.
VCID-p41w-msyv-u7bk
Aliases:
CVE-2024-25710
GHSA-4g9r-vxhx-9pgx
Apache Commons Compress: Denial of service caused by an infinite loop for a corrupted DUMP file Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Commons Compress. This issue affects Apache Commons Compress: from 1.3 through 1.25.0. Users are recommended to upgrade to version 1.26.0 which fixes the issue.
1.26.0
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-k4wn-j55z-b3dk Apache Commons Compress denial of service vulnerability Improper Input Validation, Uncontrolled Resource Consumption vulnerability in Apache Commons Compress in TAR parsing.This issue affects Apache Commons Compress: from 1.22 before 1.24.0. Users are recommended to upgrade to version 1.24.0, which fixes the issue. A third party can create a malformed TAR file by manipulating file modification times headers, which when parsed with Apache Commons Compress, will cause a denial of service issue via CPU consumption. In version 1.22 of Apache Commons Compress, support was added for file modification times with higher precision (issue # COMPRESS-612 [1]). The format for the PAX extended headers carrying this data consists of two numbers separated by a period [2], indicating seconds and subsecond precision (for example “1647221103.5998539”). The impacted fields are “atime”, “ctime”, “mtime” and “LIBARCHIVE.creationtime”. No input validation is performed prior to the parsing of header values. Parsing of these numbers uses the BigDecimal [3] class from the JDK which has a publicly known algorithmic complexity issue when doing operations on large numbers, causing denial of service (see issue # JDK-6560193 [4]). A third party can manipulate file time headers in a TAR file by placing a number with a very long fraction (300,000 digits) or a number with exponent notation (such as “9e9999999”) within a file modification time header, and the parsing of files with these headers will take hours instead of seconds, leading to a denial of service via exhaustion of CPU resources. This issue is similar to CVE-2012-2098 [5]. [1]: https://issues.apache.org/jira/browse/COMPRESS-612 [2]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_05 [3]: https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html [4]: https://bugs.openjdk.org/browse/JDK-6560193 [5]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2098 Only applications using CompressorStreamFactory class (with auto-detection of file types), TarArchiveInputStream and TarFile classes to parse TAR files are impacted. Since this code was introduced in v1.22, only that version and later versions are impacted. CVE-2023-42503
GHSA-cgwf-w82q-5jrr

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:51:10.460624+00:00 GitLab Importer Affected by VCID-cg72-sg2w-t3ft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-26308.yml 38.4.0
2026-04-16T22:51:10.241837+00:00 GitLab Importer Affected by VCID-p41w-msyv-u7bk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-25710.yml 38.4.0
2026-04-16T22:38:26.318127+00:00 GitLab Importer Fixing VCID-k4wn-j55z-b3dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2023-42503.yml 38.4.0
2026-04-12T00:10:22.467479+00:00 GitLab Importer Affected by VCID-cg72-sg2w-t3ft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-26308.yml 38.3.0
2026-04-12T00:10:22.282004+00:00 GitLab Importer Affected by VCID-p41w-msyv-u7bk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-25710.yml 38.3.0
2026-04-11T23:57:48.498703+00:00 GitLab Importer Fixing VCID-k4wn-j55z-b3dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2023-42503.yml 38.3.0
2026-04-03T00:15:44.577201+00:00 GitLab Importer Affected by VCID-cg72-sg2w-t3ft https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-26308.yml 38.1.0
2026-04-03T00:15:44.355903+00:00 GitLab Importer Affected by VCID-p41w-msyv-u7bk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2024-25710.yml 38.1.0
2026-04-03T00:00:52.117890+00:00 GitLab Importer Fixing VCID-k4wn-j55z-b3dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2023-42503.yml 38.1.0
2026-04-02T17:00:15.784858+00:00 GHSA Importer Fixing VCID-k4wn-j55z-b3dk https://github.com/advisories/GHSA-cgwf-w82q-5jrr 38.1.0
2026-04-01T12:57:45.975491+00:00 GithubOSV Importer Fixing VCID-k4wn-j55z-b3dk https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-cgwf-w82q-5jrr/GHSA-cgwf-w82q-5jrr.json 38.0.0
2026-04-01T12:51:48.921427+00:00 GitLab Importer Fixing VCID-k4wn-j55z-b3dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.commons/commons-compress/CVE-2023-42503.yml 38.0.0