
SSTI vulnerability in CMSmadesimple v.2.2.18 allows a local attacker to use native template syntax to inject a malicious payload into a template, which is then executed server-side
Description: Server Side Template Injection (SSTI) vulnerability in CMSmadesimple v.2.2.18 allows a local attacker to use native template syntax to inject a malicious payload into a template, which is then executed server-side.
Attack Vectors: A SSTI vulnerability in the sanitization of the entry in the Content of "Content - Content Manager Menu" allows injecting a malicious payload into a template code that will be executed when the user accesses the web page.
When logging into the panel, we will go to the "Content Manager- Title" section off Content Menu.

{{4*4}}

a{*comment*}b


{$smarty.version}

And in the result we can see the version of Smarty using the SSTI:

{$smarty.server.SERVER_NAME}

