phpMyAdmin Double URL Decoding XSS Vulnerability (PMASA-2016-16) - Windows
🗓️ 04 Aug 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 36 |
|---|---|---|---|---|
| phpMyAdmin cross-site scripting vulnerability (CNVD-2016-04565) | 5 Jul 201600:00 | – | cnvd | |
| CVE-2016-5099 | 5 Jul 201601:00 | – | cve | |
| CVE-2016-5099 | 5 Jul 201601:00 | – | cvelist | |
| [SECURITY] [DSA 3627-1] phpmyadmin security update | 24 Jul 201616:03 | – | debian | |
| CVE-2016-5099 | 5 Jul 201601:00 | – | debiancve | |
| Debian DSA-3627-1 : phpmyadmin - security update | 25 Jul 201600:00 | – | nessus | |
| FreeBSD : phpmyadmin -- XSS and sensitive data leakage (00ec1be1-22bb-11e6-9ead-6805ca0b3d42) | 26 May 201600:00 | – | nessus | |
| GLSA-201701-32 : phpMyAdmin: Multiple vulnerabilities | 12 Jan 201700:00 | – | nessus | |
| openSUSE Security Update : phpMyAdmin (openSUSE-2016-655) | 1 Jun 201600:00 | – | nessus | |
| openSUSE Security Update : phpMyAdmin (openSUSE-2016-712) | 14 Jun 201600:00 | – | nessus |
10
| Source | Link |
|---|---|
| phpmyadmin | www.phpmyadmin.net/security/PMASA-2016-16 |
| securityfocus | www.securityfocus.com/bid/90877 |
# SPDX-FileCopyrightText: 2016 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.808253");
script_version("2024-02-13T05:06:26+0000");
script_cve_id("CVE-2016-5099");
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_tag(name:"last_modification", value:"2024-02-13 05:06:26 +0000 (Tue, 13 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-10-30 16:27:00 +0000 (Tue, 30 Oct 2018)");
script_tag(name:"creation_date", value:"2016-08-04 13:01:28 +0530 (Thu, 04 Aug 2016)");
script_tag(name:"qod_type", value:"remote_banner");
script_name("phpMyAdmin Double URL Decoding XSS Vulnerability (PMASA-2016-16) - Windows");
script_tag(name:"summary", value:"phpMyAdmin is prone to a cross-site scripting (XSS) vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw is due to an insufficient validation
of user supplied inputs that are mishandled during double URL decoding.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to inject arbitrary web script or HTML via special characters.");
script_tag(name:"affected", value:"phpMyAdmin versions 4.4.x before 4.4.15.6
and 4.6.x before 4.6.2 on Windows.");
script_tag(name:"solution", value:"Update to version 4.4.15.6, 4.6.2 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://www.phpmyadmin.net/security/PMASA-2016-16");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/90877");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_phpmyadmin_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("phpMyAdmin/installed", "Host/runs_windows");
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(vers =~ "^4\.4")
{
if(version_is_less(version:vers, test_version:"4.4.15.6"))
{
fix = "4.4.15.6";
VULN = TRUE;
}
}
else if(vers =~ "^4\.6")
{
if(version_is_less(version:vers, test_version:"4.6.2"))
{
fix = "4.6.2";
VULN = TRUE;
}
}
if(VULN)
{
report = report_fixed_ver(installed_version:vers, fixed_version:fix);
security_message(port:port, data:report);
exit(0);
}
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
13 Feb 2024 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 24.3
CVSS 36.1
EPSS0.01417