NetIQ Access Manager < 4.0 SP1 Hot Fix 3 Multiple Vulnerabilities - Active Check
🗓️ 19 Dec 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| NetIQ Access Manager 4.0 SP1 - Multiple Vulnerabilities | 23 Dec 201400:00 | – | zdt | |
| NetIQ Access Manager Directory Traversal Vulnerability | 26 Dec 201400:00 | – | cnvd | |
| CVE-2014-5214 | 23 Dec 201411:00 | – | cve | |
| CVE-2014-5215 | 23 Dec 201411:00 | – | cve | |
| CVE-2014-5216 | 23 Dec 201411:00 | – | cve | |
| CVE-2014-5214 | 23 Dec 201411:00 | – | cvelist | |
| CVE-2014-5215 | 23 Dec 201411:00 | – | cvelist | |
| CVE-2014-5216 | 23 Dec 201411:00 | – | cvelist | |
| NetIQ Access Manager 4.0 SP1 - Multiple Vulnerabilities | 23 Dec 201400:00 | – | exploitdb | |
| EUVD-2014-5112 | 7 Oct 202500:30 | – | euvd |
10
# SPDX-FileCopyrightText: 2014 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:netiq:access_manager";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105149");
script_version("2024-09-03T06:26:22+0000");
script_tag(name:"last_modification", value:"2024-09-03 06:26:22 +0000 (Tue, 03 Sep 2024)");
script_tag(name:"creation_date", value:"2014-12-19 15:05:33 +0100 (Fri, 19 Dec 2014)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2014-5214", "CVE-2014-5216", "CVE-2014-5217", "CVE-2014-5215");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
script_name("NetIQ Access Manager < 4.0 SP1 Hot Fix 3 Multiple Vulnerabilities - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_netiq_access_manager_http_detect.nasl");
script_mandatory_keys("netiq/access_manager/http/detected");
script_require_ports("Services/www", 443);
script_tag(name:"summary", value:"NetIQ Access Manager suffers from cross-site request forgery
(CSRF), XML external entity (XXE) injection, information disclosure, and cross-site scripting
(XSS) vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a special crafted HTTP GET request and checks the
response.");
script_tag(name:"insight", value:"An attacker without an account on the NetIQ Access Manager is
able to gain administrative access by combining different attack vectors. Though this host may
not always be accessible from a public network, an attacker is still able to compromise the
system when directly targeting administrative users.
Because the NetIQ Access Manager is used for authentication, an attacker compromising the system
can use it to gain access to other systems.");
script_tag(name:"affected", value:"NetIQ Access Manager version 4.0 SP1.");
script_tag(name:"solution", value:"Update to 4.0 SP1 Hot Fix 3 or later.");
script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=7015993");
script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=7015994");
script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=7015996");
script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=7015997");
script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=7015995");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if( ! port = get_app_port( cpe:CPE, service:"www" ) )
exit( 0 );
if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
exit( 0 );
url = "/nidp/jsp/x509err.jsp?error=%3Cscript%3Ealert%28%27vt-xss-test%27%29%3C/script%3E";
if( http_vuln_check( port:port, url:url, pattern:"<script>alert\('vt-xss-test'\)</script>",
check_header:TRUE ) ) {
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
03 Sep 2024 00:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 24.3
EPSS0.03236