Lucene search
K

Woltlab Burning Board SQL injection flaw

🗓️ 24 Oct 2008 00:00:00Reported by This script is Copyright (C) 2006 David MaciejakType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

The remote web server contains a PHP script that is susceptible to SQL injection attacks. The remote version of Burning Board includes an optional module, the Database module, that fails to properly sanitize the 'fileid' parameter of the 'info_db.php' script, which can be exploited to launch SQL injection attacks against the affected host

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Woltlab Burning Board < 2.7.1 Multiple Script SQL Injection (deprecated)
2 Mar 200600:00
nessus
Tenable Nessus
Woltlab Burning Board Multiple SQL Injections
8 Mar 200600:00
nessus
CVE
CVE-2005-3369
29 Oct 200519:00
cve
CVE
CVE-2006-1094
9 Mar 200611:00
cve
Cvelist
CVE-2005-3369
29 Oct 200519:00
cvelist
Cvelist
CVE-2006-1094
9 Mar 200611:00
cvelist
EUVD
EUVD-2005-3368
7 Oct 202500:30
euvd
EUVD
EUVD-2006-1098
7 Oct 202500:30
euvd
NVD
CVE-2005-3369
30 Oct 200514:34
nvd
NVD
CVE-2006-1094
9 Mar 200613:06
nvd
Rows per page
# OpenVAS Vulnerability Test
# $Id: burning_board_database_sql_injection.nasl 3854 2016-08-18 13:15:25Z teissa $
# Description: Woltlab Burning Board SQL injection flaw
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
#
# Copyright:
# Copyright (C) 2006 David Maciejak
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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 = "The remote web server contains a PHP script that is susceptible to SQL
injection attacks. 

Description:

The remote version of Burning Board includes an optional module, the
Database module, that fails to properly sanitize the 'fileid'
parameter of the 'info_db.php' script, which can be exploited to
launch SQL injection attacks against the affected host.";

tag_solution = "Unknown at this time.";

# ref: [email protected] and Mustafa Can Bjorn

if(description)
{
  script_id(80050);;
  script_version("$Revision: 3854 $");
  script_tag(name:"last_modification", value:"$Date: 2016-08-18 15:15:25 +0200 (Thu, 18 Aug 2016) $");
  script_tag(name:"creation_date", value:"2008-10-24 23:33:44 +0200 (Fri, 24 Oct 2008)");
  script_bugtraq_id(15214, 16914);
  script_cve_id("CVE-2005-3369", "CVE-2006-1094");
  script_xref(name:"OSVDB", value:"20330");
  script_xref(name:"OSVDB", value:"23596");

  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("Woltlab Burning Board SQL injection flaw");


  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_copyright("This script is Copyright (C) 2006 David Maciejak");
  script_family("Web application abuses");

  script_dependencies("http_version.nasl");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 80);

  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/426583/30/0/threaded");
  exit(0);
}

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

port = get_http_port(default:80);
if (!port) exit(0);

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


# Test any installs: this can fork()
install = get_kb_item(string("www/", port, "/BurningBoard"));

if (!isnull(install)) {
  matches = eregmatch(string:install, pattern:"^(.+) under (/.*)$");
  if (!isnull(matches)) {
    loc = matches[2];
    buf = http_get(item:string(loc,"/info_db.php?action=file&fileid=1/**/UNION/**/SELECT/**/"), port:port);
    r = http_keepalive_send_recv(port:port, data:buf, bodyonly:1);
    if(r == NULL)exit(0);
    if(("Database error in WoltLab Burning Board" >< r) && ("Invalid SQL: SELECT * FROM" >< r)) {
      security_message(port);
      set_kb_item(name: 'www/'+port+'/SQLInjection', value: TRUE);
    }
  }
}

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

18 Aug 2016 00:00Current
0.6Low risk
Vulners AI Score0.6
EPSS0.00712
20