cvelist/2024/32xxx/CVE-2024-32879.json

105 lines
3.8 KiB
JSON
Raw Normal View History

2024-04-19 15:00:33 +00:00
{
2024-04-24 20:00:36 +00:00
"data_version": "4.0",
2024-04-19 15:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-32879",
2024-04-24 20:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-04-19 15:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-04-24 20:00:36 +00:00
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-178: Improper Handling of Case Sensitivity",
"cweId": "CWE-178"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-303: Incorrect Implementation of Authentication Algorithm",
"cweId": "CWE-303"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "python-social-auth",
"product": {
"product_data": [
{
"product_name": "social-app-django",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 5.4.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3",
"refsource": "MISC",
"name": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3"
},
{
"url": "https://github.com/python-social-auth/social-app-django/pull/566",
"refsource": "MISC",
"name": "https://github.com/python-social-auth/social-app-django/pull/566"
},
{
"url": "https://github.com/python-social-auth/social-app-django/commit/31c3e0c7edb187004d8abbde7e9c4f7ef9098138",
"refsource": "MISC",
"name": "https://github.com/python-social-auth/social-app-django/commit/31c3e0c7edb187004d8abbde7e9c4f7ef9098138"
}
]
},
"source": {
"advisory": "GHSA-2gr8-3wc7-xhj3",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
2024-04-19 15:00:33 +00:00
}
]
}
}