Lucene search
+L

Invision Power Board 3.4.5 SQLi Vulnerability

🗓️ 22 Mar 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Invision Power Board 3.4.5 SQLi Vulnerability - SQL Injection Vulnerability in Invision Power Board version 3.4.5 allows attackers to execute arbitrary SQL commands resulting in information disclosure and system access

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Invision Power Services Invision Power Board SQL Injection Vulnerability
26 Mar 201800:00
cnvd
cve
CVE
CVE-2014-4928
20 Mar 201821:00
cve
cvelist
Cvelist
CVE-2014-4928
20 Mar 201821:00
cvelist
euvd
EUVD
EUVD-2014-4846
7 Oct 202500:30
euvd
nvd
NVD
CVE-2014-4928
20 Mar 201821:29
nvd
prion
Prion
Sql injection
20 Mar 201821:29
prion
# SPDX-FileCopyrightText: 2018 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.113143");
  script_version("2025-12-11T05:46:19+0000");
  script_tag(name:"last_modification", value:"2025-12-11 05:46:19 +0000 (Thu, 11 Dec 2025)");
  script_tag(name:"creation_date", value:"2018-03-22 12:47:45 +0100 (Thu, 22 Mar 2018)");
  script_tag(name:"cvss_base", value:"6.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-06-03 14:55:00 +0000 (Wed, 03 Jun 2020)");

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

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

  script_cve_id("CVE-2014-4928");

  script_name("Invision Power Board 3.4.5 SQLi Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("invision_power_board_detect.nasl");
  script_mandatory_keys("invision_power_board/installed");

  script_tag(name:"summary", value:"Invision Power Board is prone to an SQL injection (SQLi) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists due to insufficient sanitation of the 'cld' parameter.");

  script_tag(name:"impact", value:"Successful exploitation would allow an attacker to execute arbitrary SQL
commands on the target system. This would result in effects ranging from information disclosure to gaining
complete access over the target system.");

  script_tag(name:"affected", value:"Invision Power Board through version 3.4.5.");

  script_tag(name:"solution", value:"Update to version 3.4.6.");

  script_xref(name:"URL", value:"http://dringen.blogspot.de/2014/07/invision-power-board-blind-sql.html");

  exit(0);
}

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

if( ! port = get_app_port( cpe: CPE ) ) exit( 0 );
if( ! version = get_app_version( cpe: CPE, port: port ) ) exit( 0 );

if( version_is_less( version: version, test_version: "3.4.6" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "3.4.6" );
  security_message( data: report, port: port );
  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

11 Dec 2025 00:00Current
9.3High risk
Vulners AI Score9.3
CVSS 26.5
CVSS 38.8
EPSS0.01078
37