In the first episode for 2020, we look at security updates for Django and
the Linux kernel, plus Alex and Joe discuss security and privacy aspects of
smart assistant connected devices.
Show Notes
Overview
In the first episode for 2020, we look at security updates for Django and
the Linux kernel, plus Alex and Joe discuss security and privacy aspects of
smart assistant connected devices.
Account takeover via password reset - when comparing email addresses,
would not do a proper unicode comparison - and so could specify an email
address which appears equal to an existing users email address (after
unicode case and character transmformation) and would then get sent a
token to reset their accounts password to your doppleganger email
address. Fix includes doing both a proper unicode case comparison AND
sending the password reset token to the email address to the one
registered against the user account, not the one input to the password
reset field.