XOOPS Article Module article.php id Parameter SQL Injection

high Nessus Plugin ID 32030

Synopsis

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

Description

The remote host is running the Articles module, a third-party module for XOOPS.

The version of this module installed on the remote host fails to properly sanitize user-supplied input to the 'id' parameter of the 'modules/articles/article.php' script before using it to build a database query. Regardless of PHP's 'magic_quotes_gpc' setting, an unauthenticated, remote attacker can leverage this issue to launch SQL injection attacks against the affected application, leading to discovery of sensitive information, attacks against the underlying database, and the like.

Solution

None at this time.

See Also

https://www.securityfocus.com/archive/1/archive/1/491150/100/0/threaded

Plugin Details

Severity: High

ID: 32030

File Name: xoops_articles_id_sql_injection2.nasl

Version: 1.18

Type: remote

Family: CGI abuses

Published: 4/23/2008

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.5

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

Vulnerability Information

CPE: cpe:/a:xoops:article_module

Required KB Items: www/xoops

Excluded KB Items: Settings/disable_cgi_scanning

Exploit Ease: No exploit is required

Reference Information

CVE: CVE-2008-2094

BID: 28879

CWE: 89