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

VectorAV: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 👾

Weakness Enumeration

Related Identifiers

CVE-2024-32879
GHSA-2GR8-3WC7-XHJ3
OPENSUSE-SU-2024:14036-1
RHSA-2024:3781
RHSA-2024:6428

Affected Products

Debian
Python Social Auth