CVEInsight.
TrendingZero-DayExploreBrowseSearchSaved
CVEInsight.

Free vulnerability intelligence for developers, security teams, and researchers. Data sourced from public databases for informational purposes only.

Explore

HomeTrendingZero-Day WatchAttack TypesBrowse CVEsSearch

Legal

Privacy PolicyTerms of ServiceData Disclaimer

© 2026CVEInsight. For informational use only — not a substitute for professional security advice.

CVE data sourced from NVD / NIST & public disclosures.

Search Vulnerabilities

 Software

Searching vulnerabilities affecting “phpmyadmin”

33 vulnerabilities found for “phpmyadmin”

Page 1 of 2

CVE-2023-25727
MEDIUM5.4

In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.

phpmyadmin / phpmyadmin+1
Network
Published Feb 13, 2023
Page 1 of 2
CVE-2020-22452
CRITICAL9.8

SQL Injection vulnerability in function getTableCreationQuery in CreateAddField.php in phpMyAdmin 5.x before 5.2.0 via the tbl_storage_engine or tbl_collation parameters to tbl_create.php.

phpmyadmin / phpmyadmin
Network
Published Jan 26, 2023
CVE-2022-2407
MEDIUM4.8

The WP phpMyAdmin WordPress plugin before 5.2.0.4 does not escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks when the unfiltered_html capability is disallowed (for example in multisite setup)

puvox / wp_phpmyadmin
Network
Published Aug 22, 2022
CVE-2022-0813
MEDIUM5.3

PhpMyAdmin 5.1.1 and before allows an attacker to retrieve potentially sensitive information by creating invalid requests. This affects the lang parameter, the pma_parameter, and the cookie section.

phpmyadmin / phpmyadmin
Network
Published Mar 10, 2022
CVE-2022-23808
MEDIUM6.1

An issue was discovered in phpMyAdmin 5.1 before 5.1.2. An attacker can inject malicious code into aspects of the setup script, which can allow XSS or HTML injection.

phpmyadmin / phpmyadmin
Network
Published Jan 22, 2022
CVE-2022-23807
MEDIUM4.3

An issue was discovered in phpMyAdmin 4.9 before 4.9.8 and 5.1 before 5.1.2. A valid user who is already authenticated to phpMyAdmin can manipulate their account to bypass two-factor authentication for future login instances.

phpmyadmin / phpmyadmin+1
Network
Published Jan 22, 2022
CVE-2020-22278
HIGH8.8

phpMyAdmin through 5.0.2 allows CSV injection via Export Section. NOTE: the vendor disputes this because "the CSV file is accurately generated based on the database contents.

phpmyadmin / phpmyadmin
Network
Published Nov 4, 2020
CVE-2020-26934
MEDIUM6.1

phpMyAdmin before 4.9.6 and 5.x before 5.0.3 allows XSS through the transformation feature via a crafted link.

phpmyadmin / phpmyadmin+10
Network
Published Oct 10, 2020
CVE-2020-26935
CRITICAL9.8

An issue was discovered in SearchController in phpMyAdmin before 4.9.6 and 5.x before 5.0.3. A SQL injection vulnerability was discovered in how phpMyAdmin processes SQL statements in the search feature. An attacker could use this flaw to inject malicious SQL in to a query.

phpmyadmin / phpmyadmin+10
Network
Published Oct 10, 2020
CVE-2013-4462
CRITICAL9.1

WordPress Portable phpMyAdmin Plugin has an authentication bypass vulnerability

portable_phpmyadmin_project / portable_phpmyadmin
Network
Published Jan 27, 2020
CVE-2018-19970
MEDIUM6.1

In phpMyAdmin before 4.8.4, an XSS vulnerability was found in the navigation tree, where an attacker can deliver a payload to a user through a crafted database/table name.

phpmyadmin / phpmyadmin+1
Network
Published Dec 11, 2018
CVE-2018-19968
MEDIUM6.5

An attacker can exploit phpMyAdmin before 4.8.4 to leak the contents of a local file because of an error in the transformation feature. The attacker must have access to the phpMyAdmin Configuration Storage tables, although these can easily be created in any database to which the attacker has access. An attacker must have valid credentials to log in to phpMyAdmin; this vulnerability does not allow an attacker to circumvent the login system.

phpmyadmin / phpmyadmin+1
Network
Published Dec 11, 2018
CVE-2018-19969
HIGH8.8

phpMyAdmin 4.7.x and 4.8.x versions prior to 4.8.4 are affected by a series of CSRF flaws. By deceiving a user into clicking 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.

phpmyadmin / phpmyadmin+1
Network
Published Dec 11, 2018
CVE-2018-15605
MEDIUM6.1

An issue was discovered in phpMyAdmin before 4.8.3. A Cross-Site Scripting vulnerability has been found where an attacker can use a crafted file to manipulate an authenticated user who loads that file through the import feature.

phpmyadmin / phpmyadmin
Network
Published Aug 24, 2018
CVE-2018-12613
HIGH8.8

An issue was discovered in phpMyAdmin 4.8.x before 4.8.2, in which an attacker can include (view and potentially execute) files on the server. The vulnerability comes from a portion of code where pages are redirected and loaded within phpMyAdmin, and an improper test for whitelisted pages. An attacker must be authenticated, except in the "$cfg['AllowArbitraryServer'] = true" case (where an attacker can specify any host he/she is already in control of, and execute arbitrary code on phpMyAdmin) and the "$cfg['ServerDefault'] = 0" case (which bypasses the login requirement and runs the vulnerable code without any authentication).

phpmyadmin / phpmyadmin
Network
Published Jun 21, 2018
CVE-2018-12581
MEDIUM6.1

An issue was discovered in js/designer/move.js in phpMyAdmin before 4.8.2. A Cross-Site Scripting vulnerability has been found where an attacker can use a crafted database name to trigger an XSS attack when that database is referenced from the Designer feature.

phpmyadmin / phpmyadmin
Network
Published Jun 21, 2018
CVE-2017-18264
CRITICAL9.8

An issue was discovered in libraries/common.inc.php in phpMyAdmin 4.0 before 4.0.10.20, 4.4.x, 4.6.x, and 4.7.0 prereleases. The restrictions caused by $cfg['Servers'][$i]['AllowNoPassword'] = false are bypassed under certain PHP versions (e.g., version 5). This can allow the login of users who have no password set even if the administrator has set $cfg['Servers'][$i]['AllowNoPassword'] to false (which is also the default). This occurs because some implementations of the PHP substr function return false when given '' as the first argument.

phpmyadmin / phpmyadmin+5
Network
Published May 1, 2018
CVE-2018-10188
HIGH8.8

phpMyAdmin 4.8.0 before 4.8.0-1 has CSRF, allowing an attacker to execute arbitrary SQL statements, related to js/db_operations.js, js/tbl_operations.js, libraries/classes/Operations.php, and sql.php.

phpmyadmin / phpmyadmin
Network
Published Apr 19, 2018
CVE-2018-7260
MEDIUM5.4

Cross-site scripting (XSS) vulnerability in db_central_columns.php in phpMyAdmin before 4.7.8 allows remote authenticated users to inject arbitrary web script or HTML via a crafted URL.

phpmyadmin / phpmyadmin
Network
Published Feb 21, 2018
CVE-2017-1000499
HIGH8.8

phpMyAdmin versions 4.7.x (prior to 4.7.6.1/4.7.7) are vulnerable to a CSRF weakness. By deceiving a user to click on a crafted URL, it is possible to perform harmful database operations such as deleting records, dropping/truncating tables etc.

phpmyadmin / phpmyadmin
Network
Published Jan 3, 2018