Skip to content

Commit

Permalink
[jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a f…
Browse files Browse the repository at this point in the history
…ew applications (Bug #14213).
  • Loading branch information
yunosh committed Jan 6, 2016
1 parent 1925d80 commit f03301c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions horde/docs/CHANGES
Expand Up @@ -19,12 +19,30 @@ v5.3.0-git
#13200).


------
v5.2.9
------

[jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a few
applications (Bug #14213).


------
v5.2.8
------

[mjr] SECURITY: Protect against CSRF attacks on various admin pages.
[jan] Don't apply access keys to checkbox and radiobox rows in the sidebar
(Bug #14103).
[jan] Send correct MIME type for non-statically cached javascript files.
[mjr] Added configuration support for version 2 of WorldWeatherOnline's API.


------
v5.2.7
------

=======
[mjr] Don't create session for Webdav requests (Bug #14040).
[mjr] Don't create a session for Webdav requests (Bug #14040).
[jan] Mark PHP 5.6 as officially supported.
[mjr] Fix some issues with the permission interface when a value of 0 is a
valid permission value (Bug #14025).
Expand All @@ -43,13 +61,15 @@ v5.2.6
v5.2.5
------

[jan] SECURITY: Fix XSS vulnerability in group administration.
[mjr] Fix display of Facebook block by removing no longer allowed notification
data.


------
v5.2.4
------

[mms] Make dynamic context menus scrollable if taller than the browser screen
height (Bug #13833).
[jan] Fix horde-import-squirrelmail-prefs script (Bug #13780).
Expand All @@ -61,7 +81,7 @@ v5.2.3
------

[mjr] Fix performing actions from ActiveSync user preference page (Bug #13657).
[jan] Add missing 'secure' configuration for SMTP.
[jan] Add missing 'secure' configuration for SMTP.


------
Expand Down
2 changes: 1 addition & 1 deletion horde/templates/topbar/_menubar.html.php
Expand Up @@ -23,7 +23,7 @@
<input autocomplete="off" id="horde-search-input" type="text" />
</div>
<?php else: ?>
<input type="text" id="horde-search-input" name="searchfield" class="formGhost" title="<?php echo $this->searchLabel ?>" />
<input type="text" id="horde-search-input" name="searchfield" class="formGhost" title="<?php echo $this->h($this->searchLabel) ?>" />
<?php endif ?>
<input type="image" id="horde-search-icon" src="<?php echo $this->searchIcon ?>" />
</form>
Expand Down

0 comments on commit f03301c

Please sign in to comment.