CVE-2025-56643
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-12-31
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| requarks | wiki.js | 2.5.307 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-613 | According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization." |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Requarks Wiki.js 2.5.307 occurs because the system does not properly revoke or invalidate active JWT tokens when a user logs out. As a result, tokens that were issued before logout remain valid and can be reused to access the system, potentially allowing unauthorized access if those tokens are compromised. The issue lies in the authentication resolver logic and affects both the GraphQL endpoint and the logout mechanism.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing unauthorized users to reuse previously issued JWT tokens to access the system even after the legitimate user has logged out. This compromises session integrity and can lead to unauthorized access to sensitive information or system functions.