
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-57179 is a Session Fixation vulnerability in Python Social Auth (social-auth-core) that allows an attacker to hijack a victim's authentication session by abusing the partial-pipeline resume mechanism. The flaw affects all versions of social-core prior to 5.0.0 and was published on September 24, 2026. It was originally reported through GitHub private vulnerability reporting by a University of Sydney security research team and fixed in version 5.0.0. The CVSS v3.1 base score is 4.2 (Moderate) (GitHub Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-384 (Session Fixation) and CWE-613 (Insufficient Session Expiration). The vulnerable partial-pipeline resume mechanism accepted a partial_token as a bearer credential without cryptographically binding it to the originating browser session. This means a partial_token obtained by an attacker during their own authentication flow can be reused to resume that flow in a victim's browser — a classic session fixation pattern. The issue specifically affects applications that use resumable partial pipeline steps such as mail_validation or any custom pipeline step decorated with @partial. The fix in version 5.0.0 binds partial pipeline resumes to the originating browser session, preventing cross-session token reuse (GitHub Advisory, Red Hat Bugzilla).
Successful exploitation allows an unauthenticated attacker to authenticate a victim's browser session as the attacker's own account, effectively performing an account takeover via session fixation. This results in low confidentiality and integrity impact — the victim's browser gains access to the attacker's account data, and the attacker may be able to leverage the victim's actions within the application. Availability is not impacted. The attack is limited in scope to applications using partial pipeline steps, but those applications face a meaningful risk of unauthorized account access (GitHub Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at the time of disclosure (Feedly). The attack requires high complexity (the attacker must initiate their own authentication flow and then socially engineer a victim into clicking a crafted resume link) and user interaction, which limits opportunistic exploitation. The EPSS score is approximately 0.00158, indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported.
mail_validation or a custom @partial-decorated step).partial_token value issued by the application — this token is not bound to the attacker's browser session in vulnerable versions.partial_token as a query parameter or bearer credential (e.g., https://target.app/complete/backend/?partial_token=<attacker_token>).partial_token parameters) originating from IP addresses different from those that initiated the original authentication flow.partial_token being consumed by a session with a different origin IP or user-agent than the session that created it; authentication completions for accounts where the initiating and completing requests have mismatched session identifiers.The primary remediation is to upgrade social-auth-core to version 5.0.0 or later, which binds partial pipeline resumes to the originating browser session (GitHub Advisory). For applications that cannot upgrade immediately, the recommended workaround is to disable all resumable partial pipeline steps, including mail_validation and any custom steps decorated with @partial. If those flows are required for business functionality, applications should avoid accepting partial resume links from untrusted contexts until the patch is deployed. There is no complete workaround that preserves the vulnerable partial-pipeline resume mechanism while eliminating the risk (GitHub Advisory).
The vulnerability was responsibly disclosed through GitHub's private vulnerability reporting program by a team of five researchers from the University of Sydney (Liyi Zhou, Ziyue Wang, Strick, Maurice, and Chenchen Yu). Red Hat tracked the issue via Bugzilla (Bug 2540614) and assigned it medium severity. No significant public social media discussion or broader media coverage has been identified at this time (GitHub Advisory, Red Hat Bugzilla).
Fix availability across major Linux distributions and their releases.
bookworm
social-auth-core
sid
social-auth-core: 5.0.2-1
trixie
social-auth-core
bionic (esm-apps)
python3.7
bionic (esm-infra)
python2.7
devel
python3.14
focal (esm-apps)
python2.7
focal (esm-infra)
python3.8
jammy
python2.7
jammy (esm-apps)
python2.7
noble
python3.12
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."