Kimden: "mKPortal Türkiye" <tahafey...@gmail.com>
Tarih: Mon, 08 May 2006 17:09:12 -0700
Yerel: Salı 9 Mayıs 2006 03:09
Konu: Güvenlik Yaması Blog ve Gallery Modülleri MKP 1.1
Merhaba
Aşağıdaki güvenlik riski MKPortal coderı meo tarafından bulunmuş Mesajın orjinali http://mkportal.gen.tr/forum/index.php?topic=1729.0 /mkportal/modules/blog/index.php dosyasını açın function clean_template fonksiyonunu bulun: Kod: function clean_template ($t="") { $t = str_replace( "&#" , "", $t ); return $t; Bununla değişin function clean_template ($t="") { $t = str_replace( "&#" , "", $t ); return $t; Kaydedin Aşağıdaki dosyayı açın: /mkportal/modules/gallery/index.php Bul: Kod: $file = $_FILES['FILE_UPLOAD']['tmp_name']; } Altına ekle: Kod: $check = @fopen($file, "r"); } if (preg_match("/javascript/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/about/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/vbscript/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/alert/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/onmouseover/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/onclick/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/onload/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/onsubmit/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("#script(.+?)/script#ies", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } if (preg_match("/<?php/i", $check)) { $message = "Sorry this file is not valid"; $mklib->error_page($message); exit; } @fclose($check); Kaydedin İyi çalışmalar İleti gönderebilmek için önce Oturum açmalısınız.
İleti gönderebilmek için önce bu gruba katılmalısınız.
İletinizi göndermeden önce lütfen abonelik ayarları sayfasında rumuzunuzu güncelleyin.
İleti göndermek için gerekli izne sahip değilsiniz.
| ||||||||||||||