Woltlab Burning Board SQL injection flaw
🗓️ 24 Oct 2008 00:00:00Reported by Copyright (C) 2008 David MaciejakType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Woltlab Burning Board < 2.7.1 Multiple Script SQL Injection (deprecated) | 2 Mar 200600:00 | – | nessus | |
| Woltlab Burning Board Multiple SQL Injections | 8 Mar 200600:00 | – | nessus | |
| CVE-2005-3369 | 29 Oct 200519:00 | – | cve | |
| CVE-2005-3369 | 29 Oct 200519:00 | – | cvelist | |
| Woltlab 1.1/2.x - 'Info-DB Info_db.php' Multiple SQL Injections | 26 Oct 200500:00 | – | exploitdb | |
| EUVD-2005-3368 | 7 Oct 202500:30 | – | euvd | |
| CVE-2005-3369 | 30 Oct 200514:34 | – | nvd | |
| Woltlab Burning Board SQL injection flaw | 24 Oct 200800:00 | – | openvas |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/archive/1/426583/30/0/threaded |
| securityfocus | www.securityfocus.com/bid/15214 |
| securityfocus | www.securityfocus.com/bid/16914 |
# SPDX-FileCopyrightText: 2008 David Maciejak
# 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-only
# ref: [email protected] and Mustafa Can Bjorn
CPE = "cpe:/a:woltlab:burning_board";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.80050");
script_version("2023-08-01T13:29:10+0000");
script_tag(name:"last_modification", value:"2023-08-01 13:29:10 +0000 (Tue, 01 Aug 2023)");
script_tag(name:"creation_date", value:"2008-10-24 23:33:44 +0200 (Fri, 24 Oct 2008)");
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_copyright("Copyright (C) 2008 David Maciejak");
script_family("Web application abuses");
script_dependencies("secpod_woltlab_burning_board_detect.nasl");
script_mandatory_keys("WoltLabBurningBoard/detected");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/426583/30/0/threaded");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/15214");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/16914");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the
disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to
upgrade to a newer release, disable respective features, remove the product or replace the product by
another one.");
script_tag(name:"summary", value:"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.");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_vul");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) ) exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) ) exit( 0 );
if( dir == "/" ) dir = "";
url = dir + "/info_db.php?action=file&fileid=1/**/UNION/**/SELECT/**/";
buf = http_get( item:url, port:port );
res = http_keepalive_send_recv( port:port, data:buf, bodyonly:TRUE );
if( isnull( res ) ) exit( 0 );
if( "Database error in WoltLab Burning Board" >< res && "Invalid SQL: SELECT * FROM" >< res ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
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
01 Aug 2023 00:00Current
7High risk
Vulners AI Score7
CVSS 27.5
EPSS0.01321