Lucene search
+L

phpMyAdmin pmd_pdf.php Cross Site Scripting Vulnerability

🗓️ 31 Oct 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

phpMyAdmin pmd_pdf.php Cross Site Scripting Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-4775
27 Oct 200800:00
circl
cve
CVE
CVE-2008-4775
28 Oct 200819:00
cve
cvelist
Cvelist
CVE-2008-4775
28 Oct 200819:00
cvelist
debiancve
Debian CVE
CVE-2008-4775
28 Oct 200819:00
debiancve
exploitdb
Exploit DB
phpMyAdmin 3.0.1 - 'pmd_pdf.php' Cross-Site Scripting
27 Oct 200800:00
exploitdb
euvd
EUVD
EUVD-2008-4755
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 9 Update: phpMyAdmin-3.0.1.1-1.fc9
31 Oct 200810:24
fedora
fedora
Fedora
[SECURITY] Fedora 8 Update: phpMyAdmin-3.0.1.1-1.fc8
31 Oct 200810:27
fedora
nessus
Tenable Nessus
Fedora 9 : phpMyAdmin-3.0.1.1-1.fc9 (2008-9316)
3 Nov 200800:00
nessus
nessus
Tenable Nessus
Fedora 8 : phpMyAdmin-3.0.1.1-1.fc8 (2008-9336)
3 Nov 200800:00
nessus
Rows per page
# 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.800301");
  script_version("2024-03-01T14:37:10+0000");
  script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
  script_tag(name:"creation_date", value:"2008-10-31 15:07:51 +0100 (Fri, 31 Oct 2008)");
  script_tag(name:"cvss_base", value:"2.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2008-4775");
  script_name("phpMyAdmin pmd_pdf.php Cross Site Scripting Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_phpmyadmin_http_detect.nasl");
  script_mandatory_keys("phpMyAdmin/installed");

  script_xref(name:"URL", value:"http://secunia.com/advisories/32449/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31928");
  script_xref(name:"URL", value:"http://seclists.org/bugtraq/2008/Oct/0199.html");

  script_tag(name:"summary", value:"phpMyAdmin is prone to a cross-site scripting (XSS) vulnerability.");

  script_tag(name:"insight", value:"Input passed to the 'db' parameter in pmd_pdf.php file is not properly
  sanitised before returning to the user.");

  script_tag(name:"affected", value:"phpMyAdmin phpMyAdmin versions 3.0.1 and prior on all running platform.");

  script_tag(name:"solution", value:"Upgrade to phpMyAdmin 3.0.1.1 or later.");

  script_tag(name:"impact", value:"Allows execution of arbitrary HTML and script code, and steal cookie-based
  authentication credentials.");

  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( version_is_less_equal( version:vers, test_version:"3.0.1" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"3.0.1.1" );
  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

01 Mar 2024 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 22.6
EPSS0.0606
29