<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 26 Sep 2026 06:39:59 +0000</lastBuildDate>
    <item>
      <title>5df3a1d5-e25d-4d67-998f-1abb98c3a9ea</title>
      <link>https://vulnerability.circl.lu/sighting/5df3a1d5-e25d-4d67-998f-1abb98c3a9ea/export</link>
      <description>{"uuid": "5df3a1d5-e25d-4d67-998f-1abb98c3a9ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-57175", "type": "seen", "source": "https://gist.github.com/alon710/ba52991aa97f84cbc1e3af1670cfe08e", "content": "# CVE-2026-57175: CVE-2026-57175: Improper Authentication in social-auth-core SAML Backend\n\n&amp;gt; **CVSS Score:** 6.4\n&amp;gt; **Published:** 2026-09-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-57175\n\n## Summary\nAn improper authentication vulnerability (CWE-287) exists in the SAML backend of the social-auth-core package before version 5.0.0. The Assertion Consumer Service (ACS) endpoint does not verify whether incoming SAML assertions match a previously initiated AuthnRequest in the user's session. This permits an attacker with credentials on a shared Identity Provider to perform a 'Session Donor' attack, permanently linking their SAML identity to an authenticated victim's account and achieving full, persistent account takeover.\n\n## TL;DR\nThe social-auth-core SAML backend failed to validate the InResponseTo attribute in SAML responses against the local session. This allows attackers to link their own external SAML identity to a victim's active session, gaining complete and permanent access to the victim's account.\n\n## Technical Details\n\n- **CWE ID**: CWE-287\n- **Attack Vector**: AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N\n- **CVSS Score**: 6.4 (Medium)\n- **EPSS Score**: Not Available\n- **Impact**: Account Takeover / Unauthorized Identity Mapping\n- **Exploit Status**: No public exploit available\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- social-auth-core (PyPI package)\n- **social-auth-core**: &amp;lt; 5.0.0 (Fixed in: `5.0.0`)\n\n## Mitigation\n\n- Upgrade social-auth-core to version 5.0.0 or higher\n- Disable SAML account association flows\n- Remove SAML from authentication backends\n\n**Remediation Steps:**\n1. Identify current social-auth-core installation version\n2. Execute 'pip install --upgrade social-auth-core&amp;gt;=5.0.0'\n3. Verify session-based transaction state configuration\n4. Audit existing SAML account associations for duplicate mappings\n\n## References\n\n- [GitHub Advisory GHSA-vq6g-g6c7-5f2j](https://github.com/python-social-auth/social-core/security/advisories/GHSA-vq6g-g6c7-5f2j)\n- [NVD CVE-2026-57175 Detailed Information](https://nvd.nist.gov/vuln/detail/CVE-2026-57175)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-57175) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-25T01:30:32.000000Z"}</description>
      <content:encoded>{"uuid": "5df3a1d5-e25d-4d67-998f-1abb98c3a9ea", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-57175", "type": "seen", "source": "https://gist.github.com/alon710/ba52991aa97f84cbc1e3af1670cfe08e", "content": "# CVE-2026-57175: CVE-2026-57175: Improper Authentication in social-auth-core SAML Backend\n\n&amp;gt; **CVSS Score:** 6.4\n&amp;gt; **Published:** 2026-09-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-57175\n\n## Summary\nAn improper authentication vulnerability (CWE-287) exists in the SAML backend of the social-auth-core package before version 5.0.0. The Assertion Consumer Service (ACS) endpoint does not verify whether incoming SAML assertions match a previously initiated AuthnRequest in the user's session. This permits an attacker with credentials on a shared Identity Provider to perform a 'Session Donor' attack, permanently linking their SAML identity to an authenticated victim's account and achieving full, persistent account takeover.\n\n## TL;DR\nThe social-auth-core SAML backend failed to validate the InResponseTo attribute in SAML responses against the local session. This allows attackers to link their own external SAML identity to a victim's active session, gaining complete and permanent access to the victim's account.\n\n## Technical Details\n\n- **CWE ID**: CWE-287\n- **Attack Vector**: AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N\n- **CVSS Score**: 6.4 (Medium)\n- **EPSS Score**: Not Available\n- **Impact**: Account Takeover / Unauthorized Identity Mapping\n- **Exploit Status**: No public exploit available\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- social-auth-core (PyPI package)\n- **social-auth-core**: &amp;lt; 5.0.0 (Fixed in: `5.0.0`)\n\n## Mitigation\n\n- Upgrade social-auth-core to version 5.0.0 or higher\n- Disable SAML account association flows\n- Remove SAML from authentication backends\n\n**Remediation Steps:**\n1. Identify current social-auth-core installation version\n2. Execute 'pip install --upgrade social-auth-core&amp;gt;=5.0.0'\n3. Verify session-based transaction state configuration\n4. Audit existing SAML account associations for duplicate mappings\n\n## References\n\n- [GitHub Advisory GHSA-vq6g-g6c7-5f2j](https://github.com/python-social-auth/social-core/security/advisories/GHSA-vq6g-g6c7-5f2j)\n- [NVD CVE-2026-57175 Detailed Information](https://nvd.nist.gov/vuln/detail/CVE-2026-57175)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-57175) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-25T01:30:32.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/5df3a1d5-e25d-4d67-998f-1abb98c3a9ea/export</guid>
      <pubDate>Fri, 25 Sep 2026 01:30:32 +0000</pubDate>
    </item>
  </channel>
</rss>
