CVE-2022-33980
CVE-2022-33980 is a critical-severity vulnerability in Apache Commons Configuration with a CVSS 3.x base score of 9.8. Its EPSS exploit-prediction score of 43% places it in the 99th percentile, indicating an elevated likelihood of exploitation.
Key facts
- Severity: Critical (CVSS 3.x base score 9.8)
- CVSS v2: 7.5
- EPSS exploit prediction: 43% (99th percentile)
- Actively exploited: Not listed in CISA KEV
- Affected product: Apache Commons Configuration
- Published:
- Last modified:
Description
Apache Commons Configuration performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of org.apache.commons.configuration2.interpol.Lookup that performs the interpolation. Starting with version 2.4 and continuing through 2.7, the set of default Lookup instances included interpolators that could result in arbitrary code execution or contact with remote servers. These lookups are: - "script" - execute expressions using the JVM script execution engine (javax.script) - "dns" - resolve dns records - "url" - load values from urls, including from remote servers Applications using the interpolation defaults in the affected versions may be vulnerable to remote code execution or unintentional contact with remote servers if untrusted configuration values are used. Users are recommended to upgrade to Apache Commons Configuration 2.8.0, which disables the problematic interpolators by default.
Frequently asked questions
- What is CVE-2022-33980?
- Apache Commons Configuration performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of org.apache.commons.configuration2.interpol.Lookup that performs the interpolation. Starting with version 2.4 and continuing through 2.7, the set of default Lookup instances included interpolators that could result in arbitrary code execution or contact with remote servers. These lookups are: - "script" - execute expressions using the JVM script execution engine (javax.script) - "dns" - resolve dns records - "url" - load values from urls, including from remote servers Applications using the interpolation defaults in the affected versions may be vulnerable to remote code execution or unintentional contact with remote servers if untrusted configuration values are used. Users are recommended to upgrade to Apache Commons Configuration 2.8.0, which disables the problematic interpolators by default.
- How severe is CVE-2022-33980?
- CVE-2022-33980 has a CVSS 3.x base score of 9.8, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2022-33980 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 43% (99th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2022-33980?
- CVE-2022-33980 primarily affects Apache Commons Configuration. In total, 3 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2022-33980?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- When was CVE-2022-33980 published?
- CVE-2022-33980 was published on 2022-07-06 and last updated on 2026-06-17.
References
- http://www.openwall.com/lists/oss-security/2022/07/06/5
- http://www.openwall.com/lists/oss-security/2022/11/15/4
- https://lists.apache.org/thread/tdf5n7j80lfxdhs2764vn0xmpfodm87s
- https://security.netapp.com/advisory/ntap-20221028-0015/
- https://www.debian.org/security/2022/dsa-5290
Affected products (3)
- cpe:2.3:a:apache:commons_configuration:*:*:*:*:*:*:*:*
- cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*
- cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
More vulnerabilities in Apache Commons Configuration
- CVE-2020-1953 — Critical (CVSS 10.0): Apache Commons Configuration uses a third-party library to parse YAML files which by default allows the instantiation…
- CVE-2024-29131 — High (CVSS 7.3): Out-of-bounds Write vulnerability in Apache Commons Configuration.This issue affects Apache Commons Configuration: from…
- CVE-2025-46392 — Medium (CVSS 6.5): Uncontrolled Resource Consumption vulnerability in Apache Commons Configuration 1.x. There are a number of issues in…
- CVE-2024-29133 — Medium (CVSS 5.4): Out-of-bounds Write vulnerability in Apache Commons Configuration.This issue affects Apache Commons Configuration: from…
- CVE-2026-45205 — Medium (CVSS 5.3): Uncontrolled Recursion vulnerability in Apache Commons. When processing an untrusted configuration file, Commons…