add notes about fixed vulnerabilities in 5.1.18

This commit is contained in:
Uwe Steinmann 2018-06-28 12:38:57 +02:00
parent 0926009d3f
commit 447588979e

View File

@ -6,6 +6,16 @@
- fix validation of maxuplodsize in fine uploader
- do not leak information in calendar about documents the logged in user has
no read access on
- fix vulnerability when uploading a new file with the fine uploader, make
sure the chunk identifier contains only allowed chars '[0-9a-f-]' (CVE )
- fix vulnerability when clearing the cache, make sure the cache directory
to clean actually exists. (CVE )
- prevent cross side scripting when loading the dashboard, removed dashboard
as it was never finished anyway (CVE )
- prevent cross side scripting when url parameter 'action' is manipulated,
url parameter is run through htmlspecialchars() before output (CVS )
- fix possible sql-injection, do not use integers in sql statement without
casting them to int before (CVE )
--------------------------------------------------------------------------------
Changes in version 5.1.7