Daily updates from Odoo
Wednesday, November 12, 2025
1 change
Security fixes and vulnerability patches
The logout action now requires an intentional request, preventing users from being unexpectedly signed out by embedded content such as images in messages. This improves session reliability and reduces a minor security risk across affected workflows.
Original PR description
Currently, it is possible to trick and send an image containg '/web/session/logout' embedded in the chatter. Anytime, the image gets loaded, the user gets disconnected which can be pretty annoying. To avoid such behavior, we made to logout route POST only. task-5245320