Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Apache Commons Text: CVE-2022-42889: Arbitrary Code Execution from Variable Interpolation – file name commons-text-1.9.jar The file is located in (c:\program files\erwin\mart server r9\tomcat64\webapps\martserver\web-inf\lib\commons-text-1.9.jar)
원인
https://nvd.nist.gov/vuln/detail/cve-2022-42889 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
해결 방안
Please refer to the following steps to download the Apache Commons 1.10.0 jar file and replace this in erwin Mart towards the resolution.