CVE-2025-55009
BaseFortify
Publication date: 2025-08-09
Last updated on: 2025-08-11
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| workos-inc | authkit_remix | 0.14.1 |
| workos-inc | authkit_remix | 0.15.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the AuthKit library for Remix (version 0.14.1 and below) involves the exposure of sensitive authentication artifacts, specifically sealedSession and accessToken. These were returned from the authkitLoader and rendered into the browser HTML, potentially allowing unauthorized access to these sensitive tokens.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized access to sensitive authentication tokens (sealedSession and accessToken) by exposing them in the browser HTML. This could allow attackers to hijack user sessions, impersonate users, and gain unauthorized access to protected resources.