CVE-2025-67819
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-12

Last updated on: 2025-12-19

Assigner: MITRE

Description
An issue was discovered in Weaviate OSS before 1.33.4. Due to a lack of validation of the fileName field in the transfer logic, an attacker who can call the GetFile method while a shard is in the "Pause file activity" state and the FileReplicationService is reachable can read arbitrary files accessible to the service process.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-12
Last Modified
2025-12-19
Generated
2026-05-07
AI Q&A
2025-12-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 4 associated CPEs
Vendor Product Version / Range
weaviate weaviate From 1.30.0 (inc) to 1.30.19 (inc)
weaviate weaviate From 1.31.0 (inc) to 1.31.18 (inc)
weaviate weaviate From 1.32.0 (inc) to 1.32.15 (inc)
weaviate weaviate From 1.33.0 (inc) to 1.33.3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection involves checking if the Shard Movement API is enabled and if shards are in the "Pause file activity" state, as exploitation requires these conditions. Since the API is disabled by default, verify the "REPLICA_MOVEMENT_ENABLED" flag status in your configuration. Additionally, monitor calls to the GetFile method with suspicious fileName parameters containing directory traversal sequences (e.g., ".." or absolute paths). Specific commands are not provided in the resources. [1]


Can you explain this vulnerability to me?

This vulnerability exists in Weaviate OSS versions before 1.33.4. It is caused by a lack of validation of the fileName field in the transfer logic. An attacker who can invoke the GetFile method while a shard is in the 'Pause file activity' state and the FileReplicationService is reachable can exploit this to read arbitrary files accessible to the service process.


How can this vulnerability impact me? :

The vulnerability allows an attacker to read arbitrary files accessible to the service process, which could lead to unauthorized disclosure of sensitive information or data leakage.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include updating Weaviate to the fixed versions (1.33.4 or later) that address this vulnerability. Alternatively, disable the Shard Movement API by setting the "REPLICA_MOVEMENT_ENABLED" flag to false in your configuration. These actions will prevent exploitation of the path traversal vulnerability in the GetFile method. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart