Search for packages
| purl | pkg:deb/debian/social-auth-app-django@3.1.0-2.1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-4ct3-hxkg-63gv
Aliases: CVE-2024-32879 GHSA-2gr8-3wc7-xhj3 |
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/. |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-04-16T13:32:04.064408+00:00 | Debian Importer | Affected by | VCID-4ct3-hxkg-63gv | https://security-tracker.debian.org/tracker/data/json | 38.4.0 |
| 2026-04-13T09:20:33.414503+00:00 | Debian Importer | Affected by | VCID-4ct3-hxkg-63gv | https://security-tracker.debian.org/tracker/data/json | 38.3.0 |
| 2026-04-08T20:12:07.912351+00:00 | Debian Importer | Affected by | VCID-4ct3-hxkg-63gv | https://security-tracker.debian.org/tracker/data/json | 38.1.0 |