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

29 lines
950 B
YAML
Raw Normal View History

2021-07-16 17:57:01 +00:00
id: CVE-2019-12616
info:
name: phpMyAdmin CSRF
author: Mohammedsaneem
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: |
- 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:
- type: word
words:
- "4.6.6deb4+deb9u2"
- "phpMyAdmin"
condition: and
- type: status
status:
- 200