ghsa-wv4w-6qv2-qqfg
Vulnerability from github
Published
2025-10-09 17:08
Modified
2025-10-09 17:08
Severity ?
VLAI Severity ?
Summary
Python Social Auth - Django has unsafe account association
Details
Impact
Upon authentication, the user could be associated by e-mail even if the associate_by_email
pipeline was not included. This could lead to account compromise when a third-party authentication service does not validate provided e-mail addresses or doesn't require unique e-mail addresses.
Patches
- https://github.com/python-social-auth/social-app-django/pull/803
Workarounds
Review the authentication service policy on e-mail addresses; many will not allow exploiting this vulnerability.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "social-auth-app-django" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "5.6.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-61783" ], "database_specific": { "cwe_ids": [ "CWE-290" ], "github_reviewed": true, "github_reviewed_at": "2025-10-09T17:08:05Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "### Impact\n\nUpon authentication, the user could be associated by e-mail even if the `associate_by_email` pipeline was not included. This could lead to account compromise when a third-party authentication service does not validate provided e-mail addresses or doesn\u0027t require unique e-mail addresses.\n\n### Patches\n\n* https://github.com/python-social-auth/social-app-django/pull/803\n\n### Workarounds\n\nReview the authentication service policy on e-mail addresses; many will not allow exploiting this vulnerability.", "id": "GHSA-wv4w-6qv2-qqfg", "modified": "2025-10-09T17:08:05Z", "published": "2025-10-09T17:08:05Z", "references": [ { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-wv4w-6qv2-qqfg" }, { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/issues/220" }, { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/issues/231" }, { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/issues/634" }, { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/pull/803" }, { "type": "WEB", "url": "https://github.com/python-social-auth/social-app-django/commit/10c80e2ebabeccd4e9c84ad0e16e1db74148ed4c" }, { "type": "PACKAGE", "url": "https://github.com/python-social-auth/social-app-django" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Python Social Auth - Django has unsafe account association " }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…