Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-32879
HistoryApr 24, 2024 - 7:42 p.m.

CVE-2024-32879 social-auth-app-django Improper Handling of Case Sensitivity vulnerability

2024-04-2419:42:14
CWE-178
CWE-303
GitHub_M
github.com
4
cve-2024-32879
social-auth-app-django
case sensitivity
python social auth
user ids
collation fix
mysql
mariadb

CVSS3

4.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

5.1

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Python Social Auth is a social authentication/registration mechanism. Prior to version 5.4.1, 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. This issue has been addressed by a fix released in version 5.4.1. An immediate workaround would be to change collation of the affected field.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:python-social-auth:social-app-django:*:*:*:*:*:*:*:*"
    ],
    "vendor": "python-social-auth",
    "product": "social-app-django",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "5.4.1",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

4.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

5.1

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial