cbcvebase.
CVE-2015-20067
published 2021-11-01

CVE-2015-20067: The WP Attachment Export WordPress plugin before 0.2.4 does not have proper access controls, allowing unauthenticated users to download the XML data that holds…

PriorityP258high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
8.19%
94.2th percentile
The WP Attachment Export WordPress plugin before 0.2.4 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

Affected

1 ranges
VendorProductVersion rangeFixed in
wp_attachment_export_projectwp_attachment_export< 0.2.40.2.4

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/tools.php?content=attachment&wp-attachment-export-download=true
url/wp-admin/tools.php?content=&wp-attachment-export-download=true
path/wp-content/plugins/wp-attachment-export/
  • Flag any unauthenticated (no session cookie / no WordPress auth) GET request to /wp-admin/tools.php that includes the query parameter wp-attachment-export-download=true, regardless of the content= value.
  • Successful exploitation leaks plaintext passwords for password-protected posts inside the returned XML; monitor outbound XML responses from tools.php for the presence of wp:author_id and wp:author_email fields as a data-loss indicator.
  • ·The Nuclei template uses stop-at-first-match across two request variants (content=attachment and content=); only the first matching response is evaluated, so detection tooling should probe both URL forms independently to avoid false negatives.
  • ·The vulnerability is fully remediated in plugin version 0.2.4; detections should be scoped to installations running versions earlier than 0.2.4.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.