Truegalerie admin.php loggedin Parameter Admin Authentication Bypass

medium Nessus Plugin ID 11582

Language:

Synopsis

The remote host has a PHP script that is affected by an authentication bypass issue.

Description

The remote host is running TrueGalerie, an album management system written in PHP.

There is a flaw in the version of TrueGalerie that could allow an attacker to log in as the administrator without having to know the password, simply by requesting the URL :

/admin.php?loggedin=1 Provided PHP's 'register_globals' setting is enabled, an attacker may use this flaw to gain administrative privileges on this web server and modify its content.

Solution

Disable the option 'register_globals' in php.ini or replace this set of CGI by something else.

Plugin Details

Severity: Medium

ID: 11582

File Name: truegalerie_admin_bypass.nasl

Version: 1.20

Type: remote

Family: CGI abuses

Published: 5/6/2003

Updated: 1/19/2021

Supported Sensors: Nessus

Risk Information

VPR

Risk Factor: Medium

Score: 4.4

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

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-2003-1488

BID: 7427

CWE: 20