Approved changes feed: RSS · Atom

cpe:2.3:a:tencent:weknora:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorTencent (f719dbd4-b477-5cfc-82bb-cc1efc23c3ce)
ProductWeknora (b4573bcf-5e40-5716-8e0c-2a5960056916)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-8786 vulnerable 2026-06-03 15:29:29.721145 Tencent WeKnora Config API Endpoint initialization.go getKnowledgeBaseForInitialization authorization
MEDIUM (6.3)
A vulnerability has been found in Tencent WeKnora up to 0.3.6. Affected by this issue is the function getKnowledgeBaseForInitialization of the file internal/handler/initialization.go of the component Config API Endpoint. The manipulation of the argument kbId leads to authorization bypass. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-05-18T03:00:14.994Z
Updated: 2026-05-18T14:28:23.593Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30861 vulnerable 2026-06-03 15:19:25.976248 WeKnora: Remote Code Execution (RCE) via Command Injection in MCP Stdio Configuration Validation
CRITICAL (10)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. From version 0.2.5 to before version 0.2.10, an unauthenticated remote code execution (RCE) vulnerability exists in the MCP stdio configuration validation. The application allows unrestricted user registration, meaning any attacker can create an account and exploit the command injection flaw. Despite implementing a whitelist for allowed commands (npx, uvx) and blacklists for dangerous arguments and environment variables, the validation can be bypassed using the -p flag with npx node. This allows any attacker to execute arbitrary commands with the application's privileges, leading to complete system compromise. This issue has been patched in version 0.2.10.
Published: 2026-03-07T16:38:38.063Z
Updated: 2026-03-09T18:24:00.815Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30860 vulnerable 2026-06-03 15:19:25.975993 WeKnora: Remote Code Execution via SQL Injection Bypass in AI Database Query Tool
CRITICAL (10)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.12, a remote code execution (RCE) vulnerability exists in the application's database query functionality. The validation system fails to recursively inspect child nodes within PostgreSQL array expressions and row expressions, allowing attackers to bypass SQL injection protections. By smuggling dangerous PostgreSQL functions inside these expressions and chaining them with large object operations and library loading capabilities, an unauthenticated attacker can achieve arbitrary code execution on the database server with database user privileges. This issue has been patched in version 0.2.12.
Published: 2026-03-07T16:36:45.552Z
Updated: 2026-03-09T18:24:08.315Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30859 vulnerable 2026-06-03 15:19:25.975737 WeKnora: Broken Access Control - Cross-Tenant Data Exposure
MEDIUM (5.3)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.12, a broken access control vulnerability in the database query tool allows any authenticated tenant to read sensitive data belonging to other tenants, including API keys, model configurations, and private messages. The application fails to enforce tenant isolation on critical tables (models, messages, embeddings), enabling unauthorized cross-tenant data access with user-level authentication privileges. This issue has been patched in version 0.2.12.
Published: 2026-03-07T16:35:30.415Z
Updated: 2026-03-09T18:24:14.545Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30858 vulnerable 2026-06-03 15:19:25.975371 WeKnora: DNS Rebinding Vulnerability in web_fetch Tool Allows SSRF to Internal Resources
MEDIUM (6.5)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.3.0, a DNS rebinding vulnerability in the web_fetch tool allows an unauthenticated attacker to bypass URL validation and access internal resources on the server, including private IP addresses (e.g., 127.0.0.1, 192.168.x.x). By crafting a malicious domain that resolves to a public IP during validation and subsequently resolves to a private IP during execution, an attacker can access sensitive local services and potentially exfiltrate data. This issue has been patched in version 0.3.0.
Published: 2026-03-07T16:34:28.528Z
Updated: 2026-03-09T18:24:21.174Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30857 vulnerable 2026-06-03 15:19:25.974993 WeKnora: Unauthorized Cross‑Tenant Knowledge Base Cloning
MEDIUM (5.3)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.3.0, a cross-tenant authorization bypass in the knowledge base copy endpoint allows any authenticated user to clone (duplicate) another tenant’s knowledge base into their own tenant by knowing/guessing the source knowledge base ID. This enables bulk data exfiltration (document/FAQ content) across tenants. This issue has been patched in version 0.3.0.
Published: 2026-03-07T16:33:45.566Z
Updated: 2026-03-09T18:24:26.835Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30856 vulnerable 2026-06-03 15:19:25.974630 WeKnora: Tool Execution Hijacking via Ambigous Naming Convention In MCP client and Indirect Prompt Injection
MEDIUM (5.9)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.3.0, a vulnerability involving tool name collision and indirect prompt injection allows a malicious remote MCP server to hijack tool execution. By exploiting an ambiguous naming convention in the MCP client (mcp_{service}_{tool}), an attacker can register a malicious tool that overwrites a legitimate one (e.g., tavily_extract). This enables the attacker to redirect LLM execution flow, exfiltrate system prompts, context, and potentially execute other tools with the user's privileges. This issue has been patched in version 0.3.0.
Published: 2026-03-07T16:32:44.566Z
Updated: 2026-03-09T18:24:32.877Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30855 vulnerable 2026-06-03 15:19:25.974246 WeKnora: Broken Access Control in Tenant Management
HIGH (8.8)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.3.2, an authorization bypass in tenant management endpoints of WeKnora application allows any authenticated user to read, modify, or delete any tenant by ID. Since account registration is open to the public, this vulnerability allows any unauthenticated attacker to register an account and subsequently exploit the system. This enables cross-tenant account takeover and destruction, making the impact critical. This issue has been patched in version 0.3.2.
Published: 2026-03-07T16:31:10.564Z
Updated: 2026-03-09T18:24:39.227Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-30247 vulnerable 2026-06-03 15:19:25.607818 WeKnora: SSRF via Redirection
MEDIUM (5.9)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.12, the application's "Import document via URL" feature is vulnerable to Server-Side Request Forgery (SSRF) through HTTP redirects. While the backend implements comprehensive URL validation (blocking private IPs, loopback addresses, reserved hostnames, and cloud metadata endpoints), it fails to validate redirect targets. An attacker can bypass all protections by using a redirect chain, forcing the server to access internal services. Additionally, Docker-specific internal addresses like host.docker.internal are not blocked. This issue has been patched in version 0.2.12.
Published: 2026-03-07T03:33:27.140Z
Updated: 2026-03-09T20:54:27.857Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-22688 vulnerable 2026-06-03 15:15:53.924056 WeKnora has Command Injection in MCP stdio test
CRITICAL (10)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdio_config.command/args into MCP stdio settings, causing the server to execute subprocesses using these injected values. This issue has been patched in version 0.2.5.
Published: 2026-01-10T03:41:59.952Z
Updated: 2026-01-12T17:20:43.431Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-22687 vulnerable 2026-06-03 15:15:53.923691 WeKnora vulnerable to SQL Injection
MEDIUM (5.6)
WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, after WeKnora enables the Agent service, it allows users to call the database query tool. Due to insufficient backend validation, an attacker can use prompt‑based bypass techniques to evade query restrictions and obtain sensitive information from the target server and database. This issue has been patched in version 0.2.5.
Published: 2026-01-10T03:41:43.862Z
Updated: 2026-03-10T18:34:41.657Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-11046 vulnerable 2026-06-03 14:58:35.308660 Tencent WeKnora test testEmbeddingModel server-side request forgery
HIGH (7.3)
A security flaw has been discovered in Tencent WeKnora 0.1.0. This impacts the function testEmbeddingModel of the file /api/v1/initialization/embedding/test. The manipulation of the argument baseUrl results in server-side request forgery. The attack can be launched remotely. The exploit has been released to the public and may be exploited. It is advisable to upgrade the affected component. The vendor responds: "We have confirmed that the issue mentioned in the report does not exist in the latest releases".
Published: 2025-09-26T21:02:05.829Z
Updated: 2025-09-29T15:16:39.821Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.