You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by bladeswords on 4 Oct 2012 12:48 UTC as Trac ticket #1488737
At the URL
/?_task=login&_action=error&_code=0x199
which is triggered from detecting an incompatible browser user agent set your user agent to something XSS for example
<script>alert(1);</script>
The effected code is located in program/steps/utils/error.inc
The vulnerable code is:
$user_agent = $_SERVER[ $__error_title = 'Your browser does not suit the requirements for this applic$
$__error_text = <<<EOF
<i>Supported browsers:</i><br />
» Microsoft Internet Explorer 6+<br />
...snip...
<p><i>Your configuration:</i><br />
$user_agent</p>
To fix I changed where the $user_agent variable is assigned
Reported by bladeswords on 4 Oct 2012 12:48 UTC as Trac ticket #1488737
At the URL
which is triggered from detecting an incompatible browser user agent set your user agent to something XSS for example
The effected code is located in program/steps/utils/error.inc
The vulnerable code is:
To fix I changed where the $user_agent variable is assigned
Migrated-From: http://trac.roundcube.net/ticket/1488737
The text was updated successfully, but these errors were encountered: