phpMyAdmin 'phpinfo.php' Information Disclosure Vulnerability (PMASA-2010-10) - Active Check
🗓️ 27 Dec 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 413 Views
| Reporter | Title | Published | Views | Family All 30 |
|---|---|---|---|---|
| CVE-2010-4481 | 17 Dec 201018:00 | – | cve | |
| CVE-2010-4481 | 17 Dec 201018:00 | – | cvelist | |
| [SECURITY] [DSA 2139-1] New phpmyadmin packages fix several vulnerabilities | 31 Dec 201015:57 | – | debian | |
| CVE-2010-4481 | 17 Dec 201018:00 | – | debiancve | |
| Debian DSA-2139-1 : phpmyadmin - several vulnerabilities | 3 Jan 201100:00 | – | nessus | |
| Fedora 13 : phpMyAdmin-3.3.10-1.fc13 (2011-3733) | 30 Mar 201100:00 | – | nessus | |
| Fedora 14 : phpMyAdmin-3.3.10-1.fc14 (2011-3737) | 30 Mar 201100:00 | – | nessus | |
| Fedora 15 : phpMyAdmin-3.3.10-1.fc15 (2011-3761) | 27 Mar 201100:00 | – | nessus | |
| EUVD-2010-4449 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 14 Update: phpMyAdmin-3.3.10-1.fc14 | 29 Mar 201119:52 | – | fedora |
10
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/42485 |
| phpmyadmin | www.phpmyadmin.net/security/PMASA-2010-10/ |
| vupen | www.vupen.com/english/advisories/2010/3238 |
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:phpmyadmin:phpmyadmin";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801494");
script_version("2025-11-11T05:40:18+0000");
script_cve_id("CVE-2010-4481");
script_tag(name:"last_modification", value:"2025-11-11 05:40:18 +0000 (Tue, 11 Nov 2025)");
script_tag(name:"creation_date", value:"2010-12-27 09:55:05 +0100 (Mon, 27 Dec 2010)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("phpMyAdmin 'phpinfo.php' Information Disclosure Vulnerability (PMASA-2010-10) - Active Check");
script_xref(name:"URL", value:"http://secunia.com/advisories/42485");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/3238");
script_xref(name:"URL", value:"https://www.phpmyadmin.net/security/PMASA-2010-10/");
# nb: Not really an attack request (just a plain GET to the phpinfo.php file)...
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_phpmyadmin_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("phpMyAdmin/installed");
script_tag(name:"summary", value:"phpMyAdmin is prone to an information disclosure
vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.
Note: It is currently expected that a result of this VT is reported if the system is generally
exposing a phpinfo() output on the relevant URL / endpoint (independent from the running product).
Exposing such sensitive information is generally seen as a security misconfiguration and should be
avoided.");
script_tag(name:"insight", value:"The flaw is caused by missing authentication in the
'phpinfo.php' script when 'PMA_MINIMUM_COMMON' is defined. This can be exploited to gain knowledge
of sensitive information by requesting the file directly.");
script_tag(name:"impact", value:"Successful exploitation will let the unauthenticated attackers to
display information related to PHP.");
script_tag(name:"affected", value:"phpMyAdmin versions prior to 3.4.0-beta1.");
script_tag(name:"solution", value:"Update to version 3.4.0-beta1 or later.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
url = dir + "/phpinfo.php";
res = http_get_cache(item:url, port:port);
if(!res || res !~ "^HTTP/1\.[01] 200")
exit(0);
if(concl = http_check_for_phpinfo_output(data:res)) {
report = http_report_vuln_url(port:port, url:url);
report += '\nConcluded from:\n' + concl;
security_message(port:port, data:report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
11 Nov 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25
EPSS0.02017