Security Advisory

CVE-2020-21523

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2020-09-30 14:29:51
Last updated 2024-08-04 14:30:33
Assigner mitre
State PUBLISHED

Description

A Server-Side Freemarker template injection vulnerability in halo CMS v1.1.3 In the Edit Theme File function. The ftl file can be edited. This is the Freemarker template file. This file can cause arbitrary code execution when it is rendered in the background. exp: <#assign test="freemarker.template.utility.Execute"?new()> ${test("touch /tmp/freemarkerPwned")}