Rapid7 Vulnerability & Exploit Database

APISIX Admin API default access token RCE

Back to Search

APISIX Admin API default access token RCE

Disclosed
12/07/2020
Created
03/07/2022

Description

Apache APISIX has a default, built-in API token edd1c9f034335f136f87ad84b625c8f1 that can be used to access all of the admin API, which leads to remote LUA code execution through the script parameter added in the 2.x version. This module also leverages another vulnerability to bypass the IP restriction plugin.

Author(s)

  • Heyder Andrade <eu@heyderandrade.org>
  • YuanSheng Wang <membphis@gmail.com>

Platform

Unix

Architectures

cmd

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/apache_apisix_api_default_token_rce
msf exploit(apache_apisix_api_default_token_rce) > show targets
    ...targets...
msf exploit(apache_apisix_api_default_token_rce) > set TARGET < target-id >
msf exploit(apache_apisix_api_default_token_rce) > show options
    ...show and set options...
msf exploit(apache_apisix_api_default_token_rce) > 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

;