Lucene search
+L

7389 matches found

Cvelist
Cvelist
added 2026/04/03 10:54 p.m.33 views

CVE-2026-34954 PraisonAI: SSRF in FileTools.download_file() via Unvalidated URL

PraisonAI is a multi-agent teams system. Prior to version 1.5.95, FileTools.downloadfile in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream with followredirects=True. An attacker who controls the URL can reach any...

8.6CVSS0.00405EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/03 10:52 p.m.13 views

CVE-2026-34939 PraisonAI: ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...

6.5CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/03 10:52 p.m.34 views

CVE-2026-34939 PraisonAI: ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...

6.5CVSS0.00402EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/03 10:52 p.m.6 views

CVE-2026-34939 PraisonAI: ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python...

6.5CVSS5.8AI score0.00402EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/03 10:52 p.m.53 views

CVE-2026-34939

PraisonAI is vulnerable to a Regular Expression Denial of Service (ReDoS) through MCPToolIndex.search_tools(), where the function compiles a caller-supplied string directly into a Python regex with no validation or timeout. A crafted pattern can trigger catastrophic backtracking, blocking the Pyt...

7.5CVSS5.8AI score0.00402EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/03 10:50 p.m.31 views

CVE-2026-34936 PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, passthrough and apassthrough in praisonai accept a caller-controlled apibase parameter that is concatenated with endpoint and passed directly to httpx.Client.request when the litellm primary path raises AttributeError. No URL schem...

7.7CVSS0.00337EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/04/03 10:50 p.m.4 views

CVE-2026-34936 PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, passthrough and apassthrough in praisonai accept a caller-controlled apibase parameter that is concatenated with endpoint and passed directly to httpx.Client.request when the litellm primary path raises AttributeError. No URL schem...

7.7CVSS5.8AI score0.00337EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/03 10:50 p.m.72 views

CVE-2026-34936

Summary (CVE-2026-34936): PraisonAI prior to 4.5.90 allowed SSRF through passthrough/apassthrough by using a caller-controlled api_base that is concatenated with an endpoint and sent to httpx.Client.request() when a fallback path triggers an AttributeError. No URL scheme validation, private IP fi...

7.7CVSS5.8AI score0.00337EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/04/03 10:50 p.m.15 views

CVE-2026-34936 PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback

PraisonAI is a multi-agent teams system. Prior to version 4.5.90, passthrough and apassthrough in praisonai accept a caller-controlled apibase parameter that is concatenated with endpoint and passed directly to httpx.Client.request when the litellm primary path raises AttributeError. No URL schem...

7.7CVSS5.9AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/03 10:48 p.m.7 views

CVE-2026-34935 PraisonAI: OS Command Injection in MCPHandler.parse_mcp_command()

PraisonAI is a multi-agent teams system. From version 4.5.15 to before version 4.5.69, the --mcp CLI argument is passed directly to shlex.split and forwarded through the call chain to anyio.openprocess with no validation, allowlist check, or sanitization at any hop, allowing arbitrary OS command...

9.8CVSS6.1AI score0.00824EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/03 9:43 p.m.18 views

GHSA-CXJ8-GGF2-P57C Signal K Server: OAuth Authorization Code Theft via Unvalidated Host Header in OIDC Flow

Summary SignalK Server contains a code-level vulnerability in its OIDC login and logout handlers where the unvalidated HTTP Host header is used to construct the OAuth2 redirecturi. Because the redirectUri configuration is silently unset by default, an attacker spoof the Host header to steal OAuth...

6.1CVSS6AI score0.00112EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/03 9:43 p.m.16 views

Signal K Server: OAuth Authorization Code Theft via Unvalidated Host Header in OIDC Flow

Summary SignalK Server contains a code-level vulnerability in its OIDC login and logout handlers where the unvalidated HTTP Host header is used to construct the OAuth2 redirecturi. Because the redirectUri configuration is silently unset by default, an attacker spoof the Host header to steal OAuth...

6.1CVSS6AI score0.00112EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/03 3:38 p.m.9 views

CVE-2026-25044 Budibase: Command Injection in Bash Automation Step

Budibase is an open-source low-code platform. Prior to version 3.33.4, the bash automation step executes user-provided commands using execSync without proper sanitization or validation. User input is processed through processStringSync which allows template interpolation, potentially allowing...

8.7CVSS5.9AI score0.00466EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/03 3:47 a.m.14 views

GHSA-2FR7-CC4F-WH98 OpenSTAManager: SQL Injection via Aggiornamenti Module

Description The Aggiornamenti Updates module in OpenSTAManager query'SET FOREIGNKEYCHECKS=0'; // Line 69: FK checks DISABLED $errors = ; $executed = 0; foreach $queries as $query try $dbo-query$query; // Line 76: DIRECT EXECUTION ++$executed; catch Exception $e $errors = $query.' - '.$e-getMessag...

8.8CVSS6.4AI score0.00668EPSS
SaveExploits1References5
CVE
CVE
added 2026/04/03 2:25 a.m.84 views

CVE-2026-35536

Tornado

7.2CVSS5.9AI score0.00242EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/03 2:25 a.m.38 views

CVE-2026-35536

In Tornado before 6.5.5, cookie attribute injection could occur because the domain, path, and samesite arguments to .RequestHandler.setcookie were not checked for crafted characters...

7.2CVSS0.00242EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.22 views

Tornado 安全漏洞

Tornado is a Python web framework and asynchronous networking library from Tornado China. This library can scale to thousands of open connections by using non-blocking network I/O, making it ideal for applications that require long-term polling, WebSocket, and other scenarios where long-term...

7.2CVSS7.1AI score0.00242EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.31 views

Budibase 操作系统命令注入漏洞

Budibase is an open-source low-code platform developed by Budibase in the UK. It allows for the creation of internal applications, workflows, and management panels within minutes. Versions of Budibase prior to 3.33.4 contained a vulnerability related to operating system command injection. This...

8.8CVSS6AI score0.00466EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from an unvalidated type field boundary. This vulnerability may lead to out-of-bound access and memory...

7.1CVSS5.8AI score0.00115EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.20 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from an unvalidated count of the payload in the command buffer, potentially leading to a buffer overflow...

7.1CVSS7.3AI score0.00118EPSS
SaveExploits0References3
Rows per page
Query Builder