CVE-2026-30964
Analyzed
Analyzed - Analysis Complete
Origin Validation Bypass in webauth-lib PHP Library Prior to
Publication date: 2026-03-10
Last updated on: 2026-05-07
Assigner: GitHub, Inc.
Description
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. Prior to 5.2.4, when allowed_origins is configured, CheckAllowedOrigins reduces URL-like values to their host component and accepts on host match alone. This makes exact origin policies impossible to express: scheme and port differences are silently ignored. This vulnerability is fixed in 5.2.4.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spomky-labs | webauthn-lib | From 5.2.0 (inc) to 5.2.4 (exc) |
| spomky-labs | webauthn-symfony-bundle | From 5.2.0 (inc) to 5.2.4 (exc) |
| spomky-labs | webauthn_framwork | From 5.2.0 (inc) to 5.2.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-346 | The product does not properly verify that the source of data or communication is valid. |