BugTraq
Open Conference Systems = 2.8.2 Remote File Inclusion Jan 27 2007 12:52PM trzindan hotmail com (3 replies) Fake: Open Conference Systems = 2.8.2 Remote File Inclusion Jan 29 2007 01:11PM bzhbfzj3001 sneakemail com (1 replies) Re: Fake: Open Conference Systems = 2.8.2 Remote File Inclusion Jan 29 2007 07:14PM MichaÅ? Melewski (mike carstein kill-9 pl) (2 replies) Re: Fake: Open Conference Systems = 2.8.2 Remote File Inclusion Jan 29 2007 09:26PM MichaÅ? Melewski (mike carstein kill-9 pl) Re: Open Conference Systems = 2.8.2 Remote File Inclusion Jan 28 2007 09:09PM Stefano Zanero (s zanero securenetwork it) Re: Open Conference Systems = 2.8.2 Remote File Inclusion Jan 27 2007 08:55PM MichaÅ? Melewski (mike carstein kill-9 pl) |
Privacy Statement |
> Dnia 29-01-2007, pon o godzinie 14:11 +0100, bzhbfzj3001 (at) sneakemail (dot) com [email concealed]
> napisaÿÿ(a):
> [...]
>> Unfortunately your advisory is once again, fake. The variable you are
>> referring to is set in interface/globals.php which is of course included
>> before the mentioned include statement.
>>
> Hmm, it isn't fake - i was able to exploit this bug.
> This software (i mean openemr) i so badly written that i have been able
> to find few other bugs, like:
> """
Argh, you're right. The problematic code is here:
interface/globals.php:
...
// required for normal operation because of recent changes in PHP:
$ps = strpos($_SERVER['REQUEST_URI'],"myadmin");
if ($ps === false) {
extract($_GET);
extract($_POST);
}
// turn off PHP compatibility warnings
ini_set("session.bug_compat_warn","off");
?>
In other words: Turn off all those pesky security improvements, so that we
may grasp defeat from the jaws of victory. Obviously the number of people
that are running with the retarded allow_url_fopen setting on should be
low but looking at the quality of this software I don't think finding
vulnerabilities that can be exploited in real-life installations should be
hard.
Tinus
[ reply ]