Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS01OTlmLTdjNDktdzY1Oc4AAvT6

Arbitrary code execution in Apache Commons Text

Apache Commons Text 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.text.lookup.StringLookup that performs the interpolation. Starting with version 1.5 and continuing through 1.9, 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 Text 1.10.0, which disables the problematic interpolators by default.

Permalink: https://github.com/advisories/GHSA-599f-7c49-w659
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS01OTlmLTdjNDktdzY1Oc4AAvT6
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Critical
Classification: General
Published: over 1 year ago
Updated: 4 months ago


CVSS Score: 9.8
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Identifiers: GHSA-599f-7c49-w659, CVE-2022-42889
References: Blast Radius: 40.5

Affected Packages

maven:com.guicedee.services:commons-text
Dependent packages: 4
Dependent repositories: 2
Downloads:
Affected Version Ranges: <= 1.2.2.1-jre17
No known fixed version
All affected versions:
maven:org.apache.commons:commons-text
Dependent packages: 3,241
Dependent repositories: 13,719
Downloads:
Affected Version Ranges: >= 1.5, < 1.10.0
Fixed in: 1.10.0
All affected versions:
All unaffected versions: 1.10.0, 1.11.0, 1.12.0