Tag Arşivi | "seditio"

Tags: , , , , ,

Seditio Pm.php SQL Injection


Rus İt Defance Güvenlik Grubu dün Seditio Cms’nde bulunan yeni bir sql injection açığını yayınladılar. Açığı yamamak için /core/pm/pm.send.inc.php dosyasını açın.

PHP:

  1. foreach($touser_src as $k => $i)
  2. { $touser_sql[] = “’”.trim(sed_import($i, ‘D’, ‘TXT’)).“’”; }

kodunu bulun

PHP:

  1. foreach($touser_src as $k => $i)
  2. { $touser_sql[] = “’”.sed_sql_prep(trim(sed_import($i, ‘D’, ‘TXT’))).“’”; }

bu kodlarla değiştirin. Konuyla ilgili neocromedeki forum konusunu görmek için tıklayın.

Posted in DownloadYorumlar (0)

Books Blogs - BlogCatalog Blog Directory