CVE-2026-13513
Received Received - Intake

Insufficient Data Authenticity Verification in MyScaleDB

Vulnerability report for CVE-2026-13513, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-29

Last updated on: 2026-06-29

Assigner: VulDB

Description

A security flaw has been discovered in MyScale MyScaleDB up to 1.8.0. This vulnerability affects the function SegmentId::getCacheKey in the library src/VectorIndex/Common/SegmentId.h. The manipulation results in insufficient verification of data authenticity. It is possible to launch the attack remotely. A high complexity level is associated with this attack. It is stated that the exploitability is difficult. The exploit has been released to the public and may be used for attacks. The pull request to fix this issue awaits acceptance.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-29
Last Modified
2026-06-29
Generated
2026-06-29
AI Q&A
2026-06-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
myscale myscaledb to 1.8.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in MyScaleDB up to version 1.8.0 and involves the incorrect reuse of vector index data after an ALTER UPDATE operation modifies a vector-indexed column.

When a vector column is updated, the system mistakenly reuses old vector index files and cache entries instead of rebuilding or invalidating the index for the new data. This happens because the mutation process does not properly mark vector-indexed columns for rebuild during updates and allows hardlinking of old vector index files into the new mutated part.

As a result, vector search queries may return stale or incorrect nearest-neighbor search results based on outdated embeddings rather than the updated vector data.

Impact Analysis

The impact of this vulnerability is that search queries relying on vector indexes may return incorrect or outdated results after updates to vector-indexed columns.

This can lead to inaccurate data retrieval, potentially affecting applications that depend on precise vector search results, such as AI-driven recommendations, similarity searches, or any system relying on up-to-date vector embeddings.

Since the exploit is publicly available and the attack can be launched remotely, there is a risk that attackers could exploit this flaw to cause data integrity issues or degrade the reliability of search results.

Detection Guidance

This vulnerability involves the incorrect reuse of vector index files and cache entries after an ALTER UPDATE operation on vector-indexed columns in MyScaleDB. Detection involves verifying whether vector search queries return stale or outdated results after updates to vector columns.

To detect this issue, you can monitor vector search query results for inconsistencies or stale data that do not reflect recent updates. Additionally, reviewing logs or query results after ALTER UPDATE operations on vector-indexed columns may help identify the problem.

Specific commands to detect this vulnerability are not provided in the available resources.

Mitigation Strategies

Immediate mitigation steps include avoiding ALTER UPDATE operations on vector-indexed columns until the fix is applied, as these operations trigger the reuse of stale vector index files and cache entries.

Once a fix is available, apply patches that ensure vector indexes are rebuilt after updates to vector columns. The fix involves changes to prevent hardlinking of old vector index files during mutations and invalidating affected cache entries.

Monitoring for updates or pull request acceptance related to this issue is recommended to apply the official fix promptly.

Compliance Impact

The vulnerability in MyScaleDB involves insufficient verification of data authenticity due to improper handling of vector index updates, which can lead to stale or incorrect search results based on outdated data.

While the CVE description and resources do not explicitly mention compliance with standards such as GDPR or HIPAA, the issue could potentially impact compliance indirectly by affecting data integrity and accuracy.

Standards like GDPR and HIPAA require ensuring data accuracy and integrity, especially when personal or sensitive data is involved. This vulnerability could undermine those requirements by allowing outdated or incorrect data to be returned in queries, which might lead to incorrect decisions or disclosures.

However, there is no direct information provided about specific compliance impacts or regulatory violations caused by this vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13513. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart