Apache APISIX Dashboard < 2.10.1 Authentication Bypass - Nessus

Critical   Plugin ID: 160299

This page contains detailed information about the Apache APISIX Dashboard < 2.10.1 Authentication Bypass Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 160299
Name: Apache APISIX Dashboard < 2.10.1 Authentication Bypass
Filename: apache_apisix_dashboard_2_10_1.nasl
Vulnerability Published: 2021-12-27
This Plugin Published: 2022-04-28
Last Modification Time: 2022-04-29
Plugin Version: 1.2
Plugin Type: remote
Plugin Family: Misc.
Dependencies: apache_apisix_dashboard_detect.nbin
Required KB Items [?]: installed_sw/Apache APISIX Dashboard

Vulnerability Information


Severity: Critical
Vulnerability Published: 2021-12-27
Patch Published: 2021-12-23
CVE [?]: CVE-2021-45232
CPE [?]: cpe:/a:apache:apisix_dashboard

Synopsis

An application installed on the remote host is missing a vendor-supplied update.

Description

The version of Apache APISIX Dashboard installed on the remote host is prior to 2.10.1. It is, therefore, affected by an authentication bypass vulnerability. An unauthenticated, remote attacker could exploit this to bypass authentication.

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.

Solution

Upgrade to Apache APISIX Dashboard version 2.10.1 or later.

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (GitHub)
Exploit Ease: Exploits (PoCs) are available

Here's the list of publicly known exploits and PoCs for verifying the Apache APISIX Dashboard < 2.10.1 Authentication Bypass vulnerability:

  1. GitHub: https://github.com/0x0021h/expbox
    [CVE-2021-45232]
  2. GitHub: https://github.com/GYLQ/CVE-2021-45232-RCE
    [CVE-2021-45232: CVE-2021-45232-RCE-多线程批量漏洞检测]
  3. GitHub: https://github.com/Ifory885/CVE-2021-45232
    [CVE-2021-45232: CVE-2021-45232 POC]
  4. GitHub: https://github.com/Ilovewomen/cve-2021-45232
    [CVE-2021-45232]
  5. GitHub: https://github.com/LTiDi2000/CVE-2021-45232
    [CVE-2021-45232]
  6. GitHub: https://github.com/Mr-xn/CVE-2022-24112
    [CVE-2021-45232]
  7. GitHub: https://github.com/Mr-xn/Penetration_Testing_POC
    [CVE-2021-45232]
  8. GitHub: https://github.com/Osyanina/westone-CVE-2021-45232-scanner
    [CVE-2021-45232: A vulnerability scanner that detects CVE-2021-45232 vulnerabilities.]
  9. GitHub: https://github.com/badboycxcc/CVE-2021-45232-POC
    [CVE-2021-45232]
  10. GitHub: https://github.com/bigblackhat/oFx
    [CVE-2021-45232]
  11. GitHub: https://github.com/itxfahdi/-cve-2021-45232
    [CVE-2021-45232: The vulnerability affects Apache APISIX Dashboard version 2.10.1]
  12. GitHub: https://github.com/jxpsx/CVE-2021-45232-RCE
    [CVE-2021-45232: CVE-2021-45232 RCE]
  13. GitHub: https://github.com/morhax/cve-2021-45232-rce
    [CVE-2021-45232]
  14. GitHub: https://github.com/shakeman8/CVE-2021-45232-RCE
    [CVE-2021-45232: CVE-2021-45232 RCE]
  15. GitHub: https://github.com/wuppp/cve-2021-45232-exp
    [CVE-2021-45232]
  16. GitHub: https://github.com/yggcwhat/CVE-2021-45232
    [CVE-2021-45232: 一键批量检测poc]
  17. GitHub: https://github.com/yggcwhat/Demo
    [CVE-2021-45232: CVE-2021-45232批量一键检测]
  18. GitHub: https://github.com/Kuibagit/CVE-2021-45232-RCE
    [CVE-2021-45232: CVE-2021-45232-RCE]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS Score Source [?]: CVE-2021-45232
CVSS V2 Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P/E:U/RL:OF/RC:C
CVSS Base Score:7.5 (High)
Impact Subscore:6.4
Exploitability Subscore:10.0
CVSS Temporal Score:5.5 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.5 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C
CVSS Base Score:9.8 (Critical)
Impact Subscore:5.9
Exploitability Subscore:3.9
CVSS Temporal Score:8.5 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.5 (High)

Go back to menu.

Plugin Source


This is the apache_apisix_dashboard_2_10_1.nasl nessus plugin source code. This script is Copyright (C) 2022 and is owned by Tenable, Inc. or an Affiliate thereof.

#%NASL_MIN_LEVEL 70300
##
# (C) Tenable Network Security, Inc.
##

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(160299);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/29");

  script_cve_id("CVE-2021-45232");

  script_name(english:"Apache APISIX Dashboard < 2.10.1 Authentication Bypass");

  script_set_attribute(attribute:"synopsis", value:
"An application installed on the remote host is missing a vendor-supplied update.");
  script_set_attribute(attribute:"description", value:
"The version of Apache APISIX Dashboard installed on the remote host is prior to 2.10.1. It is, therefore, affected by
an authentication bypass vulnerability. An unauthenticated, remote attacker could exploit this to bypass authentication.

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
  script_set_attribute(attribute:"see_also", value:"https://lists.apache.org/thread/979qbl6vlm8269fopfyygnxofgqyn6k5");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache APISIX Dashboard version 2.10.1 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2021-45232");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2021/12/27");
  script_set_attribute(attribute:"patch_publication_date", value:"2021/12/23");
  script_set_attribute(attribute:"plugin_publication_date", value:"2022/04/28");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:apache:apisix_dashboard");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("apache_apisix_dashboard_detect.nbin");
  script_require_keys("installed_sw/Apache APISIX Dashboard");

  exit(0);
}

include('vcf.inc');
include('http.inc');

var port = get_http_port(default:9000);
var app_info = vcf::get_app_info(app:'Apache APISIX Dashboard', port:port, webapp:TRUE);
var constraints = [{'fixed_version': '2.10.1'}];

vcf::check_version_and_report(
  app_info:app_info,
  constraints:constraints,
  severity:SECURITY_HOLE
);

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/apache_apisix_dashboard_2_10_1.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\apache_apisix_dashboard_2_10_1.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/apache_apisix_dashboard_2_10_1.nasl

Go back to menu.

How to Run


Here is how to run the Apache APISIX Dashboard < 2.10.1 Authentication Bypass as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Misc. plugin family.
  6. On the right side table select Apache APISIX Dashboard < 2.10.1 Authentication Bypass plugin ID 160299.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl apache_apisix_dashboard_2_10_1.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a apache_apisix_dashboard_2_10_1.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - apache_apisix_dashboard_2_10_1.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state apache_apisix_dashboard_2_10_1.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 160297 - Apache APISIX Dashboard < 2.10.1 Authentication Bypass (Direct Check)
  • 159914 - Apache APISIX 1.2 <= 1.5 Information Disclosure
  • 160203 - Apache APISIX < 2.10.4 / 2.11.x < 2.12.1 RCE
  • 156103 - Apache Log4j 1.2 JMSAppender Remote Code Execution (CVE-2021-4104)
  • 156860 - Apache Log4j 1.x Multiple Vulnerabilities
  • 136424 - Apache Log4j < 2.13.2 Improper Certificate Verification
  • 155999 - Apache Log4j < 2.15.0 Remote Code Execution (Nix)
  • 156057 - Apache Log4j 2.x < 2.16.0 RCE
  • 156183 - Apache Log4j 2.x < 2.17.0 DoS
  • 156327 - Apache Log4j 2.0 < 2.3.2 / 2.4 < 2.12.4 / 2.13 < 2.17.1 RCE
  • 156162 - Apache Log4Shell RCE detection via callback correlation (Direct Check Telnet)
  • 156056 - Apache Log4Shell RCE detection via Raw Socket Logging (Direct Check)
  • 156002 - Apache Log4j < 2.15.0 Remote Code Execution (Windows)
  • 156158 - Apache Log4Shell RCE detection via callback correlation (Direct Check IMAP)
  • 156669 - Apache Log4Shell RCE detection via callback correlation (Direct Check MSRPC)
  • 156197 - Apache Log4Shell RCE detection via callback correlation (Direct Check NetBIOS)
  • 156157 - Apache Log4Shell RCE detection via callback correlation (Direct Check POP3)
  • 156256 - Apache Log4Shell RCE detection via callback correlation (Direct Check SNMP)
  • 156166 - Apache Log4Shell RCE detection via callback correlation (Direct Check SSH)
  • 156375 - Apache Log4Shell RCE detection via callback correlation (Direct Check UPnP)
  • 159764 - Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437)
  • 122487 - Apache Storm < 1.1.3 / 1.2.x < 1.2.2 arbitrary file write vulnerability
  • 125634 - Apache ZooKeeper 3.4.0 < 3.4.10 / 3.5.x < 3.5.3 Multiple Vulnerabilities

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file apache_apisix_dashboard_2_10_1.nasl version 1.2. For more plugins, visit the Nessus Plugin Library.

Go back to menu.