Lucene search
+L

252 matches found

Kitploit
Kitploit
•added 2026/09/25 5:08 p.m.•16 views

CVE-2024-21626

CVE-2024-21626 POC Requisitos runc 1.1.0 = 1.1.11 Instalación del entorno vulnerable Despliega una VM con Ubuntu 20.04 y descarga Docker siguiendo su guía root@kitploit: https://docs.docker.com/engine/install/ubuntu/ Cambia la versión 'runc' parcheada en Docker a una vulnerable Descarga una versi...

8.6CVSS7.1AI score0.18087EPSS
SaveExploits18References1
Kitploit
Kitploit
•added 2026/09/25 4:42 p.m.•11 views

CVE-2007-5962

CVE-2007-5962 1. Introducción Mi herramienta está escrita en Python y explota la vulnerabilidad CVE-2007-5962 para realizar una serie de cambios de directorio que bloquean el demonio ftp. root@kitploit: ¡¡¡AVISO!!! Por favor, ten en cuenta que el uso de herramientas de hacking sin autorización es...

7.1CVSS6.1AI score0.12061EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/24 3:03 p.m.•11 views

CVE-2024-21626-PoC

CVE-2024-21626 Causa raíz & Prueba de código ¿Cómo usar poc-autoplay? root@kitploit: make install make uninstall 1. Causa raíz En versiones de runc v1.1.11 e inferiores, al abrir el directorio /sys/fs/cgroup del host para configurar cgroups, se dejaba ese descriptor de archivo abierto sin cerrar...

8.6CVSS7.2AI score0.18087EPSS
SaveExploits18
Kitploit
Kitploit
•added 2026/09/21 5:32 p.m.•14 views

CVE-2026-54686-poc

CVE-2026-54686: PoC de suplantación de hooks del ciclo de vida DCS de Warp Versión en inglés Resumen Este repositorio es un PoC local seguro de CVE-2026-54686 basado en el advisory público de Warp GHSA-9w2v-jhww-vm85. Las versiones de Warp anteriores a la corrección no verificaban si algunos hook...

4.3CVSS5.9AI score0.00404EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
•added 2026/09/15 8:44 p.m.•6 views

Security Bulletin: IBM Watson Discovery for IBM Cloud Pak for Data affected by vulnerability in keras

Summary IBM Watson Discovery for IBM Cloud Pak for Data affected by vulnerability in keras Vulnerability Details CVEID:CVE-2026-11816 DESCRIPTION: Keras versions prior to 3.14.0 are vulnerable to a path traversal issue in the archive extraction utilities located in keras/src/utils/fileutils.py. T...

8.1CVSS7.6AI score0.00563EPSS
SaveExploits1Affected Software1
NVD
NVD
•added 2026/09/15 4:17 p.m.•10 views

CVE-2026-91932

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS0.00734EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/09/15 3:17 p.m.•8 views

CVE-2026-91932 Flowise before 3.1.4 Remote Code Execution via cwd Parameter

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.4AI score0.00734EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/15 3:17 p.m.•17 views

CVE-2026-91932

Flowise before 3.1.4 contains a validation bypass in its MCP server configuration that allows authenticated attackers to achieve remote code execution . The root cause is an unvalidated cwd parameter : by placing clean filenames in the args array, an attacker bypasses path validation while contro...

9CVSS6.4AI score0.00734EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/15 3:17 p.m.•29 views

CVE-2026-91932 Flowise before 3.1.4 Remote Code Execution via cwd Parameter

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS0.00734EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/15 3:17 p.m.•8 views

EUVD-2026-78790

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.4AI score0.00734EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/15 3:17 p.m.•11 views

CVE-2026-91932 Flowise before 3.1.4 Remote Code Execution via cwd Parameter

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/09/15 12:00 a.m.•14 views

PT-2026-92052

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.4AI score0.00734EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/15 12:00 a.m.•2 views

CVE-2026-91932: Improper Input Validation

Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working...

9CVSS6.6AI score0.00734EPSS
SaveExploits0References2
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•11 views

NLTK: Uncontrolled search path when invoking the Graphviz 'dot' binary

Two NLTK sites executed the Graphviz dot program by bare name, so process creation resolved it via the search path — and on Windows via the current working directory — rather than a validated absolute location. An attacker who can place a file named dot where resolution looks the CWD on Windows, ...

8.5CVSS5.8AI score0.00177EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/09/10 9:44 a.m.•10 views

PYSEC-2026-3875 Omnigent: Unvalidated os_env.cwd in agent bundle yields arbitrary host filesystem access on runners without OMNIGENT_RUNNER_WORKSPACE

Summary An authenticated, non-admin user can obtain arbitrary host-filesystem read/write and host environment-secret disclosure on an Omnigent runner by uploading an agent bundle whose osenv.cwd points outside any intended workspace e.g. / or /home/. The cwd field is taken verbatim from the bundl...

8.8CVSS5.9AI score0.00606EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
•added 2026/09/01 8:27 p.m.•13 views

NLTK: Uncontrolled search path when invoking the Graphviz 'dot' binary

Two NLTK sites executed the Graphviz dot program by bare name, so process creation resolved it via the search path — and on Windows via the current working directory — rather than a validated absolute location. An attacker who can place a file named dot where resolution looks the CWD on Windows, ...

8.5CVSS5.9AI score0.00177EPSS
SaveExploits0References6Affected Software1
NVD
NVD
•added 2026/08/27 5:20 p.m.•13 views

CVE-2026-81697

opensslencrypt pip package openssl-encrypt versions = 1.4.8 contain a CWD-relative configuration file resolution flaw in cryptsettings.py, where CONFIGFILE originally the absolute per-user path /.cryptsettings.json is reassigned at line 84 to the bare relative name 'cryptsettings.json'. As a...

8.7CVSS0.00206EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/27 2:51 p.m.•21 views

CVE-2026-81697

The openssl-encrypt PyPI package (versions ≤ 1.4.8) contains a CWD-relative configuration file resolution flaw in crypt_settings.py, where CONFIG_FILE—originally set to the absolute per-user path ~/.crypt_settings.json—is reassigned at line 84 to the bare relative name crypt_settings.json. The le...

8.7CVSS5.4AI score0.00206EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/27 2:51 p.m.•13 views

EUVD-2026-67053

opensslencrypt pip package openssl-encrypt versions = 1.4.8 contain a CWD-relative configuration file resolution flaw in cryptsettings.py, where CONFIGFILE originally the absolute per-user path /.cryptsettings.json is reassigned at line 84 to the bare relative name 'cryptsettings.json'. As a...

8.7CVSS5.4AI score0.00206EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/27 2:51 p.m.•46 views

CVE-2026-81697 openssl_encrypt before 1.4.9 KDF Downgrade via CWD-relative Configuration

opensslencrypt pip package openssl-encrypt versions = 1.4.8 contain a CWD-relative configuration file resolution flaw in cryptsettings.py, where CONFIGFILE originally the absolute per-user path /.cryptsettings.json is reassigned at line 84 to the bare relative name 'cryptsettings.json'. As a...

8.7CVSS0.00206EPSS
SaveExploits0References2
Rows per page
Query Builder