Lucene search
+L

515672 matches found

Vulnrichment
Vulnrichment
added 2026/08/25 2:56 p.m.6 views

CVE-2026-55538 PraisonAI: [Auth Bypass] `praisonai serve agents --api-key` is silently ignored — agent-invocation routes (`POST /agents`, `POST /agents/{agent_name}`) run unauthenticated

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config"apikey" but createagentsapp does not authenticate POST /agents or POST /agents/agentname. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in...

7.3CVSS5.3AI score0.00258EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 2:56 p.m.25 views

CVE-2026-55538

PraisonAI is a multi-agent teams system. Prior to version 4.6.58 , the _create_agents_app() function failed to authenticate the POST /agents and POST /agents/{agent_name} routes, even though praisonai serve agents parsed the config["api_key"] value. As a result, requests with missing or incorrect...

7.3CVSS5.3AI score0.00258EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:56 p.m.6 views

CVE-2026-55538 PraisonAI: [Auth Bypass] `praisonai serve agents --api-key` is silently ignored — agent-invocation routes (`POST /agents`, `POST /agents/{agent_name}`) run unauthenticated

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config"apikey" but createagentsapp does not authenticate POST /agents or POST /agents/agentname. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in...

7.3CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 2:56 p.m.30 views

CVE-2026-55538 PraisonAI: [Auth Bypass] `praisonai serve agents --api-key` is silently ignored — agent-invocation routes (`POST /agents`, `POST /agents/{agent_name}`) run unauthenticated

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config"apikey" but createagentsapp does not authenticate POST /agents or POST /agents/agentname. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in...

7.3CVSS0.00258EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 2:56 p.m.9 views

EUVD-2026-65514

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config"apikey" but createagentsapp does not authenticate POST /agents or POST /agents/agentname. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in...

7.3CVSS5.3AI score0.00258EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/25 2:56 p.m.6 views

CVE-2026-55624 MintyItanium Lost-Auction takes items like barrier blocks out from search GUI

MintyItanium Lost-Auction is an auction plugin for Minecraft. Prior to commit 88c920b05042929db334ba06d57f052b42d6b3f8, players can take items like barrier blocks or duplicate items from the GUI. Commit 88c920b05042929db334ba06d57f052b42d6b3f8 fixes the issue...

5.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 2:56 p.m.6 views

EUVD-2026-65513

MintyItanium Lost-Auction is an auction plugin for Minecraft. Prior to commit 88c920b05042929db334ba06d57f052b42d6b3f8, players can take items like barrier blocks or duplicate items from the GUI. Commit 88c920b05042929db334ba06d57f052b42d6b3f8 fixes the issue...

5.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 2:56 p.m.14 views

CVE-2026-55624

MintyItanium Lost-Auction is an auction plugin for Minecraft servers. Prior to commit 88c920b05042929db334ba06d57f052b42d6b3f8 , players could take items such as barrier blocks or duplicate items from the search GUI, representing an integrity issue with a CVSS 4.0 base score of 5.3 (Medium) . The...

5.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 2:56 p.m.31 views

CVE-2026-55624 MintyItanium Lost-Auction takes items like barrier blocks out from search GUI

MintyItanium Lost-Auction is an auction plugin for Minecraft. Prior to commit 88c920b05042929db334ba06d57f052b42d6b3f8, players can take items like barrier blocks or duplicate items from the GUI. Commit 88c920b05042929db334ba06d57f052b42d6b3f8 fixes the issue...

5.3CVSS0.00235EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/25 2:54 p.m.6 views

PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

Summary PraisonAI's praisonai.code tool wrappers exported as CODETOOLS for agents expose a workspace setting that the module itself treats as a path-traversal security boundary — readfile, writefile, applydiff, and searchreplace explicitly call ispathwithindirectory and return "… is outside the...

7.1CVSS5.6AI score0.00272EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/25 2:54 p.m.6 views

GHSA-CH89-H4R2-C8F8 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

Summary PraisonAI's praisonai.code tool wrappers exported as CODETOOLS for agents expose a workspace setting that the module itself treats as a path-traversal security boundary — readfile, writefile, applydiff, and searchreplace explicitly call ispathwithindirectory and return "… is outside the...

7.1CVSS5.8AI score0.00272EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/25 2:54 p.m.5 views

CVE-2026-55540 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 2:54 p.m.5 views

EUVD-2026-65512

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:54 p.m.5 views

CVE-2026-55540 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/25 2:54 p.m.21 views

CVE-2026-55540

CVE-2026-55540 is a path traversal vulnerability in PraisonAI , a multi-agent teams system. The function is_path_within_directory() relies on os.path.abspath() instead of os.path.realpath() to enforce the workspace boundary, so a symlink placed inside the workspace can resolve to a path outside i...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 2:54 p.m.32 views

CVE-2026-55540 PraisonAI: [Path Traversal] agent tools escape the configured workspace via symlinks

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, ispathwithindirectory uses os.path.abspath rather than os.path.realpath for the workspace boundary. A symlink inside workspace can point outside and still pass the check, allowing readfile and other code tools to access files...

7.1CVSS0.00272EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:46 p.m.3 views

GHSA-CFXV-8FW8-RWPV praisonaiagents: ast_grep_rewrite rewrites arbitrary files without the @require_approval gate enforced on every sibling mutation tool

Target: PraisonAI MervinPraison/PraisonAI Affected component: praisonaiagents/tools/astgreptool.py — astgreprewrite Affected versions: master at ce97667156a116c50b4a3d1aa21e09f048903fda; reproduced against the current praisonaiagents PyPI release praisonaiagents --rewrite --lang --update-all line...

6.1CVSS6.6AI score0.00116EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 2:46 p.m.6 views

praisonaiagents: ast_grep_rewrite rewrites arbitrary files without the @require_approval gate enforced on every sibling mutation tool

Target: PraisonAI MervinPraison/PraisonAI Affected component: praisonaiagents/tools/astgreptool.py — astgreprewrite Affected versions: master at ce97667156a116c50b4a3d1aa21e09f048903fda; reproduced against the current praisonaiagents PyPI release praisonaiagents --rewrite --lang --update-all line...

6.1CVSS6.5AI score0.00116EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/25 2:45 p.m.16 views

CVE-2026-55530

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58 , the ast_grep_rewrite tool lacks the @require_approval decorator enforced on sibling mutation tools. With dry_run=False, an agent-controlled call can pass --update-all and a broad path to rewrite matching files without the ...

6.1CVSS5.3AI score0.00116EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 2:45 p.m.5 views

EUVD-2026-65501

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, astgreprewrite lacks the @requireapproval decorator used by sibling mutation tools. With dryrun=False, an agent-controlled call can pass --update-all and a broad path to rewrite matching files without the expected...

6.1CVSS5.3AI score0.00116EPSS
SaveExploits0References3
Rows per page
Query Builder