Lucene search
+L

29 matches found

Kitploit
Kitploit
added 2026/09/18 1:28 a.m.7 views

CVE-2025-4517-POC-Sudoers

CVE-2025-4517 - 添加用户到sudoers的POC 此脚本是谷歌安全研究公告 中发布的研究的武器化版本:https://github.com/google/security-research/security/advisories/GHSA-hgqp-3mmf-7h8f 原始研究通过修改一个简单的"flag"文件来演示漏洞,而此版本针对本地权限提升(LPE)场景进行了修改。它不仅仅是证明文件可以被写入提取目录之外,而是: 1. 针对/etc/sudoers.d/目录,这是Linux中常见的持久化和权限提升向量。 2. 使用相同的PATHMAX溢出技术来"致盲"Python...

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

CVE-2025-4138-POC

CVE-2025-4138 - Python tarfile PATHMAX Bypass PoC Author: d3vn0mi root@kitploit: / \ \ / / | | / \ | | | | || | / | | \ V /| | | | | | | \ | | || || / \ | | | | | ||/ /| || / / || | , | | || || ||/|/ |||/ // CVE-2025-4138 :: Python tarfile PATHMAX Bypass Author: d3vn0mi Overview A...

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

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

CVE-2025-4517 — Python tarfile filter="data" Bypass PoC Path traversal vulnerability in Python's tarfile module affecting versions 3.8.0 through 3.13.1. The filter="data" sandbox — intended to prevent unsafe extractions — can be bypassed by crafting paths that exceed PATHMAX 4096 bytes, causing...

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

CVE-2025-4138-poc

CVE-2025-4138 Auto-Sudo Generator A Python script to generate a malicious tar archive that exploits CVE-2025-4138 / CVE-2025-4517 Path Traversal via PATHMAX Truncation. Successfully exploiting this vulnerability allows an attacker to bypass tarfile extraction filters and write arbitrary files to...

7.5CVSS7.3AI score0.01385EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/17 3:20 p.m.8 views

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

🛡️ PyPath-Escape: Advanced PATHMAX Bypass Toolkit Author: Beriwalarohit Research Target: 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 — Python tarfile filter="data" Bypass Arbitrary file write outside the extraction directory via PATHMAX symlink chain. Affected Versions Python 3.12.0 – 3.12.10 Python 3.13.0 – 3.13.3 Fixed in 3.12.11 / 3.13.4 Credit: Reporter: Caleb Brown Google How It Works Python's tarfile data...

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 Data Filter Bypass via PATHMAX Overflow Author: 0xDTC CVEs: CVE-2025-4517 / CVE-2025-4330 Advisory: GHSA-6r6c-684h-9j7p CPython Fix: PR 135037 Overview Python's tarfile.extractallfilter="data" is supposed to safely extract tar archives by preventing...

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 Python tarfile Filter Bypass via PATHMAX Symlink Escape Arbitrary file write throughfilter="data" / filter="tar" extraction Table of Contents Overview Vulnerability Details How It Works Affected Versio...

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

CVE-2025-4138

CVE-2025-4138 Python Tarfile module Directory Traversal Vulnerability With overflow crossed Directory Impact : Privilege escalation Working : Python's TarFile.extractall and TarFile.extract methods support a feature that allows a filter to be set to improve the safety of using these methods...

7.5CVSS7.2AI score0.01385EPSS
SaveExploits7References1
OSV
OSV
added 2026/08/28 12:46 p.m.10 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
Cvelist
Cvelist
added 2026/08/28 12:46 p.m.36 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
CVE
CVE
added 2026/08/28 12:46 p.m.17 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
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2016-1713

Malware in sbrugna...

9.8CVSS9.2AI score0.02134EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 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
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
OSV
OSV
added 2025/01/11 12:35 p.m.27 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
CVE
CVE
added 2025/01/11 12:35 p.m.2399 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
Debian CVE
Debian CVE
added 2024/03/18 10:19 a.m.43 views

CVE-2023-52618

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...

5.3CVSS7.2AI score0.00738EPSS
SaveExploits0
Rows per page
Query Builder