Lucene search
+L

13119 matches found

CVE
CVE
added 6 hours ago8 views

CVE-2026-56671

The CVE-2026-56671 affects ComfyUI prior to 0.28.0. Root cause: get_model_preview in app/model_manager.py constructs a path using os.path.join(folder, filename) with an unrestricted {filename} capture, allowing path traversal via literals like ../, encoded traversal, absolute paths, or an unbound...

7.5CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 6 hours ago5 views

CVE-2026-56671

ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, getmodelpreview in app/modelmanager.py joins an unrestricted filename route capture to a selected model directory without a containment check, allowing an unauthenticated remote attacker to us...

7.5CVSS5.9AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added 6 hours ago5 views

EUVD-2026-51401

ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, getmodelpreview in app/modelmanager.py joins an unrestricted filename route capture to a selected model directory without a containment check, allowing an unauthenticated remote attacker to us...

7.5CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 10 hours ago1 views

CVE-2026-58039

A flaw in Node.js Permission Model enforcement allows process.report writes and overwrites files outside --allow-fs-write paths. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects Node.js 22.x, 24.x, and 26...

3.3CVSS6.3AI score
SaveExploits0References2Affected Software1
CVE
CVE
added 10 hours ago15 views

CVE-2026-58039

CVE-2026-58039 involves Node.js where the Permission Model enforcement can let process.report write files outside the --allow-fs-write paths. Affected releases are Node.js 22.x, 24.x, and 26.x. The root cause is permission model path handling that permits writes beyond the intended allowlist, ris...

3.3CVSS6.7AI score
SaveExploits0References1
EUVD
EUVD
added 10 hours ago6 views

EUVD-2026-51369

A flaw in Node.js Permission Model enforcement allows process.report writes and overwrites files outside --allow-fs-write paths. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects Node.js 22.x, 24.x, and 26...

3.3CVSS6.3AI score
SaveExploits0References1
CVE
CVE
added yesterday15 views

CVE-2026-15978

SGLang contains a vulnerability where, if no API keys are configured, two exposed endpoints allow a remote attacker to trigger distributed weight broadcasting via NCCL and initiate data transfer, enabling exfiltration of all model weights. Affected component: SGLang; vulnerability type: model wei...

5.9AI score
SaveExploits0References2
Cvelist
Cvelist
added yesterday17 views

CVE-2026-15978 CVE-2026-15978

SGLang contains a model weight exfiltration vulnerability when no API keys are configured, as SGLang will expose two endpoints that allow a remote attacker to trigger distributed weight broadcasting using NCCL and then triggering data transfer, attackers can exfiltrate all model weights...

SaveExploits0References2
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-59881

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the WebSocket client accepts and decompresses frames with the RSV1 bit set even when the permessage-deflate extension was not negotiated, allowing a malicious server to cause unexpected CPU and memory...

6.9CVSS5.9AI score
SaveExploits0
NVD
NVD
added yesterday7 views

CVE-2026-12940

IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP Model Context Protocol stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUSENVVARS blocklist fails to include...

9.8CVSS
SaveExploits0References1
Cvelist
Cvelist
added yesterday22 views

CVE-2026-12940 Langflow is affected by remote code execution due to multiple unauthenticated and insufficiently authorized API endpoints

IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP Model Context Protocol stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUSENVVARS blocklist fails to include...

9.8CVSS
SaveExploits0References1
EUVD
EUVD
added yesterday6 views

EUVD-2026-51240

IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP Model Context Protocol stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUSENVVARS blocklist fails to include...

9.8CVSS6.5AI score
SaveExploits0References1
EUVD
EUVD
added yesterday6 views

EUVD-2026-50501

MCP Ruby SDK: Ruby SSE Session Poisoning...

8.3CVSS5.8AI score0.00276EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday7 views

EUVD-2026-50502

MCP Ruby SDK: Unbounded JSON-RPC request body causes uncontrolled memory allocation in StreamableHTTPTransport...

7.5CVSS5.8AI score0.00436EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday7 views

EUVD-2026-50498

MCP Ruby SDK: Unbounded session retention in StreamableHTTPTransport allows memory exhaustion via initialize flood...

5.3CVSS5.8AI score0.00291EPSS
SaveExploits0References4
Nuclei
Nuclei
added yesterday32 views

MCP Inspector < 0.14.0 UnauthenticatedRemote Code Execution

The MCP inspector is a developer tool for testing and debugging MCP servers. Versions of MCP Inspector below 0.14.1 are vulnerable to remote code execution due to lack of authentication between the Inspector client and proxy, allowing unauthenticated requests to launch MCP commands over stdio. id...

9.4CVSS8AI score0.44998EPSS
SaveExploits0References5
NVD
NVD
added yesterday4 views

CVE-2026-58043

A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries. Under --permission, an attacker who is granted access to one path can abuse boundary handling to read from or write to paths outside the intended filesystem allowlist. This...

7.5CVSS0.00135EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-56847

A flaw in Node.js Permission Model enforcement allows traceevents.createTracing.enable Writes Trace Logs Outside --allow-fs-write. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects Node.js 22.x, 24.x, and...

3.3CVSS5.8AI score0.00153EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added yesterday8 views

CVE-2026-56847

CVE-2026-56847 — Node.js Permission Model bypass: A flaw in the Node.js Permission Model enforcement allows trace_events.createTracing().enable() to write trace logs outside the --allow-fs-write paths, potentially compromising confidentiality or bypassing the intended security boundary under affe...

3.3CVSS5.8AI score0.00153EPSS
SaveExploits0References1
CVE
CVE
added yesterday11 views

CVE-2026-58043

CVE-2026-58043 is a vulnerability in Node.js Permission Model enforcement that can over-grant filesystem access across radix-tree prefix boundaries when using --permission. An attacker granted access to one path could read from or write to paths outside the intended allowlist. Affected releases i...

7.5CVSS6.8AI score0.00135EPSS
SaveExploits0References1
Rows per page
Query Builder