EXP_Libre_Office_CVE_2018_16858
Description
RCE in Libre Office with crafted ODT file (CVE-2018-16858)
Query · yara
strings:
$s1 = "xlink:href=\"vnd.sun.star.script:" ascii nocase
$s2 = ".py$tempfilepager" ascii nocase
$tag = {3c 6f 66 66 69 63 65 3a 64 6f 63 }
condition:
uint32be(0) == 0x3c3f786d // <?xm
and $tag in (0..0100) // <office:doc
and all of ($s*)