CVE-2026-11466
Deferred Deferred - Pending Action
Improper Access Control in zilliztech Deep-Searcher

Publication date: 2026-06-07

Last updated on: 2026-06-07

Assigner: VulDB

Description
A weakness has been identified in zilliztech deep-searcher up to 0.0.2. This affects the function CollectionRouter.invoke of the file deepsearcher/agent/collection_router.py. This manipulation of the argument kwargs causes improper access controls. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The pull request to fix this issue awaits acceptance.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-07
Last Modified
2026-06-07
Generated
2026-06-08
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
zilliztech deep-searcher to 0.0.2 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthorized access to restricted collections by ignoring caller authorization context during collection routing. This improper access control can lead to unauthorized retrieval or summarization of sensitive or private data.

Such unauthorized access to private or sensitive data can potentially violate compliance requirements of common standards and regulations like GDPR and HIPAA, which mandate strict access controls and protection of personal and sensitive information.

If the application relies solely on DeepSearcher routing for access control without additional enforcement, it risks non-compliance due to exposure of data to unauthorized users.

Impact Analysis

This vulnerability can lead to improper access controls, meaning unauthorized users might gain access to restricted functions or data within the deep-searcher application.

Since the exploit is publicly available and can be executed remotely, it increases the risk of attacks that could compromise system integrity or availability.

The CVSS scores indicate a low to medium severity impact, with potential partial confidentiality and availability impacts.

Executive Summary

This vulnerability exists in the zilliztech deep-searcher software up to version 0.0.2, specifically in the function CollectionRouter.invoke within the file deepsearcher/agent/collection_router.py.

The issue arises from improper access controls caused by manipulation of the argument kwargs, which allows an attacker to bypass intended restrictions.

Because the vulnerability can be exploited remotely, an attacker can potentially perform unauthorized actions or access data without proper permissions.

A fix has been proposed via a pull request but has not yet been accepted.

Detection Guidance

This vulnerability arises from improper access control in the CollectionRouter.invoke function of the deepsearcher/agent/collection_router.py file, allowing unauthorized access to restricted collections. Detection would involve monitoring or auditing calls to this function to see if unauthorized collection access is occurring.

Since the vulnerability is specific to the DeepSearcher application, detection commands would focus on inspecting logs or tracing calls within the DeepSearcher environment to identify if unauthorized collection routing is happening.

No explicit detection commands or network signatures are provided in the available resources.

Mitigation Strategies

Immediate mitigation involves ensuring that collection routing respects the caller's authorized collection context to prevent unauthorized access.

Apply the fix from the pull request that enforces filtering of routing candidates and results by the caller-provided authorized collection sets. This fix propagates authorization context through RAG agents and vector database searches, aligning implementations to prevent unauthorized access.

If applying the fix is not immediately possible, enforce access control at the embedding application or vector database layer to ensure unauthorized users cannot retrieve or summarize content from restricted collections.

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