PatchSiren cyber security CVE debrief
CVE-2026-57177 python-social-auth CVE debrief
Python Social Auth, a social authentication/registration mechanism, had a vulnerability in its LoginRadius backend prior to version 5.0.0. The issue allowed for login CSRF due to the lack of OAuth state validation during the authentication flow. Applications using this backend were vulnerable, enabling an attacker to cause a victim's browser session to complete authentication using an attacker-controlled LoginRadius token. This made the victim authenticated as the attacker's LoginRadius identity. The issue was fixed in version 5.0.0 by enabling callback state validation for the LoginRadius backend.
- Vendor
- python-social-auth
- Product
- social-core
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for applications using Python Social Auth's LoginRadius backend should assess their exposure and prioritize upgrading to version 5.0.0 or later. Security teams and developers maintaining social authentication mechanisms should verify their configurations and implement necessary security measures.
Why it matters
CVE-2026-57177 allows login CSRF in Python Social Auth's LoginRadius backend prior to version 5.0.0, enabling attackers to authenticate as victims. Defenders should verify exposure, prioritize upgrades, and implement compensating controls. Evidence is limited, requiring verification from official sources.
- An attacker could authenticate as a victim using an attacker-controlled LoginRadius token.
- Victim's browser session could be used to complete authentication without their knowledge or consent.
- Defenders need to verify their applications' configurations and upgrade to a secure version.
- Exposure requires verification from official sources due to limited information on affected versions and scope.
Technical summary
The LoginRadius backend in Python Social Auth prior to version 5.0.0 did not validate OAuth state during authentication, leading to a login CSRF vulnerability. An attacker could exploit this by causing a victim's browser session to authenticate using an attacker-controlled LoginRadius token, effectively making the victim authenticated as the attacker's LoginRadius identity. This vulnerability affects applications using the LoginRadius backend with Python Social Auth. Defenders should prioritize verifying their applications' use of the LoginRadius backend with Python Social Auth and upgrading to version 5.0.0 or later if vulnerable.
Defensive priority
Defenders should prioritize verifying their applications' use of the LoginRadius backend with Python Social Auth and upgrading to version 5.0.0 or later if vulnerable. They should also assess their exposure and implement compensating controls if immediate upgrade is not feasible.
Recommended defensive actions
- Verify if applications using Python Social Auth's LoginRadius backend are vulnerable (using version prior to 5.0.0).
- Upgrade vulnerable applications to Python Social Auth version 5.0.0 or later.
- Implement compensating controls for login CSRF if immediate upgrade is not feasible.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability in Python Social Auth's LoginRadius backend. The issue was fixed in version 5.0.0, which enables callback state validation. Evidence is limited, requiring verification from official sources. Affected scope and severity need validation. Defenders should verify their applications' configurations and upgrade to a secure version. Exposure requires verification from official sources due to limited information on affected versions and scope.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-57177 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-57177
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-57177 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-57177
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/python-social-auth/social-core/security/advisories/GHSA-x7qq-23vw-7pfg
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.