Closed lightpurple closed 2 years ago
We developed Server using simpleWebAuthn(5.4.2) library. Test by FIDO Conformance Tools 1.7.2
And I found that library no algorithm check when the fmt value is 'packed' and the x5c value exists.
So there are successful cases even if the algorithm value not allowed in the fido2. ex) alg = -42
alg = -42
Can you give some suggestions to solve this?
Thanks for reporting this, I have a fix for it out in #251. I'll merge it later today and release this with the fix for #247.
The fix for this is now available in @simplewebauthn/server@5.4.4.
We developed Server using simpleWebAuthn(5.4.2) library. Test by FIDO Conformance Tools 1.7.2
And I found that library no algorithm check when the fmt value is 'packed' and the x5c value exists.
So there are successful cases even if the algorithm value not allowed in the fido2. ex)
alg = -42
Can you give some suggestions to solve this?