I am setting up a forum for students at a school and to save my unpaid time I decided to look at some of the free prepackaged forums available. I decided on
I know, I know, there is no reason to give me shit about it. When I get some time I am going to develop my own, but that’s not why you are reading this.
My concern with the system is this:
The authentication process for administrators and moderators appears good; however it requires only one variable to gain access to some administrator functions,
For example if the user is logged out and value A is placed into variable B inside the users session cookie then he can access administrator featured including taking the forum offline or displaying previously hidden user data.
Now as far I am aware this value must be placed into the user’s web browser by the server. But I am assuming that someone is aware of a way to bluff this.
What I am looking for is a Hack that can place a given value into a given variable, bluffing the browser into believing that it is the website.
Once this value is loaded that person would have the access I explained above.
If a program that is capable of this does not exist then I have no concern. But I can only assume that it does, it just seems too simple.
Thanks in advance for any help
I know, I know, there is no reason to give me shit about it. When I get some time I am going to develop my own, but that’s not why you are reading this.
My concern with the system is this:
The authentication process for administrators and moderators appears good; however it requires only one variable to gain access to some administrator functions,
For example if the user is logged out and value A is placed into variable B inside the users session cookie then he can access administrator featured including taking the forum offline or displaying previously hidden user data.
Now as far I am aware this value must be placed into the user’s web browser by the server. But I am assuming that someone is aware of a way to bluff this.
What I am looking for is a Hack that can place a given value into a given variable, bluffing the browser into believing that it is the website.
Once this value is loaded that person would have the access I explained above.
If a program that is capable of this does not exist then I have no concern. But I can only assume that it does, it just seems too simple.
Thanks in advance for any help