Lucene search
K

Knox Arkeia Backup Service Buffer Overflow

🗓️ 28 Sep 1999 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 19 Views

Local buffer overflow in Knox Arkeia Backup Service allows denial of service and root access.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-1999-1534
12 Sep 200104:00
cve
Cvelist
CVE-1999-1534
12 Sep 200104:00
cvelist
EUVD
EUVD-1999-1515
7 Oct 202500:30
euvd
NVD
CVE-1999-1534
23 Sep 199904:00
nvd
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(10018);
 script_version("1.31");
 script_cvs_date("Date: 2018/06/27 18:42:26");

 script_cve_id("CVE-1999-1534");
 script_bugtraq_id(661);

 script_name(english:"Knox Arkeia Backup Service Buffer Overflow");
 script_summary(english:"Arkeia Buffer Overflow");

 script_set_attribute(attribute:"synopsis", value:
"The remote host is running a backup service which is affected by a
local buffer overflow vulnerability.");
 script_set_attribute(attribute:"description", value:
"It was possible to overflow a buffer in the Knox's Arkeia server.

This problem allows an attacker to perform a denial of service attack
and to gain root using the remote service if the attacker is local.");
 script_set_attribute(attribute:"solution", value:"There is no known solution at this time.");
 script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:U/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"vuln_publication_date", value:"1999/09/23");
 script_set_attribute(attribute:"plugin_publication_date", value:"1999/09/28");

 script_set_attribute(attribute:"potential_vulnerability", value:"true");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_category(ACT_MIXED_ATTACK); # mixed

 script_copyright(english:"This script is Copyright (C) 1999-2018 Tenable Network Security, Inc.");
 script_family(english:"Misc.");

 script_dependencie("arkeia_default_account.nasl");
 script_require_keys("Settings/ParanoidReport");
 script_require_ports(617);
 exit(0);
}


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

if (report_paranoia < 2) audit(AUDIT_PARANOID);

port = 617;
version = get_kb_item("arkeia-client/617");
if ( ! version ) exit(0);
if ( !ereg(pattern:"^[0-4]\.", string:version) )  exit(0);

if(safe_checks())
{
 security_hole(port);
 exit(0);
}


if(get_port_state(port))
{
 data = crap(10000);
 soc = open_sock_tcp(port);
 if(soc > 0)
 {
  send(socket:soc, data:data);
  close(soc);
  sleep(2);
  soc2 = open_sock_tcp(port);
  if(!soc2)security_hole(port);
  else close(soc2);
 }
}

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

27 Jun 2018 18:42Current
5.9Medium risk
Vulners AI Score5.9
CVSS 27.2
EPSS0.00126
19