Lucene search
+L

phpMyAdmin 4.7.0 <= 4.7.6, 4.8.0 <= 4.8.3 XSRF/CSRF Vulnerability (PMASA-2018-7) - Windows

🗓️ 12 Dec 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 57 Views

phpMyAdmin 4.7.0 <= 4.7.6, 4.8.0 <= 4.8.3 XSRF/CSRF Vulnerability on Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
alpinelinux
AlpineLinux
CVE-2018-19969
11 Dec 201817:00
alpinelinux
circl
Circl
CVE-2018-19969
11 Dec 201816:14
circl
cve
CVE
CVE-2018-19969
11 Dec 201817:00
cve
cvelist
Cvelist
CVE-2018-19969
11 Dec 201817:00
cvelist
debiancve
Debian CVE
CVE-2018-19969
11 Dec 201817:00
debiancve
euvd
EUVD
EUVD-2022-5870
3 Oct 202520:07
euvd
nessus
Tenable Nessus
GLSA-201904-16 : phpMyAdmin: Multiple vulnerabilities
16 Apr 201900:00
nessus
nessus
Tenable Nessus
openSUSE Security Update : phpMyAdmin (openSUSE-2018-1547)
17 Dec 201800:00
nessus
nessus
Tenable Nessus
openSUSE Security Update : phpMyAdmin (openSUSE-2019-1009)
27 Mar 201900:00
nessus
nessus
Tenable Nessus
phpMyAdmin 4.7.x <= 4.7.6 / 4.8.x < 4.8.4 Multiple XSRF/CSRF Vulnerabilities (PMASA-2018-7)
11 Dec 201800:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2018 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.108516");
  script_version("2024-06-28T15:38:46+0000");
  script_tag(name:"last_modification", value:"2024-06-28 15:38:46 +0000 (Fri, 28 Jun 2024)");
  script_tag(name:"creation_date", value:"2018-12-12 07:54:53 +0100 (Wed, 12 Dec 2018)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-04-22 14:10:00 +0000 (Mon, 22 Apr 2019)");
  script_cve_id("CVE-2018-19969");
  script_name("phpMyAdmin 4.7.0 <= 4.7.6, 4.8.0 <= 4.8.3 XSRF/CSRF Vulnerability (PMASA-2018-7) - Windows");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 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");

  script_xref(name:"URL", value:"https://www.phpmyadmin.net/security/PMASA-2018-7/");

  script_tag(name:"summary", value:"phpMyAdmin is prone to an cross-site ccripting (XSS) and cross-
  site request forgery (CSRF) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"By deceiving a user to click on a crafted URL, it is possible to
  perform harmful SQL operations such as renaming databases, creating new tables/routines, deleting
  designer pages, adding/deleting users, updating user passwords, killing SQL processes, etc.");

  script_tag(name:"affected", value:"phpMyAdmin versions 4.7.0 through 4.7.6 and 4.8.0 through 4.8.3.");

  script_tag(name:"solution", value:"Update to version 4.8.4.");

  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

CPE = "cpe:/a:phpmyadmin:phpmyadmin";

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
  exit( 0 );

vers = infos["version"];
path = infos["location"];

if( version_in_range( version:vers, test_version:"4.7.0", test_version2:"4.7.6" ) ||
    version_in_range( version:vers, test_version:"4.8.0", test_version2:"4.8.3" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"4.8.4", install_path:path );
  security_message( data:report, port:port );
  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