CVE-2025-62487
BaseFortify
Publication date: 2026-01-09
Last updated on: 2026-01-09
Assigner: Palantir Technologies
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| palantir | dossier | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Palantir Dossier front-end app incorrectly marking the security levels of uploaded images. Due to a regression from a May 2025 change intended to allow file sharing among different artifacts, images uploaded without a CBAC configuration do not trigger a security picker dialog. As a result, these uploads are assigned a default CUSTOM security level with no specific markings or datasets, typically only including the Everyone group from default authorization rules. This mislabeling can lead to improper access controls on uploaded files.
How can this vulnerability impact me? :
The impact of this vulnerability is that images uploaded without proper security markings may be accessible to broader groups than intended, since the files default to the Everyone group. This can lead to unauthorized access or exposure of sensitive information if the deployment is not configured with CBAC, which otherwise mitigates the issue by prompting for security level selection.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that your deployment is configured with CBAC so that the front-end presents the security picker dialog to correctly set security levels on uploads. Without CBAC configuration, uploads default to a CUSTOM security level with minimal markings, which is insecure. Therefore, enabling CBAC configuration is the immediate step to mitigate the issue.