6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
12/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8331] shall we need a token for logout?
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __.. .. . . |_/ (__ \ /| |\/| | \.__) \/ |___| |
Comment
> We are using a CAS SSO. To logout all user applications, we produce > page with iframes pointing to logout URLs > > > > As there is now a token for logout action, we can't log out users. > > > > I patched login.php: > > > > Shall we consider that we must protect the logout form. What can be > an attack using logout form? For me: nothing.. > > > > root@ent1:/var/www/perso# diff -u -p horde/login.php.org horde/login.php > > --- horde/login.php.org 2009-06-08 16:27:27.000000000 +0200 > > +++ horde/login.php 2009-06-08 16:26:51.000000000 +0200 > > @@ -60,12 +60,6 @@ if (($pos = strrpos($url_in, '#')) !== f > > } > > > > if ($logout_reason) { > > - if (Auth::getAuth()) { > > - $result = Horde::checkRequestToken('horde.logout', > Util::getFormData('horde_logout_token')); > > - if (is_a($result, 'PEAR_Error')) { > > - exit($result->getMessage()); > > - } > > - } > > > > $login_screen = $auth->getLoginScreen(); > > if (Util::getFormData('nosidebar') && > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers