Release Notes > 5.44.0
Webiny 5.44.0 Changelog
See what's new in Webiny version 5.44.0
Security Fixes
We’ve fixed several security-related issues:
When updating your own user profile, or a profile of another user, we now verify that the email address is unique before passing the data to Cognito. There was a bug where Cognito was correctly throwing an error on duplicate emails, but the profile in our database was updated before that. This would create multiple user profiles with the same email address, and cause a mismatch between Webiny and Cognito.
Some GraphQL queries were not properly checked for the type of identity, exposing data that should only be accessible to admin users (identity of type
admin) to any authenticated identity (API keys, other non-admin identities).When a user logs in via the
loginmutation, we set a cookie with the user’s idToken. it was brought up to us that this cookie is set twice in the response headers. This has to do with howfastifyand its cookies plugin works. Theset-cookieheader is now properly handled to avoid duplicate values.
Page Builder Redirects
We’ve added support for redirects in the website Pulumi app. This is not available via Admin app UI, but this still allows you to configure redirects of your Page Builder pages. Once deployed, these redirects will be processed in the Lambda@Edge function before delivering the page content to the user.