Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437) - Nessus

High   Plugin ID: 159764

This page contains detailed information about the Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437) Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 159764
Name: Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437)
Filename: apache_shiro_cve-2016-4437_local.nasl
Vulnerability Published: 2016-06-03
This Plugin Published: 2022-04-15
Last Modification Time: 2022-04-22
Plugin Version: 1.2
Plugin Type: local
Plugin Family: Misc.
Dependencies: shiro_jar_detection.nbin

Vulnerability Information


Severity: High
Vulnerability Published: 2016-06-03
Patch Published: 2016-05-18
CVE [?]: CVE-2016-4437
CPE [?]: cpe:/a:apache:shiro

Synopsis

A Java security framework uses a default cipher key.

Description

The Apache Shiro uses a default cipher key for the 'remember me' feature when not explicitly configured. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to execute arbitrary code or access content that would otherwise be protected by a security constraint.

Solution

Upgrade to Apache Shiro 1.2.5 or later, ensure a secret cipher key is configured, or disable the 'remember me' feature.

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, Exploit-DB, GitHub)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437) vulnerability:

  1. Metasploit: exploit/multi/http/shiro_rememberme_v124_deserialize
    [Apache Shiro v1.2.4 Cookie RememberME Deserial RCE]
  2. Exploit-DB: exploits/multiple/remote/48410.rb
    [EDB-48410: Apache Shiro 1.2.4 - Cookie RememberME Deserial RCE (Metasploit)]
  3. GitHub: https://github.com/0day666/Vulnerability-verification
    [CVE-2016-4437]
  4. GitHub: https://github.com/4nth0ny1130/shisoserial
    [CVE-2016-4437: 一个针对shiro反序列化漏洞(CVE-2016-4437)的快速利用工具/A simple ...]
  5. GitHub: https://github.com/Calistamu/graduation-project
    [CVE-2016-4437]
  6. GitHub: https://github.com/HackJava/Shiro
    [CVE-2016-4437]
  7. GitHub: https://github.com/SexyBeast233/SecBooks
    [CVE-2016-4437]
  8. GitHub: https://github.com/bkfish/Awesome_shiro
    [CVE-2016-4437: CVE-2016-4437-Shiro反序列化爆破模块和key,命令执行,反弹shell的脚本]
  9. GitHub: https://github.com/gobysec/Goby
    [CVE-2016-4437]
  10. GitHub: https://github.com/jas502n/SHIRO-550
    [CVE-2016-4437]
  11. GitHub: https://github.com/lovechinacoco/https-github.com-mai-lang-chai-Middleware-Vulnerability-detection
    [CVE-2016-4437]
  12. GitHub: https://github.com/ltfafei/my_POC
    [CVE-2016-4437]
  13. GitHub: https://github.com/m3terpreter/CVE-2016-4437
    [CVE-2016-4437]
  14. GitHub: https://github.com/tdtc7/qps
    [CVE-2016-4437]
  15. GitHub: https://github.com/veo/vscan
    [CVE-2016-4437]
  16. GitHub: https://github.com/woods-sega/woodswiki
    [CVE-2016-4437]
  17. GitHub: https://github.com/zhzyker/vulmap
    [CVE-2016-4437]

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-2016-4437
CVSS V2 Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P/E:H/RL:OF/RC:C
CVSS Base Score:6.8 (Medium)
Impact Subscore:6.4
Exploitability Subscore:8.6
CVSS Temporal Score:5.9 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.9 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:H/RL:O/RC:C
CVSS Base Score:8.1 (High)
Impact Subscore:5.9
Exploitability Subscore:2.2
CVSS Temporal Score:7.7 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:7.7 (High)

Go back to menu.

Plugin Source


This is the apache_shiro_cve-2016-4437_local.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, Inc.
##

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

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

  script_cve_id("CVE-2016-4437");
  script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2022/05/03");

  script_name(english:"Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437)");

  script_set_attribute(attribute:"synopsis", value:
"A Java security framework uses a default cipher key.");
  script_set_attribute(attribute:"description", value:
"The Apache Shiro uses a default cipher key for the 'remember me'
feature when not explicitly configured. An unauthenticated, remote
attacker can exploit this, via a specially crafted request, to
execute arbitrary code or access content that would otherwise be
protected by a security constraint.");
  # https://packetstormsecurity.com/files/137310/Apache-Shiro-1.2.4-Information-Disclosure.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?fd9839a6");
  # https://packetstormsecurity.com/files/157497/Apache-Shiro-1.2.4-Remote-Code-Execution.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?25ff751a");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Apache Shiro 1.2.5 or later, ensure a secret cipher key is
configured, or disable the 'remember me' feature.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-4437");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Apache Shiro v1.2.4 Cookie RememberME Deserial RCE');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2016/06/03");
  script_set_attribute(attribute:"patch_publication_date", value:"2016/05/18");
  script_set_attribute(attribute:"plugin_publication_date", value:"2022/04/15");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:apache:shiro");
  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("shiro_jar_detection.nbin");

  exit(0);
}

include('vcf.inc');

var app_info = vcf::get_app_info(app:'Apache Shiro');

var constraints = [
  {'fixed_version' : '1.2.5'}
];

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

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

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/apache_shiro_cve-2016-4437_local.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\apache_shiro_cve-2016-4437_local.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/apache_shiro_cve-2016-4437_local.nasl

Go back to menu.

How to Run


Here is how to run the Apache Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437) 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 Shiro < 1.2.5 Default Cipher Key (CVE-2016-4437) plugin ID 159764.
  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_shiro_cve-2016-4437_local.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a apache_shiro_cve-2016-4437_local.nasl -t <IP/HOST>

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

/opt/nessus/bin/nasl -T - apache_shiro_cve-2016-4437_local.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_shiro_cve-2016-4437_local.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 159323 - Apache Shiro Default Cipher Key (CVE-2016-4437)
  • 159914 - Apache APISIX 1.2 <= 1.5 Information Disclosure
  • 160203 - Apache APISIX < 2.10.4 / 2.11.x < 2.12.1 RCE
  • 160299 - Apache APISIX Dashboard < 2.10.1 Authentication Bypass
  • 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)
  • 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_shiro_cve-2016-4437_local.nasl version 1.2. For more plugins, visit the Nessus Plugin Library.

Go back to menu.