Pixelpost index.php parent_id Parameter SQL Injection

medium Nessus Plugin ID 29995

Synopsis

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

Description

The remote host is running Pixelpost, a photo blog application based on PHP and MySQL.

The version of Pixelpost installed on the remote host fails to sanitize input to the 'parent_id' parameter of the 'index.php' script before using it to perform database queries. Provided PHP's 'magic_quotes_gpc' setting is disabled, an attacker may be able to exploit this issue to manipulate database queries to disclose sensitive information, bypass authentication, modify data, or even attack the underlying database.

Solution

Unknown at this time.

Plugin Details

Severity: Medium

ID: 29995

File Name: pixelpost_parent_id_sql_injection.nasl

Version: 1.20

Type: remote

Family: CGI abuses

Published: 1/17/2008

Updated: 4/11/2022

Configuration: Enable thorough checks

Supported Sensors: Nessus

Risk Information

VPR

Risk Factor: Medium

Score: 6.7

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.9

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

Vulnerability Information

Required KB Items: www/PHP

Excluded KB Items: Settings/disable_cgi_scanning

Exploit Ease: No exploit is required

Reference Information

CVE: CVE-2008-0358

BID: 27242

CWE: 89