Lucene search
+L

vqServer web traversal vulnerability

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

vqServer web server traversal vulnerability allows attackers to request any file outside the HTML directory scope

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
vqServer < 1.9.30 Directory Traversal File Access
20 Aug 200400:00
nessus
cve
CVE
CVE-2000-0240
13 Oct 200004:00
cve
cvelist
Cvelist
CVE-2000-0240
13 Oct 200004:00
cvelist
exploitdb
Exploit DB
vqsoft vqserver for windows 1.9.9 - Directory Traversal
21 Mar 200000:00
exploitdb
euvd
EUVD
EUVD-2000-0239
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-0240
21 Mar 200005:00
nvd
ptsecurity
Positive Technologies
PT-2000-1222 · Vqsoft · Vqserver
21 Mar 200000:00
ptsecurity
# Copyright (C) 2000 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.10355");
  script_version("2022-05-12T09:32:01+0000");
  script_tag(name:"last_modification", value:"2022-05-12 09:32:01 +0000 (Thu, 12 May 2022)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2000-0240");
  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_name("vqServer web traversal vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2000 SecuriTeam");
  script_family("Remote file access");
  script_dependencies("gb_vqserver_detect.nasl");
  script_mandatory_keys("vqserver/detected");

  script_xref(name:"URL", value:"http://www.securiteam.com/windowsntfocus/Some_Web_servers_are_still_vulnerable_to_the_dotdotdot_vulnerability.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/1067");

  script_tag(name:"solution", value:"Upgrade to the latest version available.");

  script_tag(name:"summary", value:"vqSoft's vqServer web server (version 1.9.9 and below) has been detected.

  This version contains a security vulnerability that allows attackers to request any file,
  even if it is outside the HTML directory scope.");

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

  exit(0);
}

CPE = "cpe:/a:vqsoft:vqserver";

include("host_details.inc");
include("version_func.inc");

if( ! port = get_app_port( cpe: CPE ) )
  exit( 0 );

if( ! infos = get_app_version_and_location( cpe: CPE, port: port, exit_no_version: TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less_equal( version: version, test_version: "1.9.9" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "Update to the latest version.", install_url:location );
  security_message( data: report, port: port );
  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 May 2022 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 25
EPSS0.07653
13