| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2009-1911 | 8 May 200900:00 | – | circl | |
| CVE-2009-1911 | 4 Jun 200916:00 | – | cve | |
| CVE-2009-1911 | 4 Jun 200916:00 | – | cvelist | |
| CVE-2009-1911 | 4 Jun 200916:30 | – | nvd | |
| TinyWebGallery/QuiXplorer Local File Include Vulnerability | 10 May 200900:00 | – | openvas | |
| Directory traversal | 4 Jun 200916:30 | – | prion | |
| TinyWebGallery lang Parameter Local File Inclusion | 26 May 200900:00 | – | nessus |
| Source | Link |
|---|---|
| tinywebgallery | www.tinywebgallery.com/forum/viewtopic.php |
| securityfocus | www.securityfocus.com/bid/34892 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: TinyWebGallery_34892.nasl 5220 2017-02-07 11:42:33Z teissa $
#
# TinyWebGallery/QuiXplorer Local File Include Vulnerability
#
# Authors
# Michael Meyer
#
# Updated to check individual Vulnerability for QuiXplorer
# -By Antu Sanadi <[email protected]> on 2009-06-09
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# 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.
###############################################################################
tag_summary = "TinyWebGallery and QuiXplorer are prone to a local file-include vulnerability
because it fails to properly sanitize user-supplied input.
An attacker can exploit this vulnerability to view files and execute
local scripts in the context of the webserver process. This may aid
in further attacks.
TinyWebGallery 1.7.6 and prior versions are vulnerable.
QuiXplorer 2.3.2 and prior versions are vulnerable.";
tag_solution = "An update is available. Please see http://www.tinywebgallery.com
for more information.";
if (description)
{
script_id(100193);
script_version("$Revision: 5220 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-07 12:42:33 +0100 (Tue, 07 Feb 2017) $");
script_tag(name:"creation_date", value:"2009-05-10 17:01:14 +0200 (Sun, 10 May 2009)");
script_cve_id("CVE-2009-1911");
script_bugtraq_id(34892);
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_name("TinyWebGallery/QuiXplorer Local File Include Vulnerability");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
script_dependencies("TinyWebGallery_detect.nasl","gb_quixplorer_detect.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/34892");
script_xref(name : "URL" , value : "http://www.tinywebgallery.com/forum/viewtopic.php?t=1653");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
port = get_http_port(default:80);
if(!get_port_state(port))exit(0);
if(!can_host_php(port:port))exit(0);
version = get_kb_item(string("www/", port, "/TinyWebGallery"));
if(version != NULL)
{
matches = eregmatch(string:version, pattern:"^(.+) under (/.*)$");
vers = matches[1];
if(!isnull(vers) && vers >!< "unknown")
{
if(version_is_less_equal(version: vers, test_version: "1.7.6"))
{
security_message(port:port);
exit(0);
}
}
}
quixplorerVer = get_kb_item(string("www/", port, "/QuiXplorer"));
if(quixplorerVer != NULL)
{
qxplorerVer = eregmatch(string:quixplorerVer, pattern:"^(.+) under (/.*)$");
if(version_is_less_equal(version: qxplorerVer[1], test_version:"2.3.2")){
security_message(port:port);
}
}
exit(0);
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