I found out user can bypass the login page if they know the osCAdminID and type it on URL.
Is this a security threat?
This is a discussion on Seucrity Threat? Register Global On within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I found out user can bypass the login page if they know the osCAdminID and type it on URL. Is ...
I found out user can bypass the login page if they know the osCAdminID and type it on URL.
Is this a security threat?
Not really since they are randomly generated by the server. Kinda hard to know a randomly generated number. You can also change a couple settings in the admin and on the server to hide that id from appearing in the url.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Well they have to figure it out in under 24 mins of when that ID was last used and you did not LOGOUT - or will be no good anyway. Garbage collection would have been done on the session - UNLESS if some one change it to a larger number in php.ini ....ie changed: session.gc_maxlifetime = 1440
That 24 mins also means if your idle for that long you have to re-login - if your editing in WYSIWYG editor - NOTHING is passed to the server until you "submit" your changes....hence you could lose your edit.....
Threat? Only if they have a network sniffer and is actively trying to get into your site....oh then they would have sniffed out the ADMIN user/pass anyway.
Likely - NOT. Possible? Maybe. Chances - VERY REMOTE. Password hacking would be faster/easier......and no needing to be connected downstream of you.
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
oh thx...
so the ID only work for 24 mins.....its good enough....
btw...once I know the ID....I can use it within 24 mins....no matter the admin have changed the pw already.... (well.....not a threat for me....)
Close - not quite. It works as long as you keep the session alive -- 24 hours a day (in theory) if you want. It will EXPIRE after you log out or of 24 mins of inactivity. IE - you have a "feature" installed in the browser to "refresh" the screen after a set time. This will keep the session alive for ever...
Just like the LOST tv show..... every 20 mins press the key....
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
nono, I can use the same ID on another PC without login
url.com: Search with Many
I sent this link to other PC....and I can view the orders page without login..
Right because the session is still logged in. That is how sessions work. Expire the session by logging out on one machine, and it will no longer work on the other.
What you describe is called session hijacking, by the way and it is nothing new, nor is it anything to be too terribly concerned about. If you are really nervous about it, simply add .htaccess password protection or limit IP access to your admin directory. Then, even if someone has the session, they still also need to have a password or valid IP just to access the directory.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
I added .htaccess pw protection now
thx ya Michael
Bookmarks