Lucene search

K
gentooGentoo FoundationGLSA-200407-22
HistoryJul 29, 2004 - 12:00 a.m.

phpMyAdmin: Multiple vulnerabilities

2004-07-2900:00:00
Gentoo Foundation
security.gentoo.org
9

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

0.055 Low

EPSS

Percentile

93.2%

Background

phpMyAdmin is a popular, web-based MySQL administration tool written in PHP. It allows users to administer a MySQL database from a web-browser.

Description

Two serious vulnerabilities exist in phpMyAdmin. The first allows any user to alter the server configuration variables (including host, name, and password) by appending new settings to the array variables that hold the configuration in a GET statement. The second allows users to include arbitrary PHP code to be executed within an eval() statement in table name configuration settings. This second vulnerability is only exploitable if $cfg[‘LeftFrameLight’] is set to FALSE.

Impact

Authenticated users can alter configuration variables for their running copy of phpMyAdmin. The impact of this should be minimal. However, the second vulnerability would allow an authenticated user to execute arbitrary PHP code with the permissions of the webserver, potentially allowing a serious Denial of Service or further remote compromise.

Workaround

The second, more serious vulnerability is only exploitable if $cfg[‘LeftFrameLight’] is set to FALSE. In the default Gentoo installation, this is set to TRUE. There is no known workaround for the first.

Resolution

All phpMyAdmin users should upgrade to the latest version:

 # emerge sync
 
 # emerge -pv ">=dev-db/phpmyadmin-2.5.7_p1"
 # emerge ">=dev-db/phpmyadmin-2.5.7_p1"
OSVersionArchitecturePackageVersionFilename
Gentooanyalldev-db/phpmyadmin<= 2.5.7UNKNOWN

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

0.055 Low

EPSS

Percentile

93.2%