sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.29k stars 586 forks source link

Critical vulnerability CVE-2022-42889 #7885

Closed DevLan-Fargus closed 3 months ago

DevLan-Fargus commented 4 months ago

CVE-2022-42889

Object: Remote server contains Apache Commons Text libraries that are affected by remote code execution vulnerability

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.

Found vulnerable files:

Solution: Update to the latest version of the library. Vendor has provided fix in version 1.10.0.

Thanks

markmckinnon commented 3 months ago

This library is used as part of Solr. According to the Solr site https://solr.apache.org/security.html this CVE is not affected.

image

DevLan-Fargus commented 3 months ago

Ok thanks a lot. Can I definitely check it as false positive so to my scan? @markmckinnon

markmckinnon commented 3 months ago

Based on what the webpage states I would check it as a false positive for Autopsy.

DevLan-Fargus commented 3 months ago

Thank you @markmckinnon have a good weekend :)