CVSS2
Attack Vector
NETWORK
Attack Complexity
LOW
Authentication
NONE
Confidentiality Impact
PARTIAL
Integrity Impact
PARTIAL
Availability Impact
PARTIAL
AV:N/AC:L/Au:N/C:P/I:P/A:P
CVSS3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
AI Score
Confidence
High
EPSS
Percentile
83.3%
Apache ActiveMQ is prone to multiple security vulnerabilities.
# SPDX-FileCopyrightText: 2017 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:apache:activemq";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.108290");
script_version("2024-02-15T05:05:40+0000");
script_cve_id("CVE-2014-3600", "CVE-2014-3612", "CVE-2014-8110", "CVE-2015-6524");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-03-27 20:29:00 +0000 (Wed, 27 Mar 2019)");
script_tag(name:"creation_date", value:"2017-11-07 10:54:29 +0100 (Tue, 07 Nov 2017)");
script_name("Apache ActiveMQ < 5.10.1 Multiple Security Vulnerabilities - Windows");
script_copyright("Copyright (C) 2017 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("General");
script_dependencies("gb_apache_activemq_consolidation.nasl", "os_detection.nasl");
script_mandatory_keys("apache/activemq/detected", "Host/runs_windows");
script_xref(name:"URL", value:"http://activemq.apache.org/security-advisories.html");
script_tag(name:"summary", value:"Apache ActiveMQ is prone to multiple security vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"impact", value:"Successful exploitation allows remote attackers to,
- have unspecified impact via vectors involving an XPath based selector when dequeuing XML messages (CVE-2014-3600)
- bypass authentication (CVE-2014-3612)
- inject arbitrary web script or HTML via unspecified vectors (CVE-2014-8110)
- obtain credentials via a brute force attack (CVE-2015-6524)");
script_tag(name:"insight", value:"Multiple flaws exist due to:
- a XML external entity (XXE) vulnerability (CVE-2014-3600)
- the LDAPLoginModule implementation in the Java Authentication and Authorization Service (JAAS)
allowing logging in with an empty password and valid username, which triggers an unauthenticated bind.
(CVE-2014-3612)
- multiple cross-site scripting (XSS) vulnerabilities in the web based administration console (CVE-2014-8110)
- the LDAPLoginModule implementation in the Java Authentication and Authorization Service (JAAS)
allowing wildcard operators in usernames (CVE-2015-6524)");
script_tag(name:"affected", value:"Apache ActiveMQ version before 5.10.1.");
script_tag(name:"solution", value:"Update to Apache ActiveMQ version 5.10.1, or later.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! vers = get_app_version( cpe:CPE, nofork:TRUE ) ) exit( 0 );
if( version_is_less( version:vers, test_version:"5.10.1" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"5.10.1" );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
CVSS2
Attack Vector
NETWORK
Attack Complexity
LOW
Authentication
NONE
Confidentiality Impact
PARTIAL
Integrity Impact
PARTIAL
Availability Impact
PARTIAL
AV:N/AC:L/Au:N/C:P/I:P/A:P
CVSS3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
AI Score
Confidence
High
EPSS
Percentile
83.3%