parungkamal.com

°

Diberdayakan oleh Blogger.
Mau Widget Ini? Klik Disini
Home » » Patch CMS ArticleSetup

Patch CMS ArticleSetup

sa | 15.55 | 0 Coment

Langsung ke patching 

1. XSS Vulnerabillity

Letak vuln di Parameter "s"

dan terletak di code berikut

Quote:$home->set("contenttitle", "Search Results for '".stripslashes($search)."'");

sekarang ganti code tersebut menjadi code dibawah ini

Quote:$home->set("contenttitle", "Search Results for '".htmlspecialchars($search)."'");

dan save, dan, XSS hilang 

sekarang SQL Injection

SQL Injectionnya terdapat di Feed.php, cukup ganti chmod feed.php menjadi 000 aja  karena feed.php itu kurang di perlukan 

atau letakan code berikut pada .htaccess

Quote:<files feed.php>
Order deny,allow
deny from all
</files>

nah, al hasil, bug berhasil di patch
Share this article :
 
Support : C-W | J-T | M-T
Copyright © 2013. ILO's Come Back - All Rights Reserved
Template Modify by Abillio
Proudly powered by Blogger