Lucene search
+L

29 matches found

Kitploit
Kitploit
added 2026/09/17 3:20 p.m.8 views

PyPath-Escape-CVE-2025-4517-Exploit-Research

🛡️ PyPath-Escape: Kit Avanzado de Evasión de PATHMAX Autor: Beriwalarohit Objetivo de Investigación: CVE-2025-4517 / CVE-2025-4138 ██████╗ ███████╗██████╗ ██╗██╗ ██╗ █████╗ ██╗ █████╗ ██████╗ ██╔══██╗██╔════╝██╔══██╗██║██║ ██║██╔══██╗██║ ██╔══██╗██╔══██╗ ██████╔╝█████╗ ██████╔╝██║██║ █╗...

9.4CVSS6.9AI score0.0143EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/09/15 10:10 a.m.8 views

CVE-2025-4138_tarfile_filter_bypass

CVE-2025-4138 — Bypass del filter="data" de Python tarfile Escritura arbitraria de archivos fuera del directorio de extracción mediante una cadena de symlinks PATHMAX. Versiones afectadas Python 3.12.0 – 3.12.10 Python 3.13.0 – 3.13.3 Corregido en 3.12.11 / 3.13.4 Crédito: Reportero: Caleb Brown...

7.5CVSS7AI score0.01385EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/15 5:49 a.m.10 views

CVE-2025-4517-tarfile-PATH_MAX-bypass

CVE-2025-4517 / CVE-2025-4330 — Python tarfile Omisión del Filtro de Datos mediante Desbordamiento de PATHMAX Autor: 0xDTC CVEs: CVE-2025-4517 / CVE-2025-4330 Aviso: GHSA-6r6c-684h-9j7p Corrección de CPython: PR 135037 Descripción general El método tarfile.extractallfilter="data" de Python está...

9.4CVSS7AI score0.0143EPSS
SaveExploits11References3
Kitploit
Kitploit
added 2026/09/14 7:10 p.m.9 views

CVE-2025-4138-4517-POC

CVE-2025-4138 / CVE-2025-4517 Omisión del filtro de Python tarfile mediante escape de enlace simbólico PATHMAX Escritura arbitraria de archivos mediante extracción confilter="data" / filter="tar" Tabla de contenidos Resumen Detalles de la...

9.4CVSS7.2AI score0.0143EPSS
SaveExploits14References1
Kitploit
Kitploit
added 2026/09/13 10:27 p.m.9 views

CVE-2025-4138

CVE-2025-4138 Vulnerabilidad de recorrido de directorios en el módulo Python Tarfile con desbordamiento que cruza el directorio Impacto : Escalada de privilegios Funcionamiento : Los métodos TarFile.extractall y TarFile.extract de Python admiten una funcionalidad que permite establecer un filtro...

7.5CVSS7.2AI score0.01385EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/11 1:28 a.m.7 views

CVE-2025-4517-POC-Sudoers

CVE-2025-4517 - POC agregando usuario a sudoers Este script es una versión armada de la investigación publicada en el Aviso de Investigación de Seguridad de Google: https://github.com/google/security-research/security/advisories/GHSA-hgqp-3mmf-7h8f Mientras que la investigación original demuestra...

9.4CVSS6.8AI score0.0143EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/10 11:32 p.m.10 views

CVE-2025-4138-POC

CVE-2025-4138 - Bypass de PATHMAX en tarfile de Python PoC Autor: d3vn0mi root@kitploit: / \ \ / / | | / \ | | | | || | / | | \ V /| | | | | | | \ | | || || / \ | | | | | ||/ /| || / / || | , | | || || ||/|/ |||/ // CVE-2025-4138 :: Python tarfile PATHMAX Bypass Author: d3vn0mi Resumen Un...

7.5CVSS7.3AI score0.01385EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/10 10:49 p.m.8 views

CVE-2025-4517-Python-tarfile-filter-data-Bypass-PoC

CVE-2025-4517 — Python tarfile filter="data" Bypass PoC Vulnerabilidad de Path Traversal en el módulo tarfile de Python que afecta a las versiones 3.8.0 hasta 3.13.1. El sandbox filter="data" — diseñado para evitar extracciones no seguras — puede ser evadido creando rutas que exceden PATHMAX 4096...

9.4CVSS7.1AI score0.0143EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/10 7:22 p.m.12 views

CVE-2025-4138-poc

CVE-2025-4138 Generador Auto-Sudo Un script de Python para generar un archivo tar malicioso que explota CVE-2025-4138 / CVE-2025-4517 Recorrido de rutas mediante truncamiento de PATHMAX. Explotar con éxito esta vulnerabilidad permite a un atacante eludir los filtros de extracción de tarfile y...

7.5CVSS7.3AI score0.01385EPSS
SaveExploits7
OSV
OSV
added 2026/08/28 12:46 p.m.9 views

CVE-2026-58106 Incomplete fix for CVE-2025-40843: safe_strcpy is called with PATH_MAX into fullPath+2, writing 2 bytes past the buffer on every CodeChecker log invocation

CVE-2025-40843 https://github.com/advisories/GHSA-5xf2-f6ch-6p8r was fixed by replacing unchecked strcpy with a bounded safestrcpy helper. At ldlogger-tool-gcc.c:129 the destination passed to that helper is fullPath + 2, but the size passed down is the full PATHMAX. safestrcpy is strncpy, which...

5.1CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/08/28 12:46 p.m.15 views

CVE-2026-58106

CodeChecker through 6.28.2 contains an incomplete fix for CVE-2025-40843. In ldlogger-tool-gcc.c:129 , the bounded helper safe_strcpy() is called with the full PATH_MAX size, but the destination is fullPath + 2 , leaving only 4094 bytes. Because safe_strcpy() is a strncpy() that NUL-pads to the f...

5.1CVSS5.8AI score0.00127EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/28 12:46 p.m.34 views

CVE-2026-58106 Incomplete fix for CVE-2025-40843: safe_strcpy is called with PATH_MAX into fullPath+2, writing 2 bytes past the buffer on every CodeChecker log invocation

CVE-2025-40843 https://github.com/advisories/GHSA-5xf2-f6ch-6p8r was fixed by replacing unchecked strcpy with a bounded safestrcpy helper. At ldlogger-tool-gcc.c:129 the destination passed to that helper is fullPath + 2, but the size passed down is the full PATHMAX. safestrcpy is strncpy, which...

5.1CVSS0.00127EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2016-1713

Malware in sbrugna...

9.8CVSS9.2AI score0.02134EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2024-52029

Malicious code in bioql PyPI...

7.3AI score0.00224EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/01/13 6:20 a.m.17 views

CVE-2024-53685

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

5.5CVSS6.8AI score0.00224EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/11 1:15 p.m.15 views

CVE-2024-53685

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

5.5CVSS0.00224EPSS
SaveExploits0References8
OSV
OSV
added 2025/01/11 12:35 p.m.26 views

CVE-2024-53685 ceph: give up on paths longer than PATH_MAX

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.18 views

CVE-2024-53685

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

5.5CVSS5.6AI score0.00224EPSS
SaveExploits0
CVE
CVE
added 2025/01/11 12:35 p.m.2398 views

CVE-2024-53685

CVE-2024-53685 concerns the Linux kernel Ceph path construction: when the full path built by ceph_mdsc_build_path() exceeds PATH_MAX, the function enters an endless retry loop, effectively DoS-ing the system. The description notes the fix is to remove the retry and fail with ENAMETOOLONG instead,...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/03/18 10:19 a.m.46 views

CVE-2023-52618 block/rnbd-srv: Check for unlikely string overflow

In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "devsearchpath" can technically be as large as PATHMAX, there was a risk of truncation when copying it and a second string into "fullpath" since it was also PATHMAX sized...

7.6AI score0.00738EPSS
SaveExploits0References6
Rows per page
Query Builder