Description
Qdrant is a vector similarity search engine and vector database. From 1.9.3 to before 1.16.0, it is possible to append to arbitrary files via /logger endpoint using an attacker-controlled on_disk.log_file path. Minimal privileges are required (read-only access). This vulnerability is fixed in 1.16.0.
Published: 2026-02-06
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Write
Action: Immediate Patch
AI Analysis

Impact

An attacker can append to arbitrary files on the host by exploiting the /logger endpoint in Qdrant. The vulnerability allows the attacker to control the on_disk.log_file path, which is used to write data to disk. This writes sensitive data to or modifies existing files, compromising the integrity of the system and potentially the confidentiality of data stored in those files. The weakness is a classic file path input validation flaw identified as CWE-73.

Affected Systems

Systems running Qdrant versions from 1.9.3 up to, but not including, 1.16.0 are vulnerable. The affected product is Qdrant, the vector similarity search engine and vector database, across all platforms supported by those releases.

Risk and Exploitability

The CVSS score of 8.6 marks the vulnerability as high severity, while the EPSS of less than 1% indicates a low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog, suggesting no known large‑scale exploitation. An attacker would need to reach the /logger REST endpoint and supply a crafted on_disk.log_file value. Minimal privileges are required (read‑only access), so anyone able to perform HTTP requests to the service can exploit the flaw. If the endpoint is exposed publicly, a remote attacker can trigger the write; otherwise an insider or local attacker with network access to the service could do so.

Generated by OpenCVE AI on April 17, 2026 at 22:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch to upgrade Qdrant to version 1.16.0 or later, which removes the vulnerable endpoint logic.
  • If a patch cannot be applied immediately, restrict network access to the /logger endpoint, for example by blocking the port or configuring a reverse proxy to deny requests to /logger.
  • Validate and sanitize file path inputs in any custom or extended API that may use the on_disk.log_file parameter, ensuring paths cannot escape the intended directory (e.g., implement strict whitelist checks or truncate path components).

Generated by OpenCVE AI on April 17, 2026 at 22:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-f632-vm87-2m2f qdrant has arbitrary file write via `/logger` endpoint
History

Thu, 19 Feb 2026 18:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:qdrant:qdrant:*:*:*:*:*:*:*:*

Mon, 09 Feb 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Qdrant
Qdrant qdrant
Vendors & Products Qdrant
Qdrant qdrant

Fri, 06 Feb 2026 22:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 06 Feb 2026 21:00:00 +0000

Type Values Removed Values Added
Description Qdrant is a vector similarity search engine and vector database. From 1.9.3 to before 1.16.0, it is possible to append to arbitrary files via /logger endpoint using an attacker-controlled on_disk.log_file path. Minimal privileges are required (read-only access). This vulnerability is fixed in 1.16.0.
Title Qdrant affected by arbitrary file write via `/logger` endpoint
Weaknesses CWE-73
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-06T21:11:27.721Z

Reserved: 2026-02-04T05:15:41.789Z

Link: CVE-2026-25628

cve-icon Vulnrichment

Updated: 2026-02-06T21:11:16.590Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-06T21:16:18.083

Modified: 2026-02-19T17:45:58.093

Link: CVE-2026-25628

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T22:30:29Z

Weaknesses