Lucene search

K
nessusThis script is Copyright (C) 2003-2018 Tenable Network Security, Inc.TIVOLI_RELAY_OVERFLOW.NASL
HistoryMar 21, 2003 - 12:00 a.m.

IBM Tivoli Firewall Toolbox (TFST) Unspecified Remote Overflow

2003-03-2100:00:00
This script is Copyright (C) 2003-2018 Tenable Network Security, Inc.
www.tenable.com
15

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.032 Low

EPSS

Percentile

91.2%

The remote service (probably the Tivoli Relay daemon) is vulnerable to a buffer overflow when it receives a long string.

An attacker may use this flaw to execute arbitrary code on this host (with the privilege of the user ‘nobody’).

#
# (C) Tenable Network Security, Inc.
#

# Ref:
# Date: Thu, 20 Mar 2003 18:46:59 +0100
# From: Niels Heinen <[email protected]>
# Subject: IBM Tivoli Firewall Security Toolbox buffer overflow vulnerability
# To: [email protected]
# Message-id: <[email protected]

include("compat.inc");

if (description)
{
 script_id(11434);
 script_version("1.17");
 script_cvs_date("Date: 2018/08/01 17:36:12");

 script_cve_id("CVE-2003-1104");
 script_bugtraq_id(7154, 7157);

 script_name(english:"IBM Tivoli Firewall Toolbox (TFST) Unspecified Remote Overflow");
 script_summary(english:"Tests for the overflow in Tivoli relay daemon");

 script_set_attribute(attribute:"synopsis", value:
"The remote host has an application that is affected by buffer overflow
vulnerability.");
 script_set_attribute(attribute:"description", value:
"The remote service (probably the Tivoli Relay daemon) is vulnerable to
a buffer overflow when it receives a long string.

An attacker may use this flaw to execute arbitrary code on this host
(with the privilege of the user 'nobody').");
 script_set_attribute(attribute:"see_also", value:"ftp://ftp.software.ibm.com/software/tivoli_support/patches/patches_1.3");
 script_set_attribute(attribute:"solution", value:"Apply vendor-supplied patches.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"false");

 script_set_attribute(attribute:"vuln_publication_date", value:"2003/03/21");
 script_set_attribute(attribute:"plugin_publication_date", value:"2003/03/21");

 script_set_attribute(attribute:"potential_vulnerability", value:"true");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:tivoli_firewall_toolbox");
 script_end_attributes();

 script_category(ACT_DESTRUCTIVE_ATTACK);
 script_copyright(english:"This script is Copyright (C) 2003-2018 Tenable Network Security, Inc.");
 script_family(english:"Firewalls");

 script_require_keys("Settings/ParanoidReport");
 script_require_ports(9400);

 exit(0);
}

include("audit.inc");
include("global_settings.inc");

if (report_paranoia < 2) audit(AUDIT_PARANOID);

if(get_port_state(9400))
{
 soc = open_sock_tcp(9400);
 if(!soc)exit(0);

 send(socket:soc, data:string(crap(238), "\r\n"));
 r = recv(socket:soc, length:1024);
 close(soc);

 soc2 = open_sock_tcp(9400);
 if(!soc2)security_hole(9400);
}
VendorProductVersionCPE
ibmtivoli_firewall_toolboxcpe:/a:ibm:tivoli_firewall_toolbox

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.032 Low

EPSS

Percentile

91.2%

Related for TIVOLI_RELAY_OVERFLOW.NASL