PT-2024-24934 · Unknown+1 · Python Social Auth+1
Bradenmacdonald
·
Published
2024-04-24
·
Updated
2024-06-15
·
CVE-2024-32879
CVSS v3.1
4.9
Medium
| Vector | AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
Python Social Auth versions prior to 5.4.1
Description
The issue arises due to default case-insensitive collation in MySQL or MariaDB databases, causing third-party authentication user IDs to not be case-sensitive. This could lead to different IDs matching. The problem has been addressed by a fix released in version 5.4.1.
Recommendations
For versions prior to 5.4.1, update to version 5.4.1 to resolve the issue.
As a temporary workaround, consider changing the collation of the affected field, for example, by running the SQL command: ALTER TABLE
social auth usersocialauth MODIFY uid varchar(255) COLLATE utf8 bin;Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Debian
Python Social Auth