{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2024-12225","assignerOrgId":"53f830b8-0a3f-465b-8143-3b8a9948e749","state":"PUBLISHED","assignerShortName":"redhat","dateReserved":"2024-12-05T03:01:11.272Z","datePublished":"2025-05-06T19:49:16.502Z","dateUpdated":"2025-11-20T07:12:24.461Z"},"containers":{"cna":{"title":"Io.quarkus:quarkus-security-webauthn: quarkus webauthn unexpected authentication bypass","metrics":[{"other":{"content":{"value":"Important","namespace":"https://access.redhat.com/security/updates/classification/"},"type":"Red Hat severity rating"}},{"cvssV3_1":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":9.1,"baseSeverity":"CRITICAL","confidentialityImpact":"HIGH","integrityImpact":"HIGH","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N","version":"3.1"},"format":"CVSS"}],"descriptions":[{"lang":"en","value":"A vulnerability was found in Quarkus in the quarkus-security-webauthn module. The Quarkus WebAuthn module publishes default REST endpoints for registering and logging users in while allowing developers to provide custom REST endpoints. When developers provide custom REST endpoints, the default endpoints remain accessible, potentially allowing attackers to obtain a login cookie that has no corresponding user in the Quarkus application or, depending on how the application is written, could correspond to an existing user that has no relation with the current attacker, allowing anyone to log in as an existing user by just knowing that user's user name."}],"affected":[{"versions":[{"status":"affected","version":"0","lessThan":"3.15.3.1","versionType":"semver"}],"packageName":"quarkus","collectionURL":"https://github.com/quarkusio/quarkus","defaultStatus":"unaffected"},{"vendor":"Red Hat","product":"Red Hat build of Quarkus","collectionURL":"https://access.redhat.com/downloads/content/package-browser/","packageName":"io.quarkus:quarkus-security-webauthn","defaultStatus":"unaffected","cpes":["cpe:/a:redhat:quarkus:3"]}],"references":[{"url":"https://access.redhat.com/security/cve/CVE-2024-12225","tags":["vdb-entry","x_refsource_REDHAT"]},{"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2330484","name":"RHBZ#2330484","tags":["issue-tracking","x_refsource_REDHAT"]}],"datePublic":"2025-02-28T00:00:00.000Z","problemTypes":[{"descriptions":[{"cweId":"CWE-288","description":"Authentication Bypass Using an Alternate Path or Channel","lang":"en","type":"CWE"}]}],"x_redhatCweChain":"CWE-288: Authentication Bypass Using an Alternate Path or Channel","workarounds":[{"lang":"en","value":"It is possible to mitigate this issue by disabling the default endpoints after creating a custom one. For example with the call for:\n\n\nimport io.vertx.ext.web.Router;\n\nimport jakarta.enterprise.event.Observes;\n\npublic class Startup {\n    public void init(@Observes Router router) {\n      System.err.println(\"Securing WebAuthn default controller\");\n      router.post(\"/q/webauthn/callback\").order(0).handler(rc -> rc.fail(404));\n    }\n}"}],"timeline":[{"lang":"en","time":"2024-12-05T00:18:42.885Z","value":"Reported to Red Hat."},{"lang":"en","time":"2025-02-28T00:00:00.000Z","value":"Made public."}],"providerMetadata":{"orgId":"53f830b8-0a3f-465b-8143-3b8a9948e749","shortName":"redhat","dateUpdated":"2025-11-20T07:12:24.461Z"}},"adp":[{"metrics":[{"other":{"type":"ssvc","content":{"timestamp":"2025-05-08T18:33:57.733749Z","id":"CVE-2024-12225","options":[{"Exploitation":"none"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}}],"title":"CISA ADP Vulnrichment","providerMetadata":{"orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP","dateUpdated":"2025-05-08T18:34:11.164Z"}}]}}