BugTraq
Back to list
|
Post reply
mcLinksCounter v1.1 - Remote File Include Vulnerabilities
Sep 14 2006 11:01PM
erne ernealizm com
(1 replies)
Re: mcLinksCounter v1.1 - Remote File Include Vulnerabilities
Sep 18 2006 09:56AM
Carsten Eilers (ceilers-lists gmx de)
Hi,
erne (at) ernealizm (dot) com [email concealed] schrieb am Thu, 14 Sep 2006 23:01:18 +0000:
># mcLinksCounter v1.1 - Remote File Include Vulnerabilities
># site : http://www.comscripts.com/jump.php?action=script&id=847
Homepage: <http://www.phpforums.net/index.php?dir=dld>
># Vulnerable :
> http://www.site.com/[path]/login.php?langfile=[shell]
> http://www.site.com/[path]/stats.php?langfile=[shell]
> http://www.site.com/[path]/detail.php?langfile=[shell]
> http://www.site.com/[path]/erase.php?langfile=[shell]
In all of these scripts we have
| include "mclc.php";
| include "$langfile";
and in mclc.php we have
| $langfile="english.php";
So $langfile is initialized and there is no way to change it.
Same for Version 1.2 from the Homepage.
Result: No vulnerability.
Where did you tested this?
If you found vulnerable servers, the phpconfig() of these
could be helpful.
Regards
Carsten
--
Dipl.-Inform. Carsten Eilers
IT-Sicherheit und Datenschutz
<http://www.ceilers-it.de>
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
erne (at) ernealizm (dot) com [email concealed] schrieb am Thu, 14 Sep 2006 23:01:18 +0000:
># mcLinksCounter v1.1 - Remote File Include Vulnerabilities
># site : http://www.comscripts.com/jump.php?action=script&id=847
Homepage: <http://www.phpforums.net/index.php?dir=dld>
># Vulnerable :
> http://www.site.com/[path]/login.php?langfile=[shell]
> http://www.site.com/[path]/stats.php?langfile=[shell]
> http://www.site.com/[path]/detail.php?langfile=[shell]
> http://www.site.com/[path]/erase.php?langfile=[shell]
In all of these scripts we have
| include "mclc.php";
| include "$langfile";
and in mclc.php we have
| $langfile="english.php";
So $langfile is initialized and there is no way to change it.
Same for Version 1.2 from the Homepage.
Result: No vulnerability.
Where did you tested this?
If you found vulnerable servers, the phpconfig() of these
could be helpful.
Regards
Carsten
--
Dipl.-Inform. Carsten Eilers
IT-Sicherheit und Datenschutz
<http://www.ceilers-it.de>
[ reply ]