🛡️ CVE-2024-32879 — social-auth-app-django
Description
social-auth-app-django affected by Improper Handling of Case Sensitivity
Impact
Due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.
Patches
This issue has been addressed by https://github.com/python-social-auth/social-app-django/pull/566 and fix released in 5.4.1.
Workarounds
An immediate workaround would be to change collation of the affected field:
```mysql
ALTER TABLE social_auth_usersocialauth MODIFY uid varchar(255) COLLATE utf8_bin;
```
References
This issue was discovered by folks at https://opencraft.com/.
How this vulnerability can be exploited
This issue can be reached over the network, attack complexity is high, an attacker needs low-level privileges on the target. No user interaction is required. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality low, integrity low, availability none.
Weakness class
CVE-2024-32879 is classified as CWE-178: Improper Handling of Case Sensitivity. The product does not properly account for differences in case sensitivity when accessing or determining the properties of a resource, leading to inconsistent results.
Affected software
CVE-2024-32879 is recorded against 2 packages.
- social-auth-app-django (fixed in 5.4.1)
- unknown
Timeline and source
Published on 24 April 2024 and last revised on 7 July 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.
References
github.com (Web)
nvd.nist.gov (Advisory)
github.com (Web)
github.com (Web)
github.com (Package)
CVE-2024-32879 on other distributions
Each distribution ships its own build and its own fixed version. Pick the one you run:
Details
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| social-auth-app-django | — | 5.4.1 |
| unknown | — | — |
References
Similar Threats
- Unknown CVE-2025-61783
- Unknown DEBIAN-CVE-2025-61783
- Unknown UBUNTU-CVE-2025-61783
- Unknown DEBIAN-CVE-2024-32879
Vulnerability Monitoring
Track new vulnerabilities in social-auth-app-django
CVE-2024-32879 is rated CVSS 4.9 Medium. BotEraser monitors your WordPress installation and notifies you when software you use appears in our vulnerability database.
Set Up Free Alerts →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.