Lucene search
+L

ManageEngine EventLog Analyzer Multiple Vulnerabilities (Nov 2014) - Active Check

🗓️ 06 Nov 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

ManageEngine EventLog Analyzer info disclosure vulnerability in v7 to v9.9 build 900

Related
Refs
Code
# 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:zohocorp:manageengine_eventlog_analyzer";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105111");
  script_cve_id("CVE-2014-6038", "CVE-2014-6039");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_version("2026-04-22T06:16:44+0000");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("ManageEngine EventLog Analyzer Multiple Vulnerabilities (Nov 2014) - Active Check");

  script_xref(name:"URL", value:"https://raw.githubusercontent.com/pedrib/PoC/master/ManageEngine/me_eventlog_info_disc.txt");

  script_tag(name:"impact", value:"Exploiting this issue could allow an attacker read usernames and passwords.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"solution", value:"Ask the Vendor for an update.");

  script_tag(name:"affected", value:"All versions from v7 to v9.9 build 9002.");

  script_tag(name:"summary", value:"ManageEngine EventLog Analyzer is prone to an information disclosure vulnerability.");

  script_tag(name:"last_modification", value:"2026-04-22 06:16:44 +0000 (Wed, 22 Apr 2026)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/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:"2020-03-26 14:15:00 +0000 (Thu, 26 Mar 2020)");
  script_tag(name:"creation_date", value:"2014-11-06 16:38:34 +0100 (Thu, 06 Nov 2014)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_manageengine_eventlog_analyzer_http_detect.nasl");
  script_mandatory_keys("manageengine/eventlog_analyzer/http/detected");
  script_require_ports("Services/www", 8400);

  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 = "/agentHandler?mode=getTableData&table=AaaPassword";

if (http_vuln_check(port: port, url: url, pattern: "AaaPassword createdtime",
                    extra_check: make_list("password", "password_id", "salt"))) {
  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

22 Apr 2026 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
CVSS 3.17.5
EPSS0.72757
37