Vandaag is Gallery 2 voorzien van een update naar versie 2.2.6. Gallery is een serverprogramma waarmee online fotoalbums kunnen worden gemaakt. Het is geschreven in PHP en daardoor platformonafhankelijk. Verder is het programma eenvoudig te installeren, makkelijk te gebruiken en biedt het tal van mogelijkheden. Zo is er bijvoorbeeld de Photo Management-optie die automatisch thumbnails kan creëren, foto's roteren en de grootte kan aanpassen. Daarnaast is het mogelijk om lees- en/of schrijfrechten toe te kennen aan de albums. Van Gallery bestaan twee afzonderlijk ontwikkelde versies, namelijk 1.x en 2.x. Een zeer uitgebreide vergelijking tussen de twee kan in deze wiki worden gevonden. In versie 2.2.6 zijn een drietal beveiligingsproblemen opgelost:
Gallery 2.2.6 addresses the following security vulnerabilities:[break]
- Arbitrary file disclosure through archive upload module - Users with "add item" permission could retrieve any file on the server that is owned by the web server account. The problem is caused by incorrect handling of ZIP archives that contain symbolic links.
The Gallery team would like to thank Alex Ustinov for bringing this issue to our attention.- Insecure cookies over HTTPS - When accessing Gallery over HTTPS, cookies were missing the "secure" flag, leaving the connection vulnerable to cookie sniffing attacks.
The Gallery team would like to thank Hanno Boeck for bringing this issue to our attention.- XSS through malicious Flash files - Flash animations that are embedded in Gallery are no longer allowed to interact with the embedding page and are no longer allowed to open network connections.
While this protects visitors of your Gallery from potentially malicious Flash animations, the Gallery team would like to use this opportunity to remind you that it is generally highly recommended to only allow trusted users to add any files to your Gallery.