CVE-2025-6283
BaseFortify
Publication date: 2025-06-19
Last updated on: 2025-09-30
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xata | agent | to 0.3.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the xataio Xata Agent up to version 0.3.0, specifically in the GET function of the file apps/dbagent/src/app/api/evals/route.ts. It allows an attacker to manipulate an argument passed to this function to perform a path traversal attack, potentially accessing unauthorized files or directories. The issue is fixed in version 0.3.1.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with limited privileges to perform path traversal, which may lead to unauthorized access to files or directories on the system. This could expose sensitive information or system files, potentially compromising the security of the affected system.
What immediate steps should I take to mitigate this vulnerability?
The recommended immediate step to mitigate this vulnerability is to upgrade the xataio Xata Agent to version 0.3.1, which addresses the path traversal issue.