Lucene search
+L

Sonexis ConferenceManager Multiple Information Disclosure and Security Bypass Vulnerabilities

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

Sonexis ConferenceManager Multiple Information Disclosure and Security Bypass Vulnerabilities. Vulnerable versions: 10.0.40 and prio

Refs
Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_sonexis_51994.nasl 5700 2017-03-23 16:03:37Z cfi $
#
# Sonexis ConferenceManager Multiple Information Disclosure and Security Bypass 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 = "Sonexis ConferenceManager is prone to remote information-disclosure
and security-bypass vulnerabilities.

An attacker may exploit these issues to obtain sensitive information
and bypass certain security restrictions.

Sonexis ConferenceManager versions 10.0.40 and prior are vulnerable.";

tag_solution = "Reportedly, the issue is fixed; however, Symantec has not confirmed
this. Please contact the vendor for more information.";

if (description)
{
 script_id(103420);
 script_bugtraq_id(51994);
 script_version ("$Revision: 5700 $");
 script_name("Sonexis ConferenceManager Multiple Information Disclosure and Security Bypass Vulnerabilities");
 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/51994");
 script_xref(name : "URL" , value : "http://pentest.snosoft.com/2012/02/13/netragard-uncovers-0-days-in-sonexis-conferencemanager/");
 script_xref(name : "URL" , value : "http://www.sonexis.com/products/index.asp");
 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_tag(name:"last_modification", value:"$Date: 2017-03-23 17:03:37 +0100 (Thu, 23 Mar 2017) $");
 script_tag(name:"creation_date", value:"2012-02-15 10:59:59 +0100 (Wed, 15 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 : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);

 exit(0);
}

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

foreach dir( make_list_unique( "/", cgi_dirs( port:port ) ) ) {

  if( dir == "/" ) dir = "";
  url = dir + "/Login/HostLogIn.asp?ie=0";

  if( http_vuln_check( port:port, url:url, pattern:"Sonexis ConferenceManager</title>" ) ) {
    url = dir + "/admin/backup/settings.asp";
    if( http_vuln_check( port:port, url:url, pattern:"External Location for Download", extra_check:make_list( "User ID:", "Password:", "<Title>Upload" ) ) ) {
      report = report_vuln_url( port:port, url:url );
      security_message( port:port, data:report );
      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