We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c75da commit 08d4e9dCopy full SHA for 08d4e9d
1 file changed
NEWS
@@ -2,6 +2,16 @@
2
3
`webauthn-server-core`:
4
5
+Security fixes:
6
+
7
+* Fixed issue where `RelyingParty.finishAssertion` and
8
+ `RelyingPartyV2.finishAssertion` could return a successful authentication
9
+ result even though the authenticated credential is owned by a different user
10
+ than `StartAssertionOptions.username`. For details see CVE-[TBD] or
11
+ YSA-2026-02: https://www.yubico.com/support/security-advisories/ysa-2026-02/
12
+ ** This fix is forward-ported from version 2.8.2 since the issue is also
13
+ present in pre-release 2.9.0-alpha1.
14
15
Fixes:
16
17
* Added `@since` tags to `AttestationTrustSource` javadoc.
0 commit comments