Lucene search
+L

165 matches found

Cvelist
Cvelist
added 2026/07/30 5:23 a.m.51 views

CVE-2026-47873 Spring Tools Docker integration publishes unauthenticated debug (JDWP) and JMX ports on all network interfaces

The Boot Dashboard Docker integration in Spring Tools publishes container control ports on all of the host's network interfaces 0.0.0.0 rather than restricting them to loopback. Affected Spring Products and Versions: Spring Tools for Eclipse: 5.2.0 and earlier...

8CVSS0.00196EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/30 5:23 a.m.92 views

CVE-2026-47873

The Boots Dashboard Docker integration in Spring Tools exposes container control ports on all host interfaces (0.0.0.0) instead of restricting to loopback, affecting Spring Tools for Eclipse (version 5.2.0 and earlier). The CVE-2026-47873 entry indicates a high-severity issue with CVSS 3.1: AV Ad...

8CVSS5.9AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/23 11:41 a.m.16 views

PYSEC-2026-3536 PraisonAI: MCP SSE transport binds 0.0.0.0 with no authentication and no Origin validation; bundled SecurityConfig is never wired in

The MCP SSE server started via ToolsMCPServer.runsse / launchtoolsmcpservertransport="sse" binds to 0.0.0.0 by default and builds its Starlette application with no authentication middleware and no Origin-header validation. The module mcp/mcpsecurity.py provides exactly the needed controls origin...

9.8CVSS5.5AI score0.00474EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/21 3:39 p.m.90 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.00779EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 3:21 p.m.118 views

CVE-2026-47391

PraisonAI’s first-party A2A example exposes an unauthenticated /a2a JSON-RPC surface and registers a calculate(expression) tool implemented via Python eval(), bound to 0.0.0.0. A remote attacker can send message/send to a2a, causing the LLM to invoke the unsafe tool and potentially execute arbitr...

9.8CVSS6AI score0.01165EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/15 11:26 p.m.25 views

@andrea9293/mcp-documentation-server: Web UI API binds to all interfaces without authentication by default

Summary @andrea9293/mcp-documentation-server v1.13.0 documents that a Web UI starts automatically on port 3080. However, the Web UI/API appears to bind to all network interfaces by default :3080 / 0.0.0.0:3080 instead of localhost-only, and its document-management API endpoints do not require...

8.8CVSS6.3AI score0.00669EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/15 11:26 p.m.37 views

GHSA-6F5R-5672-72J7 @andrea9293/mcp-documentation-server: Web UI API binds to all interfaces without authentication by default

Summary @andrea9293/mcp-documentation-server v1.13.0 documents that a Web UI starts automatically on port 3080. However, the Web UI/API appears to bind to all network interfaces by default :3080 / 0.0.0.0:3080 instead of localhost-only, and its document-management API endpoints do not require...

8.8CVSS6.3AI score0.00669EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/15 3:11 p.m.14 views

CVE-2026-45805 Penpot: MCP REPL server binds to 0.0.0.0 with unauthenticated /execute endpoint — RCE

Penpot is an open-source design tool for design and code collaboration. Prior to 2.15.0, Penpot MCP's mcp/packages/server/src/ReplServer.ts bound the ReplServer to 0.0.0.0:4403 and exposed an unauthenticated /execute endpoint that passed the code field to PluginBridge.executePluginTask, allowing...

8.8CVSS6.2AI score0.00379EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/11 2:16 p.m.16 views

CVE-2026-61426

PraisonAI before 1.7.3 contains an insecure default configuration that binds to all interfaces with no API key requirement and wildcard CORS. Unauthenticated attackers can call GET /api/agents to read agent instructions and system prompts, or POST /api/chat to invoke agents without authentication...

8.8CVSS0.00478EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/11 1:01 p.m.16 views

EUVD-2026-43176

PraisonAI before 1.7.3 contains an insecure default configuration that binds to all interfaces with no API key requirement and wildcard CORS. Unauthenticated attackers can call GET /api/agents to read agent instructions and system prompts, or POST /api/chat to invoke agents without authentication...

8.8CVSS6.1AI score0.00478EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/11 1:01 p.m.50 views

CVE-2026-61426 PraisonAI before 1.7.3 Unauthenticated Agent Access via Insecure Defaults

PraisonAI before 1.7.3 contains an insecure default configuration that binds to all interfaces with no API key requirement and wildcard CORS. Unauthenticated attackers can call GET /api/agents to read agent instructions and system prompts, or POST /api/chat to invoke agents without authentication...

8.8CVSS0.00478EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/11 12:00 a.m.24 views

PT-2026-57434

PraisonAI before 1.7.3 contains an insecure default configuration that binds to all interfaces with no API key requirement and wildcard CORS. Unauthenticated attackers can call GET /api/agents to read agent instructions and system prompts, or POST /api/chat to invoke agents without authentication...

8.8CVSS6.1AI score0.00478EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/07/07 2:34 p.m.18 views

TorchServe gRPC Port Exposure

ImpactThe two gRPC ports 7070 and 7071, are not bound to localhost by default, so when TorchServe is launched, these two interfaces are bound to all interfaces. Customers using PyTorch inference Deep Learning Containers DLC through Amazon SageMaker and EKS are not affected. PatchesThis issue in...

8.8CVSS6AI score0.00637EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/26 10:41 a.m.13 views

CVE-2026-13325

...

5.4AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 2026/06/26 10:41 a.m.48 views

CVE-2026-13325

CVE-2026-13325 entry is rejected/not used and does not represent an active vulnerability.

5.8AI score0.00175EPSS
SaveExploits0
OSV
OSV
added 2026/06/25 10:34 p.m.17 views

GO-2026-5401 Algernon: Auto-refresh SSE event server binds to all interfaces by default on Linux/macOS in github.com/xyproto/algernon

Algernon: Auto-refresh SSE event server binds to all interfaces by default on Linux/macOS in github.com/xyproto/algernon...

4.3CVSS5.8AI score0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 6:43 p.m.23 views

GO-2026-5300 Algernon: Auto-refresh SSE event server binds to all interfaces with Access-Control-Allow-Origin: * and no authentication in github.com/xyproto/algernon

Algernon: Auto-refresh SSE event server binds to all interfaces with Access-Control-Allow-Origin: and no authentication in github.com/xyproto/algernon...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/06/25 6:43 p.m.26 views

GO-2026-5215 Ironic Standalone Operator's prometheus metrics exporter bound to all interfaces in github.com/metal3-io/ironic-standalone-operator

Ironic Standalone Operator's prometheus metrics exporter bound to all interfaces in github.com/metal3-io/ironic-standalone-operator...

5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/18 1:55 p.m.38 views

PraisonAI: MCP SSE transport binds 0.0.0.0 with no authentication and no Origin validation; bundled SecurityConfig is never wired in

The MCP SSE server started via ToolsMCPServer.runsse / launchtoolsmcpservertransport="sse" binds to 0.0.0.0 by default and builds its Starlette application with no authentication middleware and no Origin-header validation. The module mcp/mcpsecurity.py provides exactly the needed controls origin...

9.8CVSS5.4AI score0.00474EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/06/05 7:50 p.m.18 views

CVE-2026-7301

SGLangs multimodal generation runtime scheduler's ROUTER socket binds to 0.0.0.0 by default and contains a sink that calls pickle.loads on incoming messages, enabling RCE when exposed to the internet...

9.8CVSS5.5AI score0.00399EPSS
SaveExploits0References1
Rows per page
Query Builder