Meeting Room Booking System (MRBS) month.php area Parameter SQL Injection

high Nessus Plugin ID 35600

Synopsis

The remote web server contains a PHP script that is prone to a SQL injection attack.

Description

The remote host is running Meeting Room Booking System (MRBS), a PHP application for booking meeting rooms or other resources.

The version of MRBS installed on the remote host fails to sanitize user-supplied input to the 'area' parameter of the 'month.php' script before using it to construct database queries. Regardless of PHP's 'magic_quotes_gpc' setting, an unauthenticated attacker may be able to exploit this issue to manipulate database queries, leading to disclosure of sensitive information or attacks against the underlying database.

Note that the application's 'day.php' and 'week.php'' scripts are also reportedly affected by the same issue, although Nessus has not checked them.

Solution

Unknown at this time.

Plugin Details

Severity: High

ID: 35600

File Name: mrbs_area_sql_injection.nasl

Version: 1.19

Type: remote

Family: CGI abuses

Published: 2/5/2009

Updated: 4/11/2022

Configuration: Enable thorough checks

Supported Sensors: Nessus

Risk Information

VPR

Risk Factor: Medium

Score: 6.6

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Information

CPE: cpe:/a:mrbs:mrbs

Required KB Items: www/PHP, www/mrbs

Excluded KB Items: Settings/disable_cgi_scanning

Exploit Available: true

Exploit Ease: Exploits are available

Exploited by Nessus: true

Reference Information

CVE: CVE-2008-4620

BID: 31809

CWE: 89