CVE-2025-53548: @clerk/backend Performs Insufficient Verification of Data Authenticity
Impact
Applications that use the verifyWebhook() helper to verify incoming Clerk webhooks are susceptible to accepting improperly signed webhook events.
Patches
@clerk/backend: the helper has been patched as of 2.4.0 @clerk/astro: the helper has been patched as of 2.10.2 @clerk/express: the helper has been patched as of 1.7.4 @clerk/fastify: the helper has been patched as of 2.4.4 @clerk/nextjs: the helper has been patched as of 6.23.3 @clerk/nuxt: the helper has been patched as of 1.7.5 @clerk/react-router: the helper has been patched as of 1.6.4 @clerk/remix: the helper has been patched as of 4.8.5 @clerk/tanstack-react-start: the helper has been patched as of 0.18.3
Resolution
The issue was resolved in @clerk/backend 2.4.0 by:
Properly parsing the webhook request's signatures and comparing them against the signature generated from the received event
Workarounds
If unable to upgrade, developers can workaround this issue by verifying webhooks manually, per this documentation.
Other sources
Clerk helps developers build user management. Applications that use the verifyWebhook() helper to verify incoming Clerk webhooks are susceptible to accepting improperly signed webhook events. The issue was resolved in @clerk/backend 2.4.0.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-53548?
CVE-2025-53548 is classified as a critical severity vulnerability due to its potential to facilitate unauthorized access via improperly signed webhooks.
How do I fix CVE-2025-53548?
To fix CVE-2025-53548, upgrade to version 2.4.0 or later of the @clerk/backend package.
What applications are affected by CVE-2025-53548?
CVE-2025-53548 affects applications using the verifyWebhook() helper in the @clerk/backend package prior to version 2.4.0.
How can I verify if my application is impacted by CVE-2025-53548?
Check if your application uses the @clerk/backend package with a version lower than 2.4.0 and utilizes the verifyWebhook() helper.
What potential risks are associated with CVE-2025-53548?
The risks include accepting fraudulent webhook events, which could lead to unauthorized actions within your application.