CVE-2025-59305
BaseFortify
Publication date: 2025-09-24
Last updated on: 2025-12-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| finto | langfuse | From 3.1 (inc) to 3.109.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-285 | The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an improper authorization issue in Langfuse version 3.1 before commit d67b317. It allows any authenticated user to access background migration endpoints that should be restricted. Specifically, users can invoke migration control functions via TRPC endpoints like backgroundMigrations.all, backgroundMigrations.status, and backgroundMigrations.retry without proper authorization.
How can this vulnerability impact me? :
The vulnerability can lead to data corruption or denial of service because unauthorized users can control migration processes that affect the system's data integrity and availability.