
CVE-2024-34060 – Arbitrary File Write in IRIS EVTX Pipeline
https://notcve.org/view.php?id=CVE-2024-34060
23 May 2024 — IrisEVTXModule is an interface module for Evtx2Splunk and Iris in order to ingest Microsoft EVTX log files. The `iris-evtx-module` is a pipeline plugin of `iris-web` that processes EVTX files through IRIS web application. During the upload of an EVTX through this pipeline, the filename is not safely handled and may cause an Arbitrary File Write. This can lead to a remote code execution (RCE) when combined with a Server Side Template Injection (SSTI). This vulnerability has been patched in version 1.0.0. • https://github.com/dfir-iris/iris-evtx-module/commit/4e45fc94a31e1ee4641d608a387dfd9f9e68dbca • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •