<?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>Mon, 07 Sep 2026 08:10:33 +0000</lastBuildDate>
    <item>
      <title>138a60f7-51ed-4421-8ffc-c61233e9d71c</title>
      <link>https://vulnerability.circl.lu/sighting/138a60f7-51ed-4421-8ffc-c61233e9d71c/export</link>
      <description>{"uuid": "138a60f7-51ed-4421-8ffc-c61233e9d71c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-wg23-69c2-gjc8", "type": "seen", "source": "https://gist.github.com/alon710/1c07f05a9611684f7f4ae2d0d6c93c3e", "content": "# GHSA-WG23-69C2-GJC8: GHSA-WG23-69C2-GJC8: Passkey Login Replay Vulnerability in Craft CMS\n\n&amp;gt; **CVSS Score:** 9.1\n&amp;gt; **Published:** 2026-08-07\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-WG23-69C2-GJC8\n\n## Summary\nGHSA-WG23-69C2-GJC8 is a critical security vulnerability discovered in the native Passkey (WebAuthn) login implementation of Craft CMS. The vulnerability allows an attacker to bypass WebAuthn's core cryptographic challenge-response and signature-counter replay protections. By intercepting a single successful passkey login request body, an attacker can replay the identical request payload to generate additional authenticated active sessions, resulting in complete account takeover.\n\n## TL;DR\nCraft CMS native Passkey authentication fails to securely validate challenge options and discard/update the signature counter, allowing complete authentication bypass via captured request replay.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-294\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4 Score**: 9.1 (Critical)\n- **Exploit Status**: PoC / Known Mechanics\n- **Impact**: Authentication Bypass / Account Takeover\n\n## Affected Systems\n\n- Craft CMS installations utilizing native Passkey (WebAuthn) authentication\n- **craftcms/cms**: &amp;gt;= 5.0.0-RC1, &amp;lt; 5.10.5 (Fixed in: `5.10.5`)\n\n## Mitigation\n\n- Upgrade Craft CMS to version 5.10.5 or higher\n- Disable Passkey (WebAuthn) login features if immediate patching is not possible\n\n**Remediation Steps:**\n1. Navigate to the Craft CMS root directory.\n2. Execute: composer update craftcms/cms --with-dependencies\n3. Clear application caches to ensure class mapping is updated.\n4. Verify that the webauthnrecords database table records incrementing signature counters during successful passkey authentication events.\n\n## References\n\n- [GHSA-WG23-69C2-GJC8: Craft CMS Passkey Login Replay Vulnerability](https://github.com/craftcms/cms/security/advisories/GHSA-wg23-69c2-gjc8)\n- [Craft CMS Fix Commit](https://github.com/craftcms/cms/commit/d71a66d69cf8852bcfca4484ca718750b5a316d6)\n- [Craft CMS Release 5.10.5](https://github.com/craftcms/cms/releases/tag/5.10.5)\n- [Craft CMS Repository](https://github.com/craftcms/cms)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-WG23-69C2-GJC8) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-07T15:31:58.269797Z"}</description>
      <content:encoded>{"uuid": "138a60f7-51ed-4421-8ffc-c61233e9d71c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-wg23-69c2-gjc8", "type": "seen", "source": "https://gist.github.com/alon710/1c07f05a9611684f7f4ae2d0d6c93c3e", "content": "# GHSA-WG23-69C2-GJC8: GHSA-WG23-69C2-GJC8: Passkey Login Replay Vulnerability in Craft CMS\n\n&amp;gt; **CVSS Score:** 9.1\n&amp;gt; **Published:** 2026-08-07\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-WG23-69C2-GJC8\n\n## Summary\nGHSA-WG23-69C2-GJC8 is a critical security vulnerability discovered in the native Passkey (WebAuthn) login implementation of Craft CMS. The vulnerability allows an attacker to bypass WebAuthn's core cryptographic challenge-response and signature-counter replay protections. By intercepting a single successful passkey login request body, an attacker can replay the identical request payload to generate additional authenticated active sessions, resulting in complete account takeover.\n\n## TL;DR\nCraft CMS native Passkey authentication fails to securely validate challenge options and discard/update the signature counter, allowing complete authentication bypass via captured request replay.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-294\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4 Score**: 9.1 (Critical)\n- **Exploit Status**: PoC / Known Mechanics\n- **Impact**: Authentication Bypass / Account Takeover\n\n## Affected Systems\n\n- Craft CMS installations utilizing native Passkey (WebAuthn) authentication\n- **craftcms/cms**: &amp;gt;= 5.0.0-RC1, &amp;lt; 5.10.5 (Fixed in: `5.10.5`)\n\n## Mitigation\n\n- Upgrade Craft CMS to version 5.10.5 or higher\n- Disable Passkey (WebAuthn) login features if immediate patching is not possible\n\n**Remediation Steps:**\n1. Navigate to the Craft CMS root directory.\n2. Execute: composer update craftcms/cms --with-dependencies\n3. Clear application caches to ensure class mapping is updated.\n4. Verify that the webauthnrecords database table records incrementing signature counters during successful passkey authentication events.\n\n## References\n\n- [GHSA-WG23-69C2-GJC8: Craft CMS Passkey Login Replay Vulnerability](https://github.com/craftcms/cms/security/advisories/GHSA-wg23-69c2-gjc8)\n- [Craft CMS Fix Commit](https://github.com/craftcms/cms/commit/d71a66d69cf8852bcfca4484ca718750b5a316d6)\n- [Craft CMS Release 5.10.5](https://github.com/craftcms/cms/releases/tag/5.10.5)\n- [Craft CMS Repository](https://github.com/craftcms/cms)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-WG23-69C2-GJC8) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-07T15:31:58.269797Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/138a60f7-51ed-4421-8ffc-c61233e9d71c/export</guid>
      <pubDate>Fri, 07 Aug 2026 15:31:58 +0000</pubDate>
    </item>
  </channel>
</rss>
