Lucene search
+L

2274 matches found

Kitploit
Kitploit
added 2026/08/25 9:19 p.m.1 views

CVE-2025-59528

Version francaise CVE-2025-59528 Prueba de Concepto PoC mínimo centrado en la validación técnica de la vulnerabilidad en un entorno autorizado. Requisitos Previos Debes tener una cuenta de usuario en el panel de Flowise objetivo. Debes tener una clave API válida vinculada a esa cuenta. Debes...

10CVSS0.8737EPSS
SaveExploits22References1
Kitploit
Kitploit
added 2026/08/25 8:48 p.m.1 views

run-gemini-cli

run-gemini-cli Resumen run-gemini-cli es una acción de GitHub que integra Gemini en tu flujo de trabajo de desarrollo mediante la CLI de Gemini. Actúa tanto como un agente autónomo para tareas rutinarias de codificación críticas, como un colaborador bajo demanda al que puedes delegar trabajo...

5.2AI score
SaveExploits0References15
Kitploit
Kitploit
added 2026/08/25 6:55 p.m.51 views

telegram-nearby-map

Telegram Nearby Map Telegram Nearby Map uses OpenStreetMap and the official Telegram library to find the position of nearby users. Please note: Telegram's API was updated a while ago to make nearby user distances less precise, preventing exact location calculations. Therefore, Telegram Nearby Map...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/25 6:42 p.m.26 views

covert-tube

covert-tube A program to control systems remotely by uploading videos to Youtube using Python to create the videos and the listener, emulating some malware I was reading about. It allows to create videos with frames formed of simple text, QR codes with cleartext or QR codes using AES encryption...

5.7AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 6:38 p.m.23 views

EUVD-2026-42717

@arikusi/deepseek-mcp-server: Missing Authentication on Self-Hosted HTTP MCP Endpoint...

5.3CVSS5.9AI score0.00602EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/25 6:24 p.m.1 views

reposcanner

Reposcanner Reposcanner is a python script to search through the commit history of Git repositories looking for interesting strings such as API keys, inspired by truffleHog. Installation The python Git module is required python3-git on Debian. Docker root@kitploit: docker build -t reposcanner...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/25 6:16 p.m.244 views

subfinder

Fast passive subdomain enumeration tool. Features • Install • Usage • API Setup • Library • Join Discord subfinder is a subdomain discovery tool that returns valid subdomains for websites, using passive online sources. It has a simple, modular architecture and is optimized for speed. subfinder is...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/25 5:10 p.m.37 views

antisquat

AntiSquat AntiSquat leverages AI techniques such as natural language processing NLP, large language models ChatGPT and more to empower detection of typosquatting and phishing domains. How to use Clone the project via git clone https://github.com/redhuntlabs/antisquat. Install all dependencies by...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:50 p.m.1414 views

mosint

Features • Installation • Services • Usage • Docker • Config • Screen Mosint is an automated email osint tool written in Go that allows you investigate for target emails in a fast and efficient manner. It consolidates numerous services, enabling security researchers to swiftly access a wealth of...

5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/08/25 4:16 p.m.5 views

CVE-2026-55539

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, the Jobs API createapp function mounts /api/v1/runs without authentication. Any reachable caller can submit jobs, read results, cancel runs, or delete jobs using operator credentials. The fix adds PRAISONAIJOBSAPIKEY middleware f...

8.6CVSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 4:16 p.m.4 views

CVE-2026-55533

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, createauthmiddleware allows requests when auth=api-key lacks PRAISONAIAPIKEY or JWT authentication lacks PRAISONAIJWTSECRET. An externally bound Recipe server can therefore accept unauthenticated POST /v1/recipes/run requests...

8.2CVSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 3:15 p.m.9 views

CVE-2026-55533

PraisonAI is a multi-agent teams system. Prior to version 4.6.58 , the create_auth_middleware() function in the Recipe server exhibits a fail-open behavior: when auth=api-key is configured but the PRAISONAI_API_KEY environment variable is unset, or when JWT authentication is configured but PRAISO...

8.2CVSS5.3AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 3:15 p.m.3 views

EUVD-2026-65523

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, createauthmiddleware allows requests when auth=api-key lacks PRAISONAIAPIKEY or JWT authentication lacks PRAISONAIJWTSECRET. An externally bound Recipe server can therefore accept unauthenticated POST /v1/recipes/run requests...

8.2CVSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 3:14 p.m.10 views

CVE-2026-55539

PraisonAI, a multi-agent teams system, exposed its async Jobs API (/api/v1/runs) without authentication prior to version 4.6.51. The create_app function mounted the endpoint with no access control, allowing any reachable caller to submit jobs, read results, cancel runs, or delete jobs using opera...

8.6CVSS5.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/25 3:06 p.m.4 views

PraisonAI: `--api-key` flag on `praisonai serve` is not properly enforced

Summary praisonai serve agents and praisonai serve unified both accept --api-key for authentication. The flag is parsed but never wired into the FastAPI app — no middleware, no header check, nothing. The server runs wide open regardless of what key you set. Tested on 4.6.50 from PyPI. Affected...

8.8CVSS0.28571EPSS
SaveExploits3References4Affected Software1
CVE
CVE
added 2026/08/25 3:05 p.m.16 views

CVE-2026-55541

PraisonAI is a multi-agent teams system that exposes a service via praisonai serve. Prior to version 4.6.58 , the --api-key flag was parsed by the CLI but the internal functions _create_agents_app() and _create_unified_app() did not install a credential check on the resulting application. As a re...

8.8CVSS5.3AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 3:05 p.m.4 views

EUVD-2026-65517

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, praisonai serve agents and praisonai serve unified parse --api-key but createagentsapp and createunifiedapp do not install a credential check. Unauthenticated callers can reach POST /agents and POST /api/v1/agents/id/invoke. This...

8.8CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 3:05 p.m.10 views

CVE-2026-55541 PraisonAI: `--api-key` flag on `praisonai serve` is not properly enforced

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, praisonai serve agents and praisonai serve unified parse --api-key but createagentsapp and createunifiedapp do not install a credential check. Unauthenticated callers can reach POST /agents and POST /api/v1/agents/id/invoke. This...

8.8CVSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 2:56 p.m.15 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 score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 2:56 p.m.11 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.3CVSS
SaveExploits0References3
Rows per page
Query Builder