CVE & Exploit Intelligence Database

Updated 3h ago

Search and track vulnerabilities with real-time exploit intelligence. Cross-reference CVEs against public exploits from ExploitDB, Metasploit, GitHub, and Nuclei — with CVSS and EPSS scoring, CISA KEV monitoring, and AI-powered exploit analysis.

337,123 CVEs tracked 53,219 with exploits 4,686 exploited in wild 1,539 CISA KEV 3,912 Nuclei templates 37,757 vendors 42,422 researchers
271 results Clear all
CVE-2025-24530 6.4 MEDIUM EPSS 0.00
Phpmyadmin < 5.2.2 - XSS
An issue was discovered in phpMyAdmin 5.x before 5.2.2. An XSS vulnerability has been discovered for the check tables feature. A crafted table or database name could be used for XSS.
CWE-79 Jan 23, 2025
CVE-2023-25727 5.4 MEDIUM EPSS 0.11
Phpmyadmin < 4.9.11 - XSS
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.
CWE-79 Feb 13, 2023
CVE-2020-22452 9.8 CRITICAL EPSS 0.03
phpMyAdmin <5.2.0 - SQL Injection
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.
CWE-89 Jan 26, 2023
CVE-2022-0813 5.3 MEDIUM EPSS 0.00
Phpmyadmin < 5.1.1 - Information Disclosure
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.
CWE-200 Mar 10, 2022
CVE-2022-23808 6.1 MEDIUM 2 PoCs Analysis NUCLEI EPSS 0.68
phpMyAdmin <5.1.2 - Code Injection
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.
CWE-79 Jan 22, 2022
CVE-2022-23807 4.3 MEDIUM EPSS 0.00
phpMyAdmin <4.9.8, <5.1.2 - Auth Bypass
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.
CWE-287 Jan 22, 2022
CVE-2020-22278 8.8 HIGH EPSS 0.00
phpMyAdmin <5.0.2 - Code Injection
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.
CWE-1236 Nov 04, 2020
CVE-2020-26935 9.8 CRITICAL NUCLEI EPSS 0.92
phpMyAdmin <4.9.6, <5.0.3 - SQL Injection
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.
CWE-89 Oct 10, 2020
CVE-2020-26934 6.1 MEDIUM EPSS 0.03
phpMyAdmin <4.9.6, <5.0.3 - XSS
phpMyAdmin before 4.9.6 and 5.x before 5.0.3 allows XSS through the transformation feature via a crafted link.
CWE-79 Oct 10, 2020
CVE-2020-11441 6.1 MEDIUM NUCLEI EPSS 0.01
Phpmyadmin - Injection
phpMyAdmin 5.0.2 allows CRLF injection, as demonstrated by %0D%0Astring%0D%0A inputs to login form fields causing CRLF sequences to be reflected on an error page. NOTE: the vendor states "I don't see anything specifically exploitable.
CWE-74 Mar 31, 2020
CVE-2020-10803 5.4 MEDIUM EPSS 0.04
phpMyAdmin <4.9.5-5.0.2 - SQL Injection
In phpMyAdmin 4.x before 4.9.5 and 5.x before 5.0.2, a SQL injection vulnerability was discovered where malicious code could be used to trigger an XSS attack through retrieving and displaying results (in tbl_get_field.php and libraries/classes/Display/Results.php). The attacker must be able to insert crafted data into certain database tables, which when retrieved (for instance, through the Browse tab) can trigger the XSS attack.
CWE-79 Mar 22, 2020
CVE-2020-10802 8.0 HIGH EPSS 0.02
phpMyAdmin <4.9.5, 5.x <5.0.2 - SQL Injection
In phpMyAdmin 4.x before 4.9.5 and 5.x before 5.0.2, a SQL injection vulnerability has been discovered where certain parameters are not properly escaped when generating certain queries for search actions in libraries/classes/Controllers/Table/TableSearchController.php. An attacker can generate a crafted database or table name. The attack can be performed if a user attempts certain search operations on the malicious database or table.
CWE-89 Mar 22, 2020
CVE-2020-10804 8.0 HIGH EPSS 0.02
phpMyAdmin <4.9.5-5.0.2 - SQL Injection
In phpMyAdmin 4.x before 4.9.5 and 5.x before 5.0.2, a SQL injection vulnerability was found in retrieval of the current username (in libraries/classes/Server/Privileges.php and libraries/classes/UserPassword.php). A malicious user with access to the server could create a crafted username, and then trick the victim into performing specific actions with that user account (such as editing its privileges).
CWE-89 Mar 22, 2020
CVE-2020-5504 8.8 HIGH 2 PoCs Analysis EPSS 0.23
phpMyAdmin <4.9.4-5.0.1 - SQL Injection
In phpMyAdmin 4 before 4.9.4 and 5 before 5.0.1, SQL injection exists in the user accounts page. A malicious user could inject custom SQL in place of their own username when creating queries to this page. An attacker must have a valid MySQL account to access the server.
CWE-89 Jan 09, 2020
CVE-2019-19617 9.8 CRITICAL 1 Writeup EPSS 0.01
phpMyAdmin <4.9.2 - Info Disclosure
phpMyAdmin before 4.9.2 does not escape certain Git information, related to libraries/classes/Display/GitRevision.php and libraries/classes/Footer.php.
Dec 06, 2019
CVE-2019-18622 9.8 CRITICAL EPSS 0.01
phpMyAdmin <4.9.2 - SQL Injection
An issue was discovered in phpMyAdmin before 4.9.2. A crafted database/table name can be used to trigger a SQL injection attack through the designer feature.
CWE-89 Nov 22, 2019
CVE-2019-12922 6.5 MEDIUM 1 PoC Analysis EPSS 0.42
Phpmyadmin < 4.9.0.1 - CSRF
A CSRF issue in phpMyAdmin 4.9.0.1 allows deletion of any server in the Setup page.
CWE-352 Sep 13, 2019
CVE-2019-12616 6.5 MEDIUM 2 PoCs Analysis EPSS 0.56
Phpmyadmin < 4.9.0 - CSRF
An issue was discovered in phpMyAdmin before 4.9.0. A vulnerability was found that allows an attacker to trigger a CSRF attack against a phpMyAdmin user. The attacker can trick the user, for instance through a broken <img> tag pointing at the victim's phpMyAdmin database, and the attacker can potentially deliver a payload (such as a specific INSERT or DELETE statement) to the victim.
CWE-352 Jun 05, 2019
CVE-2019-11768 9.8 CRITICAL EPSS 0.02
phpMyAdmin <4.9.0.1 - SQL Injection
An issue was discovered in phpMyAdmin before 4.9.0.1. A vulnerability was reported where a specially crafted database name can be used to trigger an SQL injection attack through the designer feature.
CWE-89 Jun 05, 2019
CVE-2019-6799 5.9 MEDIUM NUCLEI EPSS 0.77
phpMyAdmin <4.8.5 - Info Disclosure
An issue was discovered in phpMyAdmin before 4.8.5. When the AllowArbitraryServer configuration setting is set to true, with the use of a rogue MySQL server, an attacker can read any file on the server that the web server's user can access. This is related to the mysql.allow_local_infile PHP configuration, and the inadvertent ignoring of "options(MYSQLI_OPT_LOCAL_INFILE" calls.
Jan 26, 2019