Lucene search

K
openvasCopyright (C) 2005 Noam Rathaus <[email protected]> & SecuriTeamOPENVAS:136141256231010791
HistoryNov 03, 2005 - 12:00 a.m.

Ultraseek Web Server Detect

2005-11-0300:00:00
Copyright (C) 2005 Noam Rathaus <[email protected]> & SecuriTeam
plugins.openvas.org
11

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.2

Confidence

High

EPSS

0.013

Percentile

86.1%

Ultraseek Web Server is running on this host.

Ultraseek has been known to contain security vulnerabilities ranging from buffer overflows to
cross-site scripting (XSS) issues.

# SPDX-FileCopyrightText: 2005 Noam Rathaus <[email protected]> & SecuriTeam
# 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.10791");
  script_version("2024-06-27T05:05:29+0000");
  script_tag(name:"last_modification", value:"2024-06-27 05:05:29 +0000 (Thu, 27 Jun 2024)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-1999-0996", "CVE-2000-1019");
  script_name("Ultraseek Web Server Detect");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2005 Noam Rathaus <[email protected]> & SecuriTeam");
  script_dependencies("gb_get_http_banner.nasl");
  script_mandatory_keys("Ultraseek/banner");
  script_require_ports("Services/www", 8765);

  script_xref(name:"URL", value:"http://www.securiteam.com/cgi-bin/htsearch?config=htdigSecuriTeamwords=Ultraseek");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/1866");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/874");

  script_tag(name:"solution", value:"Make sure you are running the latest version of the Ultraseek
  Web Server or disable it if you do not use it.");

  script_tag(name:"summary", value:"Ultraseek Web Server is running on this host.

  Ultraseek has been known to contain security vulnerabilities ranging from buffer overflows to
  cross-site scripting (XSS) issues.");

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

  script_tag(name:"deprecated", value:TRUE);

  exit(0);
}

exit(66); # TODO: The VT has an initial "useless message. ultraseek_dos.nasl already do this check" message but which doesn't exist in the feed. For now we're keeping it deprecated.

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

port = http_get_port(default:8765);
banner = http_get_remote_headers(port:port);
if(!banner)
  exit(0);

if("Server: Ultraseek" >< banner) {
  security_message(port:port);
  exit(0);
}

exit(99);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.2

Confidence

High

EPSS

0.013

Percentile

86.1%

Related for OPENVAS:136141256231010791