Simple Machines Forum (SMF) < 1.1.6 Password Reset Vulnerability
🗓️ 25 Sep 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Simple Machines Forum < 1.1.6 Random Number Generator Credentials Disclosure | 8 Sep 200800:00 | – | nessus | |
| Simple Machines Forum Validation Code Prediction Arbitrary Password Reset | 15 Sep 200800:00 | – | nessus | |
| CVE-2008-6971 | 6 Sep 200800:00 | – | circl | |
| CVE-2008-6971 | 13 Aug 200916:00 | – | cve | |
| CVE-2008-6971 | 13 Aug 200916:00 | – | cvelist | |
| Simple Machines Forum <= 1.1.5 Password Reset Security Bypass Vulnerability | 12 Jan 200900:00 | – | exploitdb | |
| Simple Machines Forum (SMF) 1.1.5 (Windows x86) - Admin Reset Password | 6 Sep 200800:00 | – | exploitdb | |
| EUVD-2008-6930 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-6971 | 13 Aug 200916:30 | – | nvd | |
| Code injection | 13 Aug 200916:30 | – | prion |
| Source | Link |
|---|---|
| milw0rm | www.milw0rm.com/exploits/6392 |
| securityfocus | www.securityfocus.com/bid/31053 |
| secunia | www.secunia.com/advisories/31750/ |
| simplemachines | www.simplemachines.org/community/index.php |
# SPDX-FileCopyrightText: 2008 Greenbone AG
# 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
CPE = "cpe:/a:simplemachines:smf";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900118");
script_version("2025-07-22T05:43:35+0000");
script_tag(name:"last_modification", value:"2025-07-22 05:43:35 +0000 (Tue, 22 Jul 2025)");
script_tag(name:"creation_date", value:"2008-09-25 09:10:39 +0200 (Thu, 25 Sep 2008)");
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-2008-6971");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Simple Machines Forum (SMF) < 1.1.6 Password Reset Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2008 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_simple_machines_forum_http_detect.nasl");
script_mandatory_keys("smf/detected");
script_tag(name:"summary", value:"Simple Machines Forum (SMF) is prone to a security bypass
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The vulnerability exists due to the application generating weak
validation codes for the password reset functionality which allows for easy validation code
guessing attack.");
script_tag(name:"impact", value:"Attackers can guess the validation code and reset the user
password to the one of their choice.");
script_tag(name:"affected", value:"SMF versions prior to 1.1.6.");
script_tag(name:"solution", value:"Update to version 1.1.6 or later.");
script_xref(name:"URL", value:"http://milw0rm.com/exploits/6392");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31053");
script_xref(name:"URL", value:"http://secunia.com/advisories/31750/");
script_xref(name:"URL", value:"http://www.simplemachines.org/community/index.php?topic=260145.0");
exit(0);
}
include("host_details.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: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "1.1.6")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.1.6", install_path: location);
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
22 Jul 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 27.5
EPSS0.07131