Lucene search
+L

7924 matches found

Positive Technologies
Positive Technologies
added 2026/07/26 12:0 a.m.9 views

PT-2026-64793

Name of the Vulnerable Software and Affected Versions ananocoai NanoClaw versions prior to 2.0.65 Description An improper authorization issue exists within the MCP Server Approval component, specifically affecting the createChatSdkBridge.setup function located in the src/channels/chat-sdk-bridge....

5.3CVSS6AI score0.00103EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/24 9:42 p.m.7 views

GHSA-PVCR-8MVP-W8QR Budibase: Chat-Link Handoff Identity Confusion (Same-Tenant Account-Link CSRF)

Summary The Budibase AI chat-link handoff flow GET/POST /api/chat-links/:instance/:token/handoff binds an external chat identity Slack/Discord/MS Teams/Telegram to a Budibase user account. The confirmation endpoint is on a public route no CSRF middleware, no auth-group gate and the only credentia...

7.7CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/07/24 5:1 p.m.5 views

GHSA-X2FF-V5V8-M75M Open WebUI: Cross-channel message overwrite via chat completion API (single-model and multimodel message_ids)

Summary Any authenticated user can overwrite the content of a message in a channel they do not belong to including private and DM channels by sending a chat completion request with a channel:-prefixed chatid and a target messageid. The channel: path routes pipeline output through...

7.1CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2026/07/24 4:54 p.m.6 views

GHSA-4R2P-27MH-5M22 Open WebUI: Stored web worker XSS via Pyodide

Title: Same-origin Pyodide code execution allows server-side RCE via a shared chat Summary Open WebUI runs client-side Python Pyodide in a same-origin web worker. Through Pyodide's JavaScript API pyodide.http.pyfetch, or the js module which exposes the page's fetch / XMLHttpRequest executed Pytho...

7.3CVSS6.6AI score0.00286EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 11:41 a.m.6 views

PYSEC-2026-3507 PraisonAI: AgentOS remains unauthenticated after incomplete fix version and allows remote agent invocation

AgentOS remains unauthenticated after GHSA-pm96 patched version and allows remote agent invocation Summary PraisonAI's AgentOS FastAPI deployment surface remains unauthenticated in current main and in releases after the published patched version for GHSA-pm96-6xpr-978x / CVE-2026-40151. The publi...

9.8CVSS5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/22 4:14 p.m.9 views

EUVD-2026-47745

Onlook through 0.2.32, fixed in commit 423e2e9, contains a broken object level authorization vulnerability that allows authenticated attackers to access and manipulate other users' resources by supplying arbitrary UUID values to tRPC API procedures including project.get, member.remove, and...

8.8CVSS5.5AI score0.003EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/22 4:14 p.m.34 views

CVE-2026-65013 Onlook tRPC Insecure Direct Object Reference via multiple procedures

Onlook through 0.2.32, fixed in commit 423e2e9, contains a broken object level authorization vulnerability that allows authenticated attackers to access and manipulate other users' resources by supplying arbitrary UUID values to tRPC API procedures including project.get, member.remove, and...

8.8CVSS0.003EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/22 11:21 a.m.54 views

CVE-2026-65015

CVE-2026-65015 affects n8n and is exploitable in versions before 2.30.1 through the AI Agents feature. The issue arises because the node-execution tool does not perform proper authorization checks, enabling a Project Viewer user to escalate privileges by chatting with an agent that has node tools...

8.8CVSS5.5AI score0.00324EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/22 5:5 a.m.9 views

CVE-2026-57963

A flaw was found in Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: An attacker who can send HTML chat messages via Matrix or XMPP can inject arbitrary styled content, phishing links, and CSS that manipulates the chat UI...

7.5CVSS5.4AI score0.00191EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/21 8:36 p.m.7 views

CVE-2026-63764

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS5.4AI score0.00307EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2026/07/21 8:36 p.m.36 views

CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS0.00307EPSS
SaveExploits1References4
NVD
NVD
added 2026/07/21 4:17 p.m.5 views

CVE-2026-47393

PraisonAI is a multi-agent teams system. CVE-2026-44338 GHSA-6rmh-7xcm-cpxj documents that PraisonAI ships a code-generator praisonai.deploy.api.generateapiservercode that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart praisonai deploy...

9.8CVSS0.00403EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 3:39 p.m.71 views

CVE-2026-47393

PraisonAI's code generator for API servers (praisonai.deploy.api.generate_api_server_code) emits a Flask API server with authentication disabled by default. Default config sets auth_enabled=False and auth_token=None, causing check_auth() to short-circuit and accept unauthenticated requests to /ch...

9.8CVSS5.4AI score0.00403EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 3:39 p.m.5 views

CVE-2026-47393 PraisonAI `deploy --type api` emits a Flask server with authentication disabled by default

PraisonAI is a multi-agent teams system. CVE-2026-44338 GHSA-6rmh-7xcm-cpxj documents that PraisonAI ships a code-generator praisonai.deploy.api.generateapiservercode that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart praisonai deploy...

9.8CVSS5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/07/20 3:16 p.m.15 views

CVE-2026-46516

Frogman provides headless FreePBX control. Prior to version 1.6.6, Frogman's chat-console markdown formatter assets/js/chat.js's formatMarkdown inserted regex capture groups as raw HTML in four template patterns: inline code, bold, markdown links, and download links. Tool responses that reflect...

4.8CVSS0.00261EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 2:23 p.m.28 views

CVE-2026-46516

CVE-2026-46516 affects Frogman (headless FreePBX control). Before v1.6.6, the chat-console markdown formatter in assets/js/chat.js (formatMarkdown) inserted regex capture groups as raw HTML in four template patterns (inline code, bold, markdown links, download links). Tool responses containing us...

4.8CVSS5.4AI score0.00261EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/20 2:23 p.m.13 views

EUVD-2026-45963

Frogman provides headless FreePBX control. Prior to version 1.6.6, Frogman's chat-console markdown formatter assets/js/chat.js's formatMarkdown inserted regex capture groups as raw HTML in four template patterns: inline code, bold, markdown links, and download links. Tool responses that reflect...

4.8CVSS5.4AI score0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 2:23 p.m.34 views

CVE-2026-46516 Frogman vulnerable to stored XSS in chat console formatter (escalation vector in multi-admin deployments)

Frogman provides headless FreePBX control. Prior to version 1.6.6, Frogman's chat-console markdown formatter assets/js/chat.js's formatMarkdown inserted regex capture groups as raw HTML in four template patterns: inline code, bold, markdown links, and download links. Tool responses that reflect...

4.8CVSS0.00261EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 2:23 p.m.6 views

CVE-2026-46516 Frogman vulnerable to stored XSS in chat console formatter (escalation vector in multi-admin deployments)

Frogman provides headless FreePBX control. Prior to version 1.6.6, Frogman's chat-console markdown formatter assets/js/chat.js's formatMarkdown inserted regex capture groups as raw HTML in four template patterns: inline code, bold, markdown links, and download links. Tool responses that reflect...

4.8CVSS5.3AI score
SaveExploits0References4
NVD
NVD
added 2026/07/18 5:16 a.m.12 views

CVE-2026-16075

A flaw has been found in AstrBotDevs AstrBot up to 4.25.5. This vulnerability affects the function OpenApiRoute.getchatsessions of the file astrbot/dashboard/routes/openapi.py of the component session-listing Endpoint. This manipulation of the argument Username causes authorization bypass. It is...

5.3CVSS0.00218EPSS
SaveExploits0References5
Rows per page
Query Builder