Lucene search
+L

Invision Power Board Multiple SQL Injection Vulnerabilities

🗓️ 23 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Invision Power Board Multiple SQL Injection Vulnerabilities. Multiple SQL Injection vulnerabilities found in Invision Power Board version 3.0.0, 3.0.1, and 3.0.2

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-3974
18 Nov 200923:00
cve
cvelist
Cvelist
CVE-2009-3974
18 Nov 200923:00
cvelist
euvd
EUVD
EUVD-2009-3945
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3974
18 Nov 200923:30
nvd
prion
Prion
Sql injection
18 Nov 200923:30
prion
redhatcve
RedhatCVE
CVE-2009-3974
21 May 202519:58
redhatcve
seebug
seebug.org
Invision Power Board 3.x SQL注入漏洞
24 Nov 200900:00
seebug
# SPDX-FileCopyrightText: 2009 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:invision_power_services:invision_power_board";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900981");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-11-23 07:01:19 +0100 (Mon, 23 Nov 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-3974");

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

  script_name("Invision Power Board Multiple SQL Injection Vulnerabilities");

  script_xref(name:"URL", value:"http://en.securitylab.ru/nvd/387879.php");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/2413");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("invision_power_board_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("invision_power_board/installed");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to access and modify the backend
  database by injecting arbitrary SQL queries.");

  script_tag(name:"affected", value:"Invision Power Board version 3.0.0, 3.0.1, and 3.0.2.");

  script_tag(name:"insight", value:"The input passed into 'search_term' parameter in search.php and in 'aid'
  parameter in lostpass.php is not porpperly sanitisied before being used to construct SQL queries.");

  script_tag(name:"summary", value:"Invision Power Board is prone to multiple SQL Injection vulnerabilities.");

  script_tag(name:"solution", value:"Apply the referenced patch.");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!ipbPort = get_app_port(cpe:CPE))
  exit(0);

if (!ipbVer = get_app_version(cpe:CPE, port:ipbPort))
  exit(0);

if (ipbVer =~ "^3\.0\.(0|1|2)") {
  report = report_fixed_ver(installed_version:ipbVer, fixed_version:"See references");
  security_message(port:ipbPort, 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

05 Mar 2025 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 27.5
EPSS0.01001
19