Vulnerability Description
web-auth/webauthn-lib is an open source set of PHP libraries and a Symfony bundle to allow developers to integrate that authentication mechanism into their web applications. The ProfileBasedRequestOptionsBuilder method returns allowedCredentials without any credentials if no username was found. When WebAuthn is used as the first or only authentication method, an attacker can enumerate usernames based on the absence of the `allowedCredentials` property in the assertion options response. This allows enumeration of valid or invalid usernames. By knowing which usernames are valid, attackers can focus their efforts on a smaller set of potential targets, increasing the efficiency and likelihood of successful attacks. This issue has been addressed in version 4.9.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/web-auth/webauthn-framework/commit/64de11f6cddc71e56c76e0cc45
- https://github.com/web-auth/webauthn-framework/security/advisories/GHSA-875x-g8p
- https://github.com/web-auth/webauthn-framework/commit/64de11f6cddc71e56c76e0cc45
- https://github.com/web-auth/webauthn-framework/security/advisories/GHSA-875x-g8p
FAQ
What is CVE-2024-39912?
CVE-2024-39912 is a vulnerability with a CVSS score of 5.3 (MEDIUM). web-auth/webauthn-lib is an open source set of PHP libraries and a Symfony bundle to allow developers to integrate that authentication mechanism into their web applications. The ProfileBasedRequestOpt...
How severe is CVE-2024-39912?
CVE-2024-39912 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-39912?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.