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: 21 Apr 2006 18:54:08 -0000
From: simo64@...il.com
To: bugtraq@...urityfocus.com
Subject: Scry Gallery Directory Traversal & Full Path Disclosure
 Vulnerabilites


Software : Scry Gallery
WebSite  :http://scry.org/
discovred by :Moroccan Security Team

[+] Directory Traversal :

A remote attacker may employ directory traversal strings '../'  to access arbitrary files outside of the webroot directory. 
This flaw is due to an input validation error in the "index.php" script that does not properly validate the "p" field

Exemple:
http://localhost/scry/index.php?v=list&i=0&p=../../..

[+] Full Path Disclosure :

The issue is due to an input validation error when processing a non-existing directory passed to the "p" field, which could be exploited by attackers to determine the installation path.

Exemple:

http://localhost/scry/index.php?v=view&i=0&p=simo64

==> /var/www/scry-1.1/../photos/simo64 does not exist or is not readable by the webserver - please verify settings in setup.php

Simo64
Moroccan Security Team

contact: simo64[at]gmail[dot]com


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ