Lucene search
+L

426673 matches found

GithubExploit
GithubExploit
added 2026/08/25 2:49 p.m.20 views

Exploit for CVE-2026-18963

CVE-2026-18963 — Keycloak reset-credentials flow bypass Autho...

9.1CVSS6.2AI score0.02788EPSS
SaveExploits8
OSV
OSV
added 2026/08/25 2:46 p.m.2 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 score
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 score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/25 2:37 p.m.2 views

GHSA-X44H-65QV-CW74 praisonaiagents has an SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

Summary praisonaiagents/tools/spidertools.py contains an SSRF protection bypass. The function hostisblocked validates URLs against a list of blocked IP literals and hostname aliases, but never performs DNS resolution. Any hostname that resolves to a private or loopback IP address — including publ...

8.5CVSS5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 2:37 p.m.8 views

praisonaiagents has an SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

Summary praisonaiagents/tools/spidertools.py contains an SSRF protection bypass. The function hostisblocked validates URLs against a list of blocked IP literals and hostname aliases, but never performs DNS resolution. Any hostname that resolves to a private or loopback IP address — including publ...

8.5CVSS5.4AI score
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/25 2:36 p.m.4 views

CVE-2026-55526 PraisonAI: SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS5.3AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 2:36 p.m.29 views

CVE-2026-55526 PraisonAI: SSRF protection bypass in `spider_tools._host_is_blocked()` via DNS-resolved hostnames (`127.0.0.1.nip.io`)

PraisonAI is a multi-agent teams system. Prior to praisonaiagents 1.6.58, spidertools.hostisblocked does not resolve ordinary hostnames before scrapepage fetches them. A hostname such as 127.0.0.1.nip.io passes validation and resolves to loopback, permitting internal HTTP access. The fix uses...

8.5CVSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/25 2:34 p.m.11 views

PraisonAI MCP HTTP server has unauthenticated unbounded session accumulation (memory exhaustion; session TTL never enforced)

Summary The PraisonAI MCP HTTP-stream server creates a new in-memory session on every initialize request and never removes it. The cleanup routine that would expire sessions cleanupsessions is defined but never called anywhere in the codebase, and the configured session TTL is never enforced. The...

6.5CVSS5.8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/25 2:34 p.m.1 views

GHSA-WV94-5QCP-6M36 PraisonAI MCP HTTP server has unauthenticated unbounded session accumulation (memory exhaustion; session TTL never enforced)

Summary The PraisonAI MCP HTTP-stream server creates a new in-memory session on every initialize request and never removes it. The cleanup routine that would expire sessions cleanupsessions is defined but never called anywhere in the codebase, and the configured session TTL is never enforced. The...

6.5CVSS5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/25 2:28 p.m.3 views

CVE-2026-8732

CVE-2026-8732 — WP Maps Pro ≤ 6.1.0 ♡ Escalation dei Privilegi non Autenticata tramite Creazione di un Account Amministratore ♡ === shadow ♡ & friska === 📋 Informazioni sulla Vulnerabilità Campo| Dettagli ---|--- CVE ID| CVE-2026-8732 Punteggio CVSS| 9.8 Critico Vettore CVSS|...

9.8CVSS5.8AI score0.21511EPSS
SaveExploits7
Cvelist
Cvelist
added 2026/08/25 2:26 p.m.26 views

CVE-2026-55529 PraisonAI: Origin validation bypass in MCP HTTP Stream transport allows browser-mediated unauthenticated tool execution on local MCP server

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, the MCP HTTP Stream validateorigin method accepts requestorigin.startswithallowed, so the attacker-controlled localhost.evil.example HTTP origin matches the localhost allowlist. Without an API key, a malicious webpage can submit...

6.9CVSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/25 2:26 p.m.8 views

PraisonAI has an origin validation bypass in MCP HTTP Stream transport that allows browser-mediated unauthenticated tool execution on local MCP server

Summary PraisonAI's MCP HTTP Stream transport uses an unsafe prefix match when validating the Origin header. The default localhost allowlist includes origins such as http://localhost, and the validation accepts any origin that starts with an allowed value. As a result, an attacker-controlled orig...

6.9CVSS5.7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/25 2:26 p.m.2 views

GHSA-WJ6G-V78P-6FX3 PraisonAI has an origin validation bypass in MCP HTTP Stream transport that allows browser-mediated unauthenticated tool execution on local MCP server

Summary PraisonAI's MCP HTTP Stream transport uses an unsafe prefix match when validating the Origin header. The default localhost allowlist includes origins such as http://localhost, and the validation accepts any origin that starts with an allowed value. As a result, an attacker-controlled orig...

6.9CVSS5.7AI score
SaveExploits0References4
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/25 2:19 p.m.6 views

Security Bulletin: Multiple security vulnerabilities may affect IBM WebSphere Liberty that is shipped with IBM CICS TX Advanced.

Summary Multiple security vulnerabilities may affect IBM WebSphere Liberty that is shipped with IBM CICS TX Advanced CVE-2026-14981, CVE-2026-15064, CVE-2026-15328, CVE-2026-15325, CVE-2026-15057, CVE-2026-11897, CVE-2026-10842, CVE-2026-9563, CVE-2026-50645, CVE-2026-9322, CVE-2026-9171,...

9.8CVSS4.9AI score0.0063EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/08/25 2:18 p.m.2 views

GHSA-8HJW-25CG-G52H praisonaiagents has a `web_crawl` SSRF protection bypass via unchecked redirect targets

Summary praisonaiagents.tools.webcrawltools.webcrawl validates the initial URL and blocks direct loopback/private destinations by default, but the default httpx fallback still uses httpx.Clientfollowredirects=True and does not revalidate redirect targets. An attacker-controlled public URL can pas...

7.7CVSS5.7AI score0.00362EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/25 2:18 p.m.8 views

praisonaiagents has a `web_crawl` SSRF protection bypass via unchecked redirect targets

Summary praisonaiagents.tools.webcrawltools.webcrawl validates the initial URL and blocks direct loopback/private destinations by default, but the default httpx fallback still uses httpx.Clientfollowredirects=True and does not revalidate redirect targets. An attacker-controlled public URL can pas...

7.7CVSS5.6AI score0.00362EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/25 2:18 p.m.16 views

EUVD-2026-53582

praisonaiagents has a webcrawl SSRF protection bypass via unchecked redirect targets...

7.7CVSS5.1AI score0.00362EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/25 2:16 p.m.31 views

subcrawl

SubCrawl SubCrawl is a framework developed by Patrick Schläpfer, Josh Stroschein and Alex Holland of HP Inc’s Threat Research team. SubCrawl is designed to find, scan and analyze open directories. The framework is modular, consisting of four components: input modules, processing modules, output...

6.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/25 2:16 p.m.2 views

Chrome-App-Bound-Encryption-Decryption

ChromElevator Chrome App-Bound Encryption Decryption 🚀 Visão Geral Uma ferramenta de pós-exploração que demonstra uma bypass completa e em memória do App-Bound Encryption ABE do Chromium. Este projeto utiliza Reflective Process Hollowing baseado em Syscalls Diretos para iniciar um processo legíti...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/25 2:12 p.m.2 views

CVE-2022-40684

الوصف استغلال ثغرة تجاوز التحقق من المصادقة CVE-2022-40684 التي تؤثر على أجهزة FortiOS وFortiProxy وFortiSwitchManager. إخلاء مسؤولية هذه الأداة لأغراض العرض التوضيحي فقط، استخدمها فقط ضد الأنظمة التي لديك إذن صريح بها. صاحب المشروع غير مسؤول عن سوء استخدام البرنامج. الاستخدام root@kitploit:...

9.8CVSS8.7AI score0.99984EPSS
SaveExploits25
Rows per page
Query Builder