This is an update/fix to help stop possible hackers from injecting code in the form fields that could disable the sotfware and or retrieve sensitive user info.
Romahawk
Member since Dec-27-01
217 posts, 2 feedbacks, 4 points
Feb-17-02, 01:26 AM (GMT)
3. "RE: Software Security Update/Fix"
Unless I'm missing something it seems to be working fine on my site also. I just tried the cookie login with my user name and a bad password and I got a (error: wrong password) message not a server error message..
Richard: I tried again and still the same Internal Server Error message. I get it on both my test system (Win98 with Apache server) and my live site (Linux with Apache).
Not sure why I'd be the only one experiencing this but apparently I am. I'll stick with original code.
Richard: I found the problem. I compared my config file with a newer one and see you've made a change. I was overwriting the following code which was causing the error:
local %form = &get_form_data unless %form; use vars qw/%cookie $loginalias $loginpassword/;