Description

Apache Commons Text is a library focused on algorithms working on strings. Apache Commons Text performs variable interpolation, allowing properties to be dynamically evaluated and expanded. Versions prior to 1.10.0 are vulnerable to RCE when untrusted input is used inside variable interpolation due to insecure interpolation defaults. The vulnerability affects the StringSubstitutor interpolator class, which is included in the Commons Text library.

Remediation

Upgrade to Apache Commons Text 1.10.0.

References

Related Vulnerabilities