Lucene search
+L

Meeting Room Booking System SQL Injection Vulnerability

🗓️ 12 Oct 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

Meeting Room Booking System SQL Injection Vulnerability. Upgrade to version 1.4.2 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-3533
2 Oct 200919:00
cve
cvelist
Cvelist
CVE-2009-3533
2 Oct 200919:00
cvelist
euvd
EUVD
EUVD-2009-3515
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Meeting Room Booking System typematch Parameter SQL Injection
18 Oct 201000:00
nessus
nvd
NVD
CVE-2009-3533
2 Oct 200919:30
nvd
openvas
OpenVAS
Meeting Room Booking System SQL Injection Vulnerability
12 Oct 200900:00
openvas
prion
Prion
Sql injection
2 Oct 200919:30
prion
# 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:john_beranek:meeting_room_booking_system";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800950");
  script_version("2024-03-01T14:37:10+0000");
  script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
  script_tag(name:"creation_date", value:"2009-10-12 07:28:01 +0200 (Mon, 12 Oct 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-3533");
  script_name("Meeting Room Booking System SQL Injection Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_mrbs_detect.nasl");
  script_mandatory_keys("MRBS/installed");

  script_xref(name:"URL", value:"http://secunia.com/advisories/35469");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/51772");
  script_xref(name:"URL", value:"http://mrbs.sourceforge.net/view_text.php?section=NEWS&file=NEWS");

  script_tag(name:"impact", value:"Attackers can exploit this issue to inject arbitrary SQL code and modify
  information in the back-end database.");

  script_tag(name:"affected", value:"Meeting Room Booking System prior to 1.4.2 on all platforms.");

  script_tag(name:"insight", value:"The user supplied data passed into 'typematch' parameter in report.php is
  not properly sanitised before being used in an SQL query.");

  script_tag(name:"solution", value:"Upgrade to Meeting Room Booking System 1.4.2 or later.");

  script_tag(name:"summary", value:"Meeting Room Booking System is prone to a SQL Injection vulnerability.");

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

  exit(0);
}

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

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

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

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

01 Mar 2024 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 27.5
EPSS0.01689
20