Lucene search
+L

983 matches found

Cvelist
Cvelist
added 2026/04/07 4:49 p.m.28 views

CVE-2026-39307 PraisonAI has an Arbitrary File Write (Zip Slip) in Templates Extraction

PraisonAI is a multi-agent teams system. Prior to 1.5.113, The PraisonAI templates installation feature is vulnerable to a "Zip Slip" Arbitrary File Write attack. When downloading and extracting template archives from external sources e.g., GitHub, the application uses Python's zipfile.extractall...

8.1CVSS0.00314EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/07 4:49 p.m.11 views

CVE-2026-39307 PraisonAI has an Arbitrary File Write (Zip Slip) in Templates Extraction

PraisonAI is a multi-agent teams system. Prior to 1.5.113, The PraisonAI templates installation feature is vulnerable to a "Zip Slip" Arbitrary File Write attack. When downloading and extracting template archives from external sources e.g., GitHub, the application uses Python's zipfile.extractall...

8.1CVSS5.9AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:49 p.m.8 views

CVE-2026-39307

PraisonAI is a multi-agent teams system. Prior to 1.5.113, The PraisonAI templates installation feature is vulnerable to a "Zip Slip" Arbitrary File Write attack. When downloading and extracting template archives from external sources e.g., GitHub, the application uses Python's zipfile.extractall...

8.1CVSS5.9AI score0.00314EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/04/07 4:49 p.m.53 views

CVE-2026-39307

Summary of CVE-2026-39307 PraisonAI templates installation uses Python’s zipfile.extractall() without validating that archive entries stay within the target extraction directory. This Zip Slip flaw existed prior to version 1.5.113 and could allow arbitrary file writes (potentially to system locat...

8.1CVSS5.9AI score0.00314EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/07 4:48 p.m.6 views

CVE-2026-39308 PraisonAI recipe registry publish path traversal allows out-of-root file write

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry publish endpoint writes uploaded recipe bundles to a filesystem path derived from the bundle's internal manifest.json before it verifies that the manifest name and version match the HTTP route. A malicious...

7.1CVSS6.1AI score0.00334EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/07 4:48 p.m.30 views

CVE-2026-39308 PraisonAI recipe registry publish path traversal allows out-of-root file write

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry publish endpoint writes uploaded recipe bundles to a filesystem path derived from the bundle's internal manifest.json before it verifies that the manifest name and version match the HTTP route. A malicious...

7.1CVSS0.00334EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:48 p.m.3 views

CVE-2026-39308

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry publish endpoint writes uploaded recipe bundles to a filesystem path derived from the bundle's internal manifest.json before it verifies that the manifest name and version match the HTTP route. A malicious...

7.1CVSS6.1AI score0.00334EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/04/07 4:48 p.m.30 views

CVE-2026-39308

Summary: CVE-2026-39308 affects PraisonAI’s recipe registry publish flow. Before version 1.5.113, the endpoint writes uploaded bundles to a filesystem path derived from manifest.json before validating that manifest name/version against the URL. A crafted manifest with directory traversal (.. /) c...

7.1CVSS6.1AI score0.00334EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/07 4:48 p.m.7 views

CVE-2026-39306 PraisonAI recipe registry pull path traversal writes files outside the chosen output directory

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry pull flow extracts attacker-controlled .praison tar archives with tar.extractall and does not validate archive member paths before extraction. A malicious publisher can upload a recipe bundle that contains ../...

7.3CVSS6.1AI score0.00291EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/07 4:48 p.m.48 views

CVE-2026-39306

Summary of CVE-2026-39306 (PraisonAI): The vulnerability is a path traversal / arbitrary file write in PriasonAI’s recipe registry pull flow. Before version 1.5.113, the system extracts uploaded tar bundles with tar.extractall() without validating archive member paths, allowing a malicious publis...

7.3CVSS6.1AI score0.00291EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/07 4:47 p.m.26 views

CVE-2026-39305 Arbitrary File Write / Path Traversal in Action Orchestrator

PraisonAI is a multi-agent teams system. Prior to 1.5.113, the Action Orchestrator feature contains a Path Traversal vulnerability that allows an attacker or compromised agent to write to arbitrary files outside of the configured workspace directory. By supplying relative path segments ../ in the...

9CVSS0.00306EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/07 4:46 p.m.26 views

CVE-2026-35615 PraisonAI has a Path Traversal in FileTools

PraisonAI is a multi-agent teams system. Prior to 1.5.113, validatepath calls os.path.normpath first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal...

9.2CVSS0.00416EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:46 p.m.5 views

CVE-2026-35615

PraisonAI is a multi-agent teams system. Prior to 1.5.113, validatepath calls os.path.normpath first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal...

9.2CVSS5.9AI score0.00416EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/07 4:46 p.m.17 views

CVE-2026-35615 PraisonAI has a Path Traversal in FileTools

PraisonAI is a multi-agent teams system. Prior to 1.5.113, validatepath calls os.path.normpath first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal...

9.2CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/04/07 4:46 p.m.44 views

CVE-2026-35615

PraisonAI contains a path traversal vulnerability in FileTools._validate_path (src/praisonai-agents/praisonaiagents/tools/file_tools.py, lines 42-49). The method normalizes the input with os.path.normpath() and then checks for ".." in the normalized path, which is ineffective because normalizatio...

9.2CVSS5.9AI score0.00416EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/07 4:46 p.m.4 views

CVE-2026-35615 PraisonAI has a Path Traversal in FileTools

PraisonAI is a multi-agent teams system. Prior to 1.5.113, validatepath calls os.path.normpath first, which collapses .. sequences, then checks for '..' in normalized. Since .. is already collapsed, the check always passes. This makes the check completely useless and allows trivial path traversal...

9.2CVSS5.9AI score0.00416EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/04/07 12:00 a.m.13 views

PraisonAI 路径遍历漏洞

PraisonAI is a low-code multi-agent collaboration framework developed by Mervin Praison. Versions of PraisonAI prior to 1.5.113 had a path traversal vulnerability. This vulnerability stemmed from a path traversal issue with the recipe registry publishing endpoint, which could allow arbitrary file...

7.1CVSS5.9AI score0.00334EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/07 12:00 a.m.18 views

PraisonAI 路径遍历漏洞

PraisonAI is a low-code multi-agent collaboration framework developed by Mervin Praison. Versions of PraisonAI prior to 1.5.113 contained a path traversal vulnerability. This vulnerability stemmed from the validatepath function first calling os.path.normpath to fold the sequence, and then checkin...

9.2CVSS5.8AI score0.00416EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/04/07 12:00 a.m.18 views

PraisonAI 安全漏洞

PraisonAI is a low-code multi-agent collaboration framework developed by Mervin Praison. Versions of PraisonAI prior to 1.5.113 contained security vulnerabilities. These vulnerabilities were caused by a path traversal vulnerability in the Action Orchestrator function, which could allow attackers ...

10CVSS5.8AI score0.00306EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/07 12:00 a.m.17 views

PraisonAI 路径遍历漏洞

PraisonAI is a low-code multi-agent collaboration framework developed by Mervin Praison. Versions of PraisonAI prior to 1.5.113 contained a path traversal vulnerability. This vulnerability stemmed from the template installation feature’s use of Zip Slip for arbitrary file writing. When downloadin...

8.1CVSS5.9AI score0.00314EPSS
SaveExploits1References1
Rows per page
Query Builder