Lucene search
+L

LiteSpeed < 4.0.15 Information Disclosure Vulnerability - Active Check

🗓️ 05 Aug 2010 00:00:00Reported by Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 49 Views

LiteSpeed < 4.0.15 Information Disclosure Vulnerability - Active Check. Vulnerability allows attackers to access source code files, impacting LiteSpeed versions prior to 4.0.1

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-2333
13 Jun 201000:00
circl
CVE
CVE-2010-2333
18 Jun 201020:00
cve
Cvelist
CVE-2010-2333
18 Jun 201020:00
cvelist
Exploit DB
Litespeed Technologies - Web Server Remote Poison Null Byte
13 Jun 201000:00
exploitdb
Tenable Nessus
LiteSpeed Web Server Source Code Information Disclosure
4 Aug 201000:00
nessus
Metasploit
LiteSpeed Source Code Disclosure/Download
1 Jul 201020:09
metasploit
Nmap
http-litespeed-sourcecode-download NSE Script
24 Jul 201120:13
nmap
NVD
CVE-2010-2333
18 Jun 201020:30
nvd
OpenVAS
LiteSpeed Web Server Source Code Information Disclosure Vulnerability
5 Aug 201000:00
openvas
Packet Storm
LiteSpeed Source Code Disclosure/Download
1 Sep 202400:00
packetstorm
Rows per page
# Copyright (C) 2010 Greenbone Networks GmbH
# 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.100744");
  script_version("2022-04-12T08:46:17+0000");
  script_tag(name:"last_modification", value:"2022-04-12 08:46:17 +0000 (Tue, 12 Apr 2022)");
  script_tag(name:"creation_date", value:"2010-08-05 13:46:20 +0200 (Thu, 05 Aug 2010)");
  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-2010-2333");

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

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

  script_name("LiteSpeed < 4.0.15 Information Disclosure Vulnerability - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("Web Servers");
  script_dependencies("gb_get_http_banner.nasl", "webmirror.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("LiteSpeed/banner");

  script_tag(name:"summary", value:"LiteSpeed Web Server is prone to a vulnerability that lets
  attackers access source code files.");

  script_tag(name:"impact", value:"An attacker can exploit this vulnerability to retrieve certain
  files from the vulnerable computer in the context of the webserver process. Information obtained
  may aid in further attacks.");

  script_tag(name:"affected", value:"LiteSpeed versions prior to 4.0.15.");

  script_tag(name:"vuldetect", value:"Sends a HTTP GET request and checks the response.");

  script_tag(name:"solution", value:"Update to version 4.0.15 or later.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/40815");
  script_xref(name:"URL", value:"http://www.litespeedtech.com/latest/litespeed-web-server-4.0.15-released.html");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");

port = http_get_port( default:80 );
banner = http_get_remote_headers( port:port );
if( ! banner || "LiteSpeed" >!< banner )
  exit( 0 );

host = http_host_name( dont_add_port:TRUE );

phps = http_get_kb_file_extensions( port:port, host:host, ext:"php" );
if( ! isnull( phps ) ) {
  phps = make_list( phps );
} else {
  phps = make_list( "/index.php" );
}

foreach php( phps ) {
  x++;
  url = php + "\x00.txt";

  if( buf = http_vuln_check( port:port, url:url, pattern:"<\?(php)?", check_header:TRUE ) ) {
    if( "Content-Type: text/plain" >< buf ) {
      if( ! http_vuln_check( port:port, url:php, pattern:"<\?(php)?" ) ) {
        report = http_report_vuln_url( port:port, url:url );
        security_message( port:port, data:report );
        exit( 0 );
      }
    }
  }
  if( x >= 3 )
    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