phpMyAdmin Cross-Site Scripting Vulnerability
🗓️ 03 Oct 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 29 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| CVE-2008-4326 | 30 Sep 200816:00 | – | cve | |
| CVE-2008-4326 | 30 Sep 200816:00 | – | cvelist | |
| [SECURITY] [DSA 1675-1] New phpmyadmin packages fix cross site scripting | 30 Nov 200812:53 | – | debian | |
| CVE-2008-4326 | 30 Sep 200816:00 | – | debiancve | |
| Debian DSA-1675-1 : phpmyadmin - insufficient input sanitising | 3 Dec 200800:00 | – | nessus | |
| openSUSE Security Update : phpMyAdmin (phpMyAdmin-442) | 21 Jul 200900:00 | – | nessus | |
| openSUSE 10 Security Update : phpMyAdmin (phpMyAdmin-5935) | 22 Jan 200900:00 | – | nessus | |
| EUVD-2008-4307 | 7 Oct 202500:30 | – | euvd | |
| JVN#54824688 phpMyAdmin cross-site scripting vulnerability | 26 Sep 200800:00 | – | jvn | |
| phpMyAdmin cross-site scripting vulnerability | 26 Sep 200807:37 | – | jvn |
10
| Source | Link |
|---|---|
| phpmyadmin | www.phpmyadmin.net/home_page/security.php |
| securityfocus | www.securityfocus.com/bid/31327 |
| secunia | www.secunia.com/advisories/31974/ |
# SPDX-FileCopyrightText: 2008 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.900134");
script_version("2023-10-17T05:05:34+0000");
script_tag(name:"last_modification", value:"2023-10-17 05:05:34 +0000 (Tue, 17 Oct 2023)");
script_tag(name:"creation_date", value:"2008-10-03 15:12:54 +0200 (Fri, 03 Oct 2008)");
script_cve_id("CVE-2008-4326");
script_copyright("Copyright (C) 2008 Greenbone AG");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_name("phpMyAdmin Cross-Site Scripting Vulnerability");
script_dependencies("gb_phpmyadmin_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("phpMyAdmin/installed");
script_xref(name:"URL", value:"http://secunia.com/advisories/31974/");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31327");
script_xref(name:"URL", value:"http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-8");
script_tag(name:"summary", value:"phpMyAdmin is prone to a cross-site scripting (XSS) vulnerability.");
script_tag(name:"insight", value:"Error exists in the PMA_escapeJsString() function in js_escape.lib.php
file, which fails to sufficiently sanitize user-supplied data.");
script_tag(name:"affected", value:"phpMyAdmin versions prior to 2.11.9.2.");
script_tag(name:"solution", value:"Update to version 2.11.9.2 or later.");
script_tag(name:"impact", value:"Execution of arbitrary HTML and script code will allow attackers
to steal cookie-based authentication credentials and to launch other attacks.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) )
exit( 0 );
if( egrep( pattern:"^2\.(([0-9]|10)(\..*)|11(\.[0-8](\..*)?|\.9(\.[01])))", string:vers ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"2.11.9.2" );
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
17 Oct 2023 00:00Current
7High risk
Vulners AI Score7
CVSS 24.3
EPSS0.01865