cbcvebase.
CVE-2015-4694
published 2016-01-08

CVE-2015-4694: Directory traversal vulnerability in download.php in the Zip Attachments plugin before 1.5.1 for WordPress allows remote attackers to read arbitrary files via…

PriorityP268high8.6CVSS 3.0
AVNACLPRNUINSCCHINAN
EXPLOIT
EPSS
15.65%
96.4th percentile
Directory traversal vulnerability in download.php in the Zip Attachments plugin before 1.5.1 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the za_file parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
zip_attachments_projectzip_attachments<= 1.5

Detection & IOCsextracted from sources · hover to see the quote

url/wp-content/plugins/zip-attachments/download.php?za_file=../../../../../etc/passwd&za_filename=passwd
path/wp-content/plugins/zip-attachments/download.php
  • Look for GET requests to download.php in the zip-attachments plugin directory containing '../' sequences in the za_file parameter, indicating directory traversal attempts.
  • Use the Google dork inurl:"/wp-content/plugins/zip-attachments" to identify potentially vulnerable WordPress installations exposed on the internet.
  • A successful exploitation response will return HTTP 200 and contain the /etc/passwd file content matching the pattern root:[x*]:0:0.
  • ·The NVD advisory states the vulnerability affects versions before 1.5.1, but the Nuclei template targets versions <= 1.1.4. Ensure detection coverage accounts for the full affected range up to 1.5.1.
  • ·The plugin does not validate the download path of the requested file at all, meaning any path traversal sequence in za_file is passed directly — no bypass encoding is needed for basic exploitation.

CVSS provenance

nvdv3.08.6HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/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.