Rapid7 Vulnerability & Exploit Database

Apache Struts 2 Forced Multi OGNL Evaluation

Back to Search

Apache Struts 2 Forced Multi OGNL Evaluation

Disclosed
09/14/2020
Created
12/24/2020

Description

The Apache Struts framework, when forced, performs double evaluation of attributes' values assigned to certain tags attributes such as id. It is therefore possible to pass in a value to Struts that will be evaluated again when a tag's attributes are rendered. With a carefully crafted request, this can lead to Remote Code Execution (RCE). This vulnerability is application dependant. A server side template must make an affected use of request data to render an HTML tag attribute.

Author(s)

  • Spencer McIntyre
  • Matthias Kaiser
  • Alvaro Muñoz
  • ka1n4t

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/multi/http/struts2_multi_eval_ognl
msf exploit(struts2_multi_eval_ognl) > show targets
    ...targets...
msf exploit(struts2_multi_eval_ognl) > set TARGET < target-id >
msf exploit(struts2_multi_eval_ognl) > show options
    ...show and set options...
msf exploit(struts2_multi_eval_ognl) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;