nuclei-templates/cves/2019/CVE-2019-12616.yaml

36 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-16 17:57:01 +00:00
id: CVE-2019-12616
info:
name: phpMyAdmin CSRF
2021-08-08 06:50:24 +00:00
author: Mohammedsaneem,philippedelteil
2021-07-16 17:57:01 +00:00
description: 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) through the victim.
severity: medium
tags: cve,cve2019,phpmyadmin,csrf
reference:
2021-07-16 17:57:01 +00:00
- https://www.phpmyadmin.net/security/PMASA-2019-4/
- https://www.exploit-db.com/exploits/46982
- https://nvd.nist.gov/vuln/detail/CVE-2019-12616
requests:
- method: GET
path:
- "{{BaseURL}}/phpmyadmin/"
matchers-condition: and
matchers:
2021-08-08 06:50:24 +00:00
2021-07-16 17:57:01 +00:00
- type: word
words:
2021-08-09 18:21:31 +00:00
- "phpmyadmin.net"
2021-07-16 17:57:01 +00:00
- "phpMyAdmin"
2021-08-12 09:37:48 +00:00
condition: or
2021-08-08 06:50:24 +00:00
- type: regex
regex:
2021-08-09 18:21:31 +00:00
- 'v=[1-4]\.[0-8]\.' # Fix in 4.9.0
2021-07-16 17:57:01 +00:00
- type: status
status:
- 200
2021-08-11 11:08:30 +00:00
- 401 #password protected