Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802703
HistoryMar 08, 2012 - 12:00 a.m.

Netmechanica NetDecision Dashboard Server Information Disclosure Vulnerability

2012-03-0800:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
5

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

AI Score

6.3

Confidence

Low

EPSS

0.066

Percentile

93.8%

NetDecision Dashboard Server is prone to an information disclosure vulnerability.

# SPDX-FileCopyrightText: 2012 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802703");
  script_version("2023-06-22T10:34:14+0000");
  script_cve_id("CVE-2012-1464");
  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_tag(name:"last_modification", value:"2023-06-22 10:34:14 +0000 (Thu, 22 Jun 2023)");
  script_tag(name:"creation_date", value:"2012-03-08 17:47:52 +0530 (Thu, 08 Mar 2012)");
  script_name("Netmechanica NetDecision Dashboard Server Information Disclosure Vulnerability");

  script_xref(name:"URL", value:"http://secpod.org/blog/?p=478");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/18543/");
  script_xref(name:"URL", value:"http://secpod.org/exploits/SecPod_Netmechanica_NetDecision_Dashboard_Server_Info_Disc_PoC.py");
  script_xref(name:"URL", value:"http://secpod.org/advisories/SecPod_Netmechanica_NetDecision_Dashboard_Server_Info_Disc_Vuln.txt");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 8090);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to gain sensitive information.");

  script_tag(name:"affected", value:"NetDecision Dashboard Server version 4.5.1.");

  script_tag(name:"insight", value:"The flaw is due to an improper validation of malicious HTTP request
  appended with '?' character, which discloses the Dashboard server's web script physical path.");

  script_tag(name:"solution", value:"Upgrade to NetDecision Dashboard Server 4.6.1 or later.");

  script_tag(name:"summary", value:"NetDecision Dashboard Server is prone to an information disclosure vulnerability.");

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

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");

port = http_get_port(default:8090);

res = http_get_cache(item:"/", port:port);

if(!res || ("Server: NetDecision-HTTP-Server" >!< res &&
   !egrep(pattern:">Copyright .*NetMechanica", string:res))){
  exit(0);
}

req1 = http_get(item:"/?", port:port);
res1 = http_keepalive_send_recv(port:port, data:req1);
if(!res1){
  exit(0);
}

if(egrep(pattern:"^HTTP/1\.[01] 200", string:res1, icase:TRUE) &&
   egrep(pattern:"Failed to open script file: .?:\\.*NetDecision\\" +
            "Script Folders\\DashboardServer", string:res1)){
  security_message(port:port);
  exit(0);
}

exit(99);

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

AI Score

6.3

Confidence

Low

EPSS

0.066

Percentile

93.8%

Related for OPENVAS:1361412562310802703