CVE-2023-42503
Last modified
CVE-2023-42503 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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”). EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Commons Compress | >= 1.22, < 1.24.0 |
References
- https://lists.apache.org/thread/5xwcyr600mn074vgxq92tjssrchmc93cIssue Tracking, Mailing List, URL Repurposed
- https://security.netapp.com/advisory/ntap-20231020-0003/Third Party Advisory
- https://lists.apache.org/thread/5xwcyr600mn074vgxq92tjssrchmc93cIssue Tracking, Mailing List, URL Repurposed
- https://security.netapp.com/advisory/ntap-20231020-0003/Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-42503?
How severe is CVE-2023-42503?
How do I fix CVE-2023-42503?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-42496Reflected cross-site scripting (XSS) vulnerability on the ad…6.1
- CVE-2023-42497Reflected cross-site scripting (XSS) vulnerability on the Ex…6.1
- CVE-2023-42498Reflected cross-site scripting (XSS) vulnerability in the La…6.1
- CVE-2023-4250The EventPrime WordPress plugin before 3.2.0 does not saniti…6.1
- CVE-2023-42501Unnecessary read permissions within the Gamma role would all…4.3
- CVE-2023-42502An authenticated attacker with update datasets permission co…5.4
- CVE-2023-42504An authenticated malicious user could initiate multiple conc…6.5
- CVE-2023-42505An authenticated user with read permissions on database conn…4.3
- CVE-2023-42506Improper restriction of operations within the bounds of a me…7.8
- CVE-2023-42507Stack-based buffer overflow vulnerability exists in OnSinVie…7.8
- CVE-2023-42508JFrog Artifactory prior to version 7.66.0 is vulnerable to s…6.5
- CVE-2023-42509JFrog Artifactory later than version 7.17.4 but prior to ver…7.5
Are you affected by CVE-2023-42503?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
