VulnWatch Weekly: PraisonAI Auth Collapse & MCP Server Exposure
This week saw a cascade of critical vulnerabilities in PraisonAI agents and widespread authentication failures in Model Context Protocol servers. Oracle Coherence and Langflow also shipped critical RCEs requiring immediate patching.
VulnWatch Weekly Retrospective: June 15–21, 2026
Week in Review
This week was defined by a systemic collapse of authentication controls in agentic frameworks, headlined by a massive cluster of critical vulnerabilities in PraisonAI affecting both Python and TypeScript distributions. Simultaneously, the emerging Model Context Protocol (MCP) ecosystem showed significant maturity gaps, with multiple servers exposing sensitive tools to unauthenticated network actors without default security boundaries. While no vulnerabilities were flagged as known-exploited in the wild this week, the sheer volume of Critical severity Remote Code Execution (RCE) and authentication bypass issues demands immediate remediation from ML platform teams. Security engineers should prioritize patching agentic orchestration layers and auditing network exposure for MCP servers.
Top Items of the Week
The following entries represent the highest impact risks identified this week, ranked by severity and potential blast radius.
-
PraisonAI Remote Code Execution via Sandbox Escape
- Identifier: GHSA-p69m-4f92-2v84
- Severity: Critical (9.8)
- Affected Component: PraisonAI
codeModeTool - Impact: Arbitrary code execution on the host system via
new Function()bypass. - Action: Upgrade to the latest patched version immediately and disable
codeModeif not strictly required.
-
PraisonAI MCP Server Unauthenticated Access
- Identifier: GHSA-j4f3-55x4-r6q2
- Severity: Critical (9.8)
- Affected Component: PraisonAI
MCPServer - Impact: Full access to MCP tools, resources, and prompts without authentication.
- Action: Implement network-level access controls and upgrade to patched versions enforcing auth.
-
mcp-pinot Confused Deputy & Cluster Takeover
- Identifier: CVE-2026-49257
- Severity: Critical (10.0)
- Affected Component: mcp-pinot Server
- Impact: Full read/write access to configured Apache Pinot clusters via unauthenticated HTTP.
- Action: Upgrade to version 3.1.0+ and ensure MCP servers are not bound to
0.0.0.0in production.
-
Oracle Coherence Remote Takeover
- Identifier: CVE-2026-35307
- Severity: Critical (10.0)
- Affected Component: Oracle Fusion Middleware (Coherence)
- Impact: Complete takeover of Oracle Coherence instances via HTTP.
- Action: Apply Oracle Critical Patch Update immediately; isolate Coherence ports from untrusted networks.
-
Langflow IDOR in Flow Execution
- Identifier: GHSA-qrpv-q767-xqq2
- Severity: Critical (9.9)
- Affected Component: Langflow
/api/v1/responses - Impact: Authenticated attackers can execute flows belonging to other users.
- Action: Upgrade Langflow and review access logs for cross-user flow execution attempts.
-
Langflow Unauthenticated RCE in Shareable Playgrounds
- Identifier: GHSA-v5ff-9q35-q26f
- Severity: Critical (9.6)
- Affected Component: Langflow Public Flows
- Impact: Unauthenticated users can execute arbitrary Python code via public flow links.
- Action: Disable "Shareable Playground" features unless absolutely necessary and patched.
-
Windows-MCP Unauthenticated PowerShell Execution
- Identifier: CVE-2026-48989
- Severity: High (8.9)
- Affected Component: Windows-MCP
- Impact: Arbitrary PowerShell execution via unauthenticated HTTP control plane.
- Action: Upgrade to version 0.7.5+ and restrict MCP HTTP modes to localhost.
-
Network-AI Empty Default Secret
- Identifier: GHSA-r78r-rwrf-rjwp
- Severity: Critical (9.1)
- Affected Component: Network-AI MCP SSE Server
- Impact: Unauthenticated cross-origin MCP tool invocation due to empty secret default.
- Action: Explicitly configure a strong secret key and upgrade to version 5.7.1+.
-
Stanza Unsafe Pickle Deserialization
- Identifier: GHSA-v5jw-96jm-7h2c
- Severity: High (7.5)
- Affected Component: Stanza Model Loaders
- Impact: Arbitrary code execution via malicious PyTorch checkpoint files.
- Action: Validate model sources and implement checksum verification for all loaded artifacts.
-
M365 Copilot Missing Authentication
- Identifier: CVE-2026-54130
- Severity: Critical (9.8)
- Affected Component: M365 Copilot
- Impact: Information disclosure over network due to missing auth on critical function.
- Action: Monitor Microsoft security advisories for tenant-specific patching instructions.
The PraisonAI Authentication Collapse
The most alarming trend this week is the sheer density of critical vulnerabilities disclosed in the PraisonAI ecosystem. Across both the PyPI and npm distributions, researchers identified a systemic failure to enforce authentication and authorization boundaries in agentic orchestration components. Vulnerabilities such as GHSA-j4f3-55x4-r6q2 and GHSA-892r-p3jq-jp24 reveal that core HTTP servers for agent management and MCP tool exposure were shipping with no authentication middleware enabled by default. This is compounded by issues like GHSA-cwj8-7gp2-ggcw, where JWT signing secrets were hardcoded to dev-secret-change-me, allowing trivial token forgery.
For CISOs, this highlights a critical risk in adopting rapid-development agentic frameworks. The convenience of "zero-config" deployment often comes at the cost of security defaults. In this case, the "zero-config" experience meant that any network-adjacent attacker could invoke agents, read internal files via tools like multiedit (GHSA-29w3-p9w9-wc47), or execute arbitrary code via sandbox escapes in codeMode (GHSA-p69m-4f92-2v84). The sandbox escape is particularly concerning as it relies on blocklist-based filtering which was bypassed using standard JavaScript global object recovery techniques. Teams using PraisonAI must assume their deployments are compromised if exposed to untrusted networks and should prioritize isolation and patching.
Model Context Protocol (MCP) Exposure
As the Model Context Protocol gains traction as a standard for connecting AI models to tools and data, this week's vulnerabilities expose a immature security posture in many server implementations. The critical vulnerability in mcp-pinot (CVE-2026-49257) is a textbook confused deputy problem: the MCP server defaulted to binding on 0.0.0.0 without authentication, proxying attacker requests using server-side Pinot credentials. This effectively granted any network caller full database access.
Similar patterns emerged in Windows-MCP (CVE-2026-48989) and Network-AI (CVE-2026-48814), where MCP control planes were reachable without credentials, allowing attackers to invoke PowerShell commands or tool calls remotely. The SearXNG MCP Server also showed SSRF vulnerabilities (GHSA-mrvx-jmjw-vggc) where DNS rebinding could bypass private IP blocks. The lesson for platform teams is clear: MCP servers should be treated as high-privilege interfaces. They must never be exposed to public networks without strict authentication, and tool definitions should be audited for dangerous capabilities like file system access or shell execution.
Low-Code AI Platform Instability
Langflow continues to struggle with security hygiene in its rapid feature development cycle. This week saw multiple Critical severity issues, including an Insecure Direct Object Reference (IDOR) allowing users to execute other tenants' flows (GHSA-qrpv-q767-xqq2) and a Remote Code Execution vulnerability in "Shareable Playgrounds" (GHSA-v5ff-9q35-q26f). The latter is particularly dangerous as it allows unauthenticated users to execute arbitrary Python code simply by accessing a public link.
Additionally, path traversal vulnerabilities in the Knowledge Bases API (GHSA-79ph-745m-6wxq) and unauthenticated file uploads leading to DoS (GHSA-x223-p2gf-v735) suggest that input validation is not keeping pace with feature additions. For organizations using Langflow for RAG or workflow orchestration, these issues undermine the trust boundary of the platform. Security engineers should enforce network segmentation around Langflow instances and disable public sharing features until stability is proven.
Model Supply Chain & Pickle Risks
The risk of malicious model artifacts remains a persistent threat. This week, Stanza was found to fall back to unsafe pickle deserialization (weights_only=False) when safe loading fails (GHSA-v5jw-96jm-7h2c). This allows an attacker who can poison a model repository to achieve RCE. Similarly, picklescan itself was found to have a scanning bypass vulnerability (CVE-2026-53875), meaning even security tools designed to catch these issues can be evaded using dynamic eval tricks.
Furthermore, stable-diffusion.cpp shipped with multiple heap buffer overflows in its checkpoint parser (CVE-2026-47750, CVE-2026-47747). These memory corruption bugs could lead to crashes or potentially code execution when loading crafted .ckpt files. This reinforces the need for a "zero trust" approach to model weights: never load models from unverified sources, and always run inference in sandboxed environments with limited system calls.
Known Exploited Vulnerabilities
Fortunately, none of the vulnerabilities disclosed this week were flagged as is_exploited=true. However, the presence of public advisories and detailed proof-of-concept details in GitHub advisories significantly lowers the barrier for weaponization. The PraisonAI and MCP issues, in particular, are trivial to exploit using standard HTTP clients. Security teams should operate under the assumption that exploitation is imminent if patches are not applied within days.
What to Do This Week
- Patch PraisonAI Immediately: If you use PraisonAI, upgrade all components (PyPI and npm) to the latest versions. Audit your deployment for hardcoded secrets like
dev-secret-change-meand rotate them. - Audit MCP Servers: Inventory all running MCP servers. Ensure none are bound to
0.0.0.0without authentication. Implement network policies to restrict MCP traffic to trusted pods or services only. - Disable Langflow Public Features: Turn off "Shareable Playgrounds" and public flow execution in Langflow until you have confirmed you are on a patched version.
- Enforce Model Integrity: Implement checksums for all model weights. Configure loaders like Stanza and PyTorch to strictly enforce
weights_only=Trueand fail closed on errors rather than falling back to unsafe modes. - Review Oracle Coherence: Apply the latest Oracle Critical Patch Update to all Fusion Middleware instances and verify network isolation for Coherence ports.
What to Watch Next Week
Next week, we will be monitoring the adoption rate of the patches released for PraisonAI and MCP servers. Given the "fail-open" nature of many of these authentication bugs, we expect to see scanning activity targeting default ports (3000, 8080) associated with these tools. Additionally, keep an eye on the vLLM ecosystem, as multiple medium-severity issues regarding tensor validation and audio processing bombs were disclosed this week that could evolve into denial-of-service campaigns against public inference endpoints.
Covered entries (120)
-
Critical nvd · CVE-2026-49257 · CVSS 10.0CVE-2026-49257: mcp-pinot is a Python-based Model Context Protocol (MCP) server for interacting with Apache Pinot. In versions 3.0.1 and
-
Critical nvd · CVE-2026-35307 · CVSS 10.0CVE-2026-35307: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Core). Supported versions that ar
-
Critical nvd · CVE-2026-35308 · CVSS 10.0CVE-2026-35308: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Centralized Third Party Jars). Su
-
Critical github · GHSA-vmmj-pfw7-fjwp · CVSS 9.9npm PraisonAI codeMode sandbox escape via Function constructor
-
Critical nvd · CVE-2026-54130 · CVSS 9.8CVE-2026-54130: Missing authentication for critical function in M365 Copilot allows an unauthorized attacker to disclose information ove
-
Critical github · GHSA-4h5r-5jm8-jxjm · CVSS 9.8gemini-mcp-tool vulnerable to OS command injection and @file exfiltration via prompt quoting (CVE-2026-0755)
-
Critical github · GHSA-cwj8-7gp2-ggcw · CVSS 9.8praisonai-platform: default JWT signing secret 'dev-secret-change-me' enables token forgery
-
Critical github · GHSA-j4f3-55x4-r6q2 · CVSS 9.8npm PraisonAI MCPServer exposes unauthenticated HTTP tools/call
-
Critical github · GHSA-p69m-4f92-2v84 · CVSS 9.8PraisonAI: Remote Code Execution via Sandbox Escape in `codeMode` Tool
-
Critical github · GHSA-p75f-6fp4-p57w · CVSS 9.8PraisonAI: Missing Authentication for Critical Function and Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in praisonai
-
Critical github · GHSA-892r-p3jq-jp24 · CVSS 9.8PraisonAI: AgentOS remains unauthenticated after incomplete fix version and allows remote agent invocation
-
Critical github · GHSA-x8cv-xmq7-p8xp · CVSS 9.8PraisonAI AgentTeam.launch exposes unauthenticated remote agent listing and invocation endpoints
-
Critical github · GHSA-fq2m-6wqh-x44g · CVSS 9.8PraisonAI: Jobs API exposes agent-execution endpoints with no authentication
-
Critical github · GHSA-j4hj-7hfh-g2f4 · CVSS 9.8praisonai: recipe serve auth middleware silently disables itself when no secret is set
-
Critical github · GHSA-4869-x4pr-q22x · CVSS 9.8PraisonAI: Unauthenticated RCE via Jobs API + Approval Bypass
-
Critical nvd · CVE-2026-35309 · CVSS 9.8CVE-2026-35309: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Centralized Third Party Jars). Su
-
Critical nvd · CVE-2026-35310 · CVSS 9.8CVE-2026-35310: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Core). Supported versions that ar
-
Critical nvd · CVE-2026-35304 · CVSS 9.8CVE-2026-35304: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Core). Supported versions that ar
-
Critical github · GHSA-365w-hqf6-vxfg · CVSS 9.8Crawl4AI: Multiple Docker API Vulnerabilities - File Write, SSRF, Auth Bypass, XSS, JS Execution
-
Critical github · GHSA-ccv6-r384-xp75 · CVSS 9.6Langflow: BaseFileComponent-based nodes arbitrary file read with RCE exploit
-
Critical github · GHSA-v5ff-9q35-q26f · CVSS 9.6Langflow: Unauthenticated RCE in Shareable Playgrounds
-
Critical nvd · CVE-2026-12045 · CVSS 9.4CVE-2026-12045: Read-only transaction bypass in the pgAdmin 4 AI Assistant allows an attacker who can influence database content that th
-
Critical github · GHSA-9752-mhqh-h34f · CVSS 9.4npm PraisonAI AgentOS exposes unauthenticated agent listing and invocation
-
Critical nvd · CVE-2026-55743 · CVSS 9.4CVE-2026-55743: The shell tool command allowlist in the SecurityPolicy of OpenHuman desktop agent through 0.54.0 (default Supervised sec
-
Critical nvd · CVE-2024-58351 · CVSS 9.3CVE-2024-58351: Flowise before 2.1.4 allows configuration to be injected into the Chainflow during execution via the overrideConfig opti
-
Critical nvd · CVE-2026-12048 · CVSS 9.3CVE-2026-12048: Stored cross-site scripting in pgAdmin 4's error-rendering and plan-node-rendering paths. Text returned by a PostgreSQL
-
Critical github · GHSA-x223-p2gf-v735 · CVSS 9.3Langflow: Unauthenticated file upload leads to DoS (space exhaustion) and information leak
-
Critical nvd · CVE-2026-48797 · CVSS 9.3CVE-2026-48797: Backpropagate is a Python library for fine-tuning large language models on a single GPU. In versions 1.1.0 and 1.1.1, th
-
Critical nvd · CVE-2026-35306 · CVSS 9.3CVE-2026-35306: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Centralized Third Party Jars). T
-
Critical nvd · CVE-2026-35305 · CVSS 9.3CVE-2026-35305: Vulnerability in the Oracle Coherence product of Oracle Fusion Middleware (component: Centralized Third Party Jars). T
-
Critical github · GHSA-r78r-rwrf-rjwp · CVSS 9.1Network-AI: CVE-2026-46701 fix incomplete — empty default secret still authorizes all requests
-
Critical github · GHSA-29w3-p9w9-wc47 · CVSS 9.1PraisonAI: Arbitrary File Read/Write via `multiedit` Tool Without Path Validation
-
Critical nvd · CVE-2026-48814 · CVSS 9.1CVE-2026-48814: Network-AI is a TypeScript/Node.js multi-agent orchestrator. In versions 5.7.1 and earlier, the MCP SSE server allows un
-
High nvd · CVE-2026-48989 · CVSS 8.9CVE-2026-48989: Windows-MCP is an open-source project that integrates AI agents with Windows. In versions prior to 0.7.5, certain HTTP m
-
High nvd · CVE-2026-47645 · CVSS 8.8CVE-2026-47645: Url redirection to untrusted site ('open redirect') in Microsoft 365 Copilot's Business Chat allows an unauthorized atta
-
High github · GHSA-vcv2-r9jh-99m5 · CVSS 8.8Agentic-Flow: OS Command Injection in agentic-flow MCP server tools via unsanitized tool-parameter interpolation into execSync
-
High nvd · CVE-2026-55237 · CVSS 8.8CVE-2026-55237: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High github · GHSA-4pcv-mg8v-vrgf · CVSS 8.8PraisonAI: Server-Side Request Forgery (SSRF) in SearxNG / search_web tools via attacker-controlled searxng_url parameter
-
High github · GHSA-h2w2-v7j6-xqm4 · CVSS 8.8npm PraisonAI AgentLoop onToolCall approval runs after tool execution
-
High github · GHSA-w6h2-fr4q-xvxv · CVSS 8.8PraisonAI: Compute-bridged file tools allow shell command injection
-
High github · GHSA-8579-rgg5-ph2m · CVSS 8.8PraisonAI DiscordApproval accepts unrelated channel messages as dangerous-tool approvals
-
High github · GHSA-9c59-2mvc-vfr8 · CVSS 8.8Langflow: IDOR/BOLA in Monitor API — Missing Ownership Enforcement on 7 Endpoints
-
High nvd · CVE-2026-56340 · CVSS 8.7CVE-2026-56340: vLLM versions >= 0.10.2 and < 0.13.0 are missing sparse tensor validation in multimodal embeddings processing. Because P
-
High nvd · CVE-2026-56075 · CVSS 8.7CVE-2026-56075: PraisonAI before 4.5.128 contains an arbitrary shell command execution vulnerability where the UI modules hardcode appro
-
High nvd · CVE-2025-32392 · CVSS 8.7CVE-2025-32392: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High nvd · CVE-2025-32422 · CVSS 8.7CVE-2025-32422: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High nvd · CVE-2025-32424 · CVSS 8.7CVE-2025-32424: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High nvd · CVE-2025-32437 · CVSS 8.7CVE-2025-32437: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High github · GHSA-x92v-rpx6-p6cw · CVSS 8.6PraisonAI: Webhook signature verification skipped (fail-open) when secret unset, allowing forged inbound webhooks (WhatsApp & Linear bots)
-
High github · GHSA-fc26-m9pf-v56q · CVSS 8.6PraisonAI LinearBot processes unsigned webhooks when LINEAR_WEBHOOK_SECRET is missing
-
High nvd · CVE-2023-54353 · CVSS 8.5CVE-2023-54353: Chromacam 4.0.3.0 contains an unquoted service path vulnerability in the PsyFrameGrabberService that allows local attack
-
High github · GHSA-vxgj-xg5c-p4h7 · CVSS 8.5praisonaiagents: SSRF guard validates literal IPs only and never resolves DNS
-
High github · GHSA-226f-f24g-524w · CVSS 8.5Open WebUI: Redirect-Bypass SSRF in OAuth `_process_picture_url` (incomplete-fix sibling of CVE-2026-45401)
-
High nvd · CVE-2026-48124 · CVSS 8.5CVE-2026-48124: Cursor is a code editor built for programming with AI. In versions prior to 3.0.0, the Cursor Desktop could execute work
-
High github · GHSA-qrpv-q767-xqq2 · CVSS 8.4Langflow: IDOR Vulnerability in `/api/v1/responses` Endpoint Allows Authenticated Attackers to Access Another User's Flow
-
High nvd · CVE-2026-46580 · CVSS 8.4CVE-2026-46580: In Eclipse Theia versions prior to 1.71.0, files matching the pattern .prompts/*.prompttemplate in a workspace were auto
-
High nvd · CVE-2026-44688 · CVSS 8.4CVE-2026-44688: In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as part of its
-
High github · GHSA-vmf9-xx9w-86wx · CVSS 8.3PraisonAI ToolsMCPServer legacy SSE transport accepts attacker Host/Origin and exposes registered tools
-
High github · GHSA-x975-rgx4-5fh4 · CVSS 8.2appium-mcp: Unescaped Locator Data XSS in MCP-UI Resource (createLocatorGeneratorUI)
-
High github · GHSA-4qq2-2j2x-x62c · CVSS 8.2npm PraisonAI MCPSecurity Basic/OAuth authentication policies accept invalid credentials without validation
-
High github · GHSA-f989-c77f-r2cq · CVSS 8.2Crawl4AI: LLM credential exfiltration in Docker server via request base_url and env: token resolution
-
High nvd · CVE-2026-48780 · CVSS 8.2CVE-2026-48780: Forem is open source software for building communities. Prior to commit a2ab6d4, a maliciously crafted email address cou
-
High github · GHSA-c969-5x3p-vq3v · CVSS 8.1PraisonAI: IMAP Command Injection via Unsanitized Email Search Parameters
-
High github · GHSA-f59h-q822-g45g · CVSS 8.1Caddy: FastCGI header normalization bypass in `forward_auth copy_headers`
-
High github · GHSA-v847-hxxw-3pxg · CVSS 7.8PraisonAI recipe.run_stream skips dangerous-tool policy enforcement
-
High nvd · CVE-2026-47747 · CVSS 7.8CVE-2026-47747: stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Ima
-
High nvd · CVE-2026-47750 · CVSS 7.8CVE-2026-47750: stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Ima
-
High nvd · CVE-2026-47749 · CVSS 7.8CVE-2026-47749: stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Ima
-
High github · GHSA-2mfg-cc43-9pcj · CVSS 7.6LangChain4j: SQL injection via metadata filters in langchain4j-mariadb and langchain4j-pgvector
-
High github · GHSA-v2qm-5wxj-qhj7 · CVSS 7.6Open WebUI: Stored XSS to Account Takeover via Model Profile Images
-
High github · GHSA-42h7-m79w-wvg5 · CVSS 7.6n8n: Stored XSS in Chat Trigger Node
-
High github · GHSA-xcqx-9jf5-w339 · CVSS 7.5SearXNG MCP Server: Unbounded Response Body Read Bypasses URL Size Limit in `web_url_read`
-
High github · GHSA-qwqc-p3q8-wcg9 · CVSS 7.5Langflow: Unauthenticated DoS through multipart form boundary file upload
-
High nvd · CVE-2026-48774 · CVSS 7.5CVE-2026-48774: ProxySQL is a proxy for MySQL and its forks, as well as PostgreSQL. In versions 3.0.0 through 3.0.8, ProxySQL's GenAI/MC
-
High github · GHSA-v5jw-96jm-7h2c · CVSS 7.5Stanza: Remote Code Execution via Unsafe Pickle Deserialization in Model Loaders
-
High github · GHSA-2rcg-mm5h-xchx · CVSS 7.5PraisonAI: Arbitrary File Read via `@file:` Mention Path Traversal
-
High github · GHSA-qrp7-cvwr-j2c6 · CVSS 7.5Caddy: Windows `file_server` path authorization bypass via encoded backslash
-
High github · GHSA-4qqr-vv2q-cmr5 · CVSS 7.5Crawl4AI: SSRF filter bypass in Docker server via IPv6 transition forms (NAT64 / 6to4 / unspecified / v4-mapped)
-
High github · GHSA-gcq3-mfvh-3x25 · CVSS 7.3PraisonAI Code agent tools fail open without a workspace boundary
-
High github · GHSA-mrvx-jmjw-vggc · CVSS 7.1SearXNG MCP Server: DNS-resolved Private Hostname SSRF in `web_url_read`
-
High nvd · CVE-2025-32436 · CVSS 7.1CVE-2025-32436: AutoGPT is a workflow automation platform for creating, deploying, and managing continuous artificial intelligence agent
-
High github · GHSA-p6gq-j5cr-w38f · CVSS 7.1Nodemailer: Message-level raw option bypasses disableFileAccess/disableUrlAccess, enabling arbitrary file read and full-response SSRF in the delivered message
-
High github · GHSA-rjxq-qqhf-8hwh · CVSS 7.1OpenClaw: MCP Streamable HTTP redirects could forward configured custom headers to another origin
-
High nvd · CVE-2026-53875 · CVSS 7.1CVE-2026-53875: picklescan before 1.0.3 contains a scanning bypass vulnerability in the scan_pytorch function that allows attackers to e
-
Medium github · GHSA-x7cf-6gp3-q5f8 · CVSS 7.1Duplicate Advisory: MCP Streamable HTTP redirects could forward configured custom headers to another origin
-
High nvd · CVE-2026-52722 · CVSS 7.1CVE-2026-52722: A signed integer overflow vulnerability was found in GStreamer's VMnc decoder. A crafted VMnc stream with large cursor d
-
Medium github · GHSA-jr33-mw75-7j8f · CVSS 6.8dbt MCP Server: Unauthenticated OAuth Context Endpoint Leaks dbt Platform Tokens
-
Medium nvd · CVE-2026-48782 · CVSS 6.8CVE-2026-48782: Pydantic AI is a Python agent framework for building applications and workflows with Generative AI. In versions 1.56.0 t
-
Medium nvd · CVE-2026-22551 · CVSS 6.7CVE-2026-22551: In Eclipse Theia versions prior to 1.71.0, the AI chat rendered Markdown image tags from AI responses, triggering HTTP r
-
Medium nvd · CVE-2026-50519 · CVSS 6.5CVE-2026-50519: Initialization of a resource with an insecure default in GitHub Copilot and Visual Studio Code allows an unauthorized at
-
Medium nvd · CVE-2026-42895 · CVSS 6.5CVE-2026-42895: Improper neutralization of special elements used in a command ('command injection') in Microsoft Copilot allows an unaut
-
Medium github · GHSA-pv2j-rghr-v5r9 · CVSS 6.5PraisonAI: execute_code sandbox bypass: str.format C-level attribute access reads every blocklisted dunder
-
Medium github · GHSA-p5cp-r7rg-qpxc · CVSS 6.5Open WebUI: RAG ACL Bypass in Milvus Multitenancy Mode
-
Medium github · GHSA-wch8-mhj5-9frg · CVSS 6.5Open WebUI: Cross-user file disclosure via /api/chat/completions image_url field
-
Medium github · GHSA-79ph-745m-6wxq · CVSS 6.5Langflow: Path Traversal in Knowledge Bases API via Creation Endpoint
-
Medium github · GHSA-9rpj-v7hf-vv2w · CVSS 6.3Open WebUI: Authenticated users can target arbitrary configured Ollama backends via unguarded url_idx path parameter
-
Medium github · GHSA-7hw8-6q6r-4276 · CVSS 6.1Langflow: Logout button does not clear session
-
Medium github · GHSA-rcjh-r59h-gq37 · CVSS 6.1Langflow: Unauthenticated Shareable Playground arbitrary local or S3 file read
-
Medium nvd · CVE-2026-53840 · CVSS 6.0CVE-2026-53840: OpenClaw before 2026.5.12 contains an information disclosure vulnerability in streamable-http MCP servers that forwards
-
Medium github · GHSA-mxjx-28vx-xjjj · CVSS 5.9Network-AI: ApprovalInbox HTTP server has no authentication — anyone can approve pending agent actions
-
Medium nvd · CVE-2026-12795 · CVSS 5.5CVE-2026-12795: A vulnerability was determined in BerriAI litellm up to 1.82.2. This affects the function json.dumps of the file litellm
-
Medium nvd · CVE-2026-12773 · CVSS 5.5CVE-2026-12773: A weakness has been identified in BerriAI litellm up to 1.59.8. Affected is the function UserAPIKeyAuth of the file lite
-
Medium nvd · CVE-2026-47748 · CVSS 5.5CVE-2026-47748: stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Ima
-
Medium github · GHSA-534h-c3cw-v3h9 · CVSS 5.5Nuxt dev server vite-node IPC socket is world-connectable on Linux
-
Medium nvd · CVE-2025-71379 · CVSS 5.3CVE-2025-71379: vLLM versions >= 0.6.3 and < 0.9.0 contain multiple regular expression denial of service (ReDoS) vulnerabilities. Severa
-
Medium nvd · CVE-2026-56307 · CVSS 5.3CVE-2026-56307: Cap-go before 12.128.12 contains a broken cursor pagination vulnerability in the /private/devices endpoint on the Cloudf
-
Medium github · GHSA-x8xr-mj9x-6h7w · CVSS 4.8Duplicate Advisory: image EXIF Rotation & PNG tRNS Transparency Not Normalized, Causing Mismatch Between Model Input and Expectations
-
Medium nvd · CVE-2026-12491 · CVSS 4.8CVE-2026-12491: A flaw was found in vLLM, an open-source library for large language model inference. This vulnerability arises from impr
-
Medium nvd · CVE-2026-20265 · CVSS 4.3CVE-2026-20265: In Splunk AI Toolkit versions below 5.7.4, a low-privileged user that does not hold the "admin" or "power" Splunk roles
-
Medium github · GHSA-cx9v-4qj2-jrw6 · CVSS 4.3Open WebUI BOLA: `search_knowledge_files` Allows Unauthorized Knowledge Base File Enumeration
-
Medium osv · GHSA-5jv2-g5wq-cmr4 · CVSS 4.0vLLM: GGUF dequantize kernel int truncation exposes uninitialized GPU memory in multi-tenant serving
-
Medium osv · GHSA-7h4p-rffg-7823 · CVSS 4.0vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels
-
Medium osv · GHSA-4xpc-pv4p-pm3w · CVSS 4.0LiteLLM: Authentication Bypass via Host Header Injection
-
Low osv · GHSA-6pr9-rp53-2pmc · CVSS 3.1vLLM: OOM Denial of Service via Audio Decompression Bomb
-
Low osv · GHSA-8jr5-v98p-w75m · CVSS 3.1vLLM: image EXIF Rotation & PNG tRNS Transparency Not Normalized, Causing Mismatch Between Model Input and Expectations
-
Low osv · GHSA-94f4-hr76-p5j6 · CVSS 3.1vLLM: OpenAI auth bypass
-
Low osv · GHSA-q8gq-377p-jq3r · CVSS 3.1vLLM: Security Check Bypass via assert Statement in Activation Function Loading Allows Arbitrary Code Execution
-
Low osv · GHSA-gr75-jv2w-4656 · CVSS 3.1LangChain: Path traversal and sandbox escape in LangChain file-search middleware and loaders
-
Low github · GHSA-7v5m-pr3q-6453 · CVSS 2.5Pi Agent: Potential XSS in HTML session exports via Markdown URL sanitization bypass
-
Low nvd · CVE-2026-12798 · CVSS 2.1CVE-2026-12798: A weakness has been identified in BerriAI litellm up to 1.82.2. Affected by this vulnerability is the function load_open