File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ for a server to support Web Authentication. This includes registering
14
14
authenticators and authenticating registered authenticators.
15
15
16
16
17
+ [WARNING]
18
+ .*Psychic signatures in Java*
19
+ ==========
20
+ In April 2022, link:https://neilmadden.blog/2022/04/19/psychic-signatures-in-java/[CVE-2022-21449]
21
+ was disclosed in Oracle's OpenJDK (and other JVMs derived from it) which can impact applications using java-webauthn-server.
22
+ The impact is that for the most common type of WebAuthn credential, invalid signatures are accepted as valid,
23
+ allowing authentication bypass for users with such a credential.
24
+ Please read link:https://openjdk.java.net/groups/vulnerability/advisories/2022-04-19[Oracle's advisory]
25
+ and make sure you are not using one of the impacted OpenJDK versions.
26
+ If you are, we urge you to upgrade your Java deployment to a version that is safe.
27
+ ==========
28
+
29
+
17
30
toc::[]
18
31
19
32
You can’t perform that action at this time.
0 commit comments