In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade web-auth/webauthn-framework to version 5.3.1 or higher.
web-auth/webauthn-framework is a FIDO-U2F / FIDO2 / Webauthn Framework.
Affected versions of this package are vulnerable to Incorrect Authorization via the ClientOverridePolicy process. An attacker can bypass user verification requirements by supplying a crafted userVerification parameter in the authentication request, which overrides the server-enforced verification policy. This is only exploitable if the attacker already possesses the victim's authenticator device.
This vulnerability can be mitigated by re-checking the isUserVerified() flag on the returned authenticator data after a successful authentication ceremony.