Lucene search
+L

Simple Machines Forum (SMF) < 1.1.13, 2.x < 2.0 RC5 Multiple Vulnerabilities

🗓️ 24 Jun 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 45 Views

Simple Machines Forum Multiple Vulnerabilities, need to update to version 1.1.13 or 2.0 RC5

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2011-1127
21 Jun 201101:00
cve
cve
CVE
CVE-2011-1128
21 Jun 201101:00
cve
cve
CVE
CVE-2011-1129
21 Jun 201101:00
cve
cve
CVE
CVE-2011-1130
21 Jun 201101:00
cve
cve
CVE
CVE-2011-1131
21 Jun 201101:00
cve
cvelist
Cvelist
CVE-2011-1127
21 Jun 201101:00
cvelist
cvelist
Cvelist
CVE-2011-1128
21 Jun 201101:00
cvelist
cvelist
Cvelist
CVE-2011-1129
21 Jun 201101:00
cvelist
cvelist
Cvelist
CVE-2011-1130
21 Jun 201101:00
cvelist
cvelist
Cvelist
CVE-2011-1131
21 Jun 201101:00
cvelist
Rows per page
# SPDX-FileCopyrightText: 2011 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.902446");
  script_version("2025-07-25T05:44:05+0000");
  script_tag(name:"last_modification", value:"2025-07-25 05:44:05 +0000 (Fri, 25 Jul 2025)");
  script_tag(name:"creation_date", value:"2011-06-24 16:31:03 +0200 (Fri, 24 Jun 2011)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");

  script_cve_id("CVE-2011-1127", "CVE-2011-1128", "CVE-2011-1129", "CVE-2011-1130",
                "CVE-2011-1131");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Simple Machines Forum (SMF) < 1.1.13, 2.x < 2.0 RC5 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2011 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 multiple
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The following flaws exist:

  - An error in 'SSI.php', it does not properly restrict guest access

  - An error in loadUserSettings function in 'Load.php', it does not properly handle invalid login
  attempts

  - An error in EditNews function in 'ManageNews.php', which allow users to inject arbitrary web
  script or HTML via a save_items action

  - An error in cleanRequest function in 'QueryString.php' and the constructPageIndex function in
  'Subs.php'

  - An error in PlushSearch2 function in 'Search.php', allow remote attackers to obtain sensitive
 information via a search");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to obtain access or
  cause a denial of service or to conduct SQL injection attacks, obtain sensitive information.");

  script_tag(name:"affected", value:"SMF versions prior to 1.1.13 and 2.x prior to 2.0 RC5.");

  script_tag(name:"solution", value:"Update to version 1.1.13, 2.0 RC5 or later.");

  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2011/03/02/4");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/48388");
  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2011/02/22/17");
  script_xref(name:"URL", value:"http://www.simplemachines.org/community/index.php?topic=421547.0");
  script_xref(name:"URL", value:"http://custom.simplemachines.org/mods/downloads/smf_patch_2.0-RC4_security.zip");

  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.3") ||
    version_in_range(version: version, test_version: "2.0rc", test_version2: "2.0rc4")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.1.13, 2.0 RC5", 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