phpmyadmin 漏洞列表
共找到 9 个与 phpmyadmin 相关的漏洞
📅 加载漏洞趋势中...
-
phpmyadmin-default-login: phpMyAdmin - Default Login POC
phpMyAdmin contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. SHODAN: http.title:phpMyAdmin -
phpmyadmin-misconfiguration: Sensitive data exposure POC
Unauthenticated phpmyadmin leads to exposure of sensitive information -
phpmyadmin-server-import: PhpMyAdmin Server Import POC
Finds Unauthenticated PhpMyAdmin Server Import Pages. -
CVE-2009-1151: PhpMyAdmin Scripts - Remote Code Execution POC
PhpMyAdmin Scripts 2.11.x before 2.11.9.5 and 3.x before 3.1.3.1 are susceptible to a remote code execution in setup.php that allows remote attackers to inject arbitrary PHP code into a configuration file via the save action. Combined with the ability to save files on server, this can allow unauthenticated users to execute arbitrary PHP code. -
CVE-2018-12613: PhpMyAdmin <4.8.2 - Local File Inclusion POC
PhpMyAdmin before version 4.8.2 is susceptible to local file inclusion that allows an attacker to 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). -
CVE-2019-6799: phpMyAdmin <4.8.5 - Local File Inclusion POC
phpMyAdmin before 4.8.5 is susceptible to local file inclusion. When the AllowArbitraryServer configuration setting is set to true, an attacker can read, with the use of a rogue MySQL server, 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_INFIL calls. -
CVE-2020-11441: phpMyAdmin 5.0.2 - CRLF Injection POC
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. -
CVE-2022-23808: phpMyAdmin < 5.1.2 - Cross-Site Scripting POC
An issue was discovered in phpMyAdmin 5.1 before 5.1.2 that could allow an attacker to inject malicious code into aspects of the setup script, which can allow cross-site or HTML injection. -
phpMyAdmin /phpmyadmin/index.php 未授权访问漏洞 无POC
phpMyAdmin是一款流行的开源工具,用于通过Web界面管理MySQL和MariaDB数据库。phpMyAdmin的 /phpmyadmin/index.php 页面存在未授权访问漏洞,攻击者可以通过该漏洞在未授权的情况下访问数据库管理界面,从而可能导致敏感数据泄露或被篡改。