Lucene search
+L

62 matches found

Kitploit
Kitploit
•added 2026/09/21 6:40 p.m.•16 views

CVE-2025-4517-POC

CVE-2025-4517 利用 说明 本利用及描述由AI编写。如果发现任何错误或问题,请告知我!本利用已测试并确认有效。感谢! 概述 本利用利用了 CVE-2025-4517 ,这是 Python tarfile 模块中的一个严重漏洞,通过组合符号链接路径遍历与硬链接操纵,可实现任意文件写入。该漏洞绕过了 Python 3.12 中引入的 filter="data" 保护机制。 漏洞详情 CVE ID : CVE-2025-4517 受影响版本 : Python 3.8.0 至 3.13.1 CVSS 评分 : 9.3(严重) 影响 : 以提升的权限进行任意文件写入 技术背景 该漏洞利...

9.4CVSS7.2AI score0.0143EPSS
SaveExploits11References4
Kitploit
Kitploit
•added 2026/09/21 3:57 p.m.•8 views

CVE-2025-55188

CVE-2025-55188: Escritura Arbitraria de Archivos en 7-Zip Prueba de concepto de CVE-2025-55188, una escritura arbitraria de archivos en 7-Zip. Parcheado en la versión 25.01, publicada el 3 de agosto de 2025. Nota: CVE-2025-55188 es diferente de CVE-2025-11001. La versión en la que se parcheó...

3.6CVSS7.1AI score0.01012EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/19 2:06 p.m.•12 views

AWS-SAM-CLI-Vulnerabilities

Vulnerabilidades de AWS SAM CLI CVE-2025-3047 y CVE-2025-3048 Este README proporciona un análisis detallado de dos vulnerabilidades de seguridad encontradas en la Interfaz de Línea de Comandos del Modelo de Aplicaciones Serverless de AWS AWS SAM CLI – CVE-2025-3047 y CVE-2025-3048 – junto con los...

6.9CVSS6.2AI score0.00756EPSS
SaveExploits0References13
Kitploit
Kitploit
•added 2026/09/18 4:32 p.m.•12 views

CVE-2026-64824-PoC

CVE-2026-64824 — Path traversal por enlace simbólico en la copia de seguridad y restauración de Home Assistant Core → RCE CVSS 8.4 Crítico · GHSA-cwh8-w64c-4j5h · CWE-22 / CWE-59 TL;DR Un atacante autenticado admin sube un tar de copia de seguridad manipulado. La ruta de restauración extrae el...

9.3CVSS6.1AI score0.00797EPSS
SaveExploits1
NVD
NVD
•added 2026/09/15 4:17 p.m.•8 views

CVE-2026-55828

qbee transport is a remote access transport protocol implementation. Prior to 1.26.25, the extractTar routine uses strictly lexical path validation that does not account for on-disk symlinks created earlier in the extraction process. A crafted tar archive can use a symlink chain to write or...

6CVSS0.00375EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/29 2:16 p.m.•9 views

UBUNTU-CVE-2026-82455

RubyGems fails to re-validate path containment after filesystem symlink resolution during gem extraction. When a pre-existing symlink inside the destination directory points outside the extraction root, extracted files that appear to be written under the destination directory can instead be writt...

7.1CVSS5.8AI score0.00144EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/08/07 3:02 p.m.•17 views

Smarty: Symlink path traversal out of trusted directories

When Smarty's Security policy is enabled, securedir and the configured template/trusted directories restrict which local files a template may read via include and fetch. The trust check in Security::checkDir resolved the requested path with Smarty::realpath, which normalizes the path as a string...

6.9CVSS5.6AI score0.00533EPSS
SaveExploits0References6Affected Software1
CVE
CVE
•added 2026/08/07 3:02 p.m.•74 views

CVE-2026-62992

Smarty (PHP template engine) prior to 5.8.2 and 4.5.7 (4.x line) is affected by a symlink path-traversal in Security::_checkDir() that does not fully resolve symbolic links before validating the directory containment. An attacker who can place or reference a symlink inside a trusted Smarty direct...

6.9CVSS5.5AI score0.00533EPSS
SaveExploits0References5
OSV
OSV
•added 2026/07/22 8:23 a.m.•6 views

OPENSUSE-SU-2026:21412-1 Security update for perl-DBI

This update for perl-DBI fixes the following issues: - CVE-2026-15392: failure to validate symbolic links during table path resolution could allow unauthorized file reads and writes outside the configured data director bsc1271629. - CVE-2026-15043: DBI:SQL:Nano has incorrect predicate evaluation,...

5.8AI score0.00653EPSS
SaveExploits0References8
attackerkb
attackerkb
•added 2026/07/08 3:46 p.m.•15 views

CVE-2026-39822

On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open"symlink/"' will open "symlink" even when "symlink" is a symbolic link pointing...

6AI score0.00182EPSS
SaveExploits0References5Affected Software1
Amazon
Amazon
•added 2026/07/07 12:00 a.m.•21 views

Important: python3.14

Issue Overview: tarfile.extractall with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the...

7.8CVSS5.8AI score0.00781EPSS
SaveExploits0
EUVD
EUVD
•added 2026/07/03 8:19 p.m.•26 views

EUVD-2026-41624

Gitea versions before 1.25.5 mishandle path resolution during template repository generation, allowing template processing to read or write through symlinked or otherwise non-regular paths...

5.9AI score0.00562EPSS
SaveExploits0References4
NVD
NVD
•added 2026/07/01 7:16 p.m.•25 views

CVE-2026-53489

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a bug where the CRI plugin restores container.log from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via kubectl logs. This issue h...

8.2CVSS0.00174EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/01 6:10 p.m.•18 views

CVE-2026-53489 containerd: Arbitrary host CRI log file read via symlink following in CRI checkpoint restore

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a bug where the CRI plugin restores container.log from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via kubectl logs. This issue h...

8.2CVSS6AI score
SaveExploits0References3
CVE
CVE
•added 2026/07/01 6:10 p.m.•202 views

CVE-2026-53489

CVE-2026-53489 affects containerd CRI: when checkpoint restore occurs, the CRI plugin may read a host file by following a symlink for container.log. Vulnerable versions are prior to 2.3.2, 2.2.5 and 2.1.9. Impact described as arbitrary host file read via kubectl logs, with LOCAL attack potential ...

8.2CVSS5.9AI score0.00174EPSS
SaveExploits0References1Affected Software1
Debian CVE
Debian CVE
•added 2026/07/01 6:10 p.m.•30 views

CVE-2026-53489

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a bug where the CRI plugin restores container.log from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via kubectl logs. This issue h...

8.2CVSS5.9AI score0.00174EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/06/29 12:00 a.m.•30 views

PT-2026-53273

Name of the Vulnerable Software and Affected Versions acl versions prior to 2.4.0 Description A time-of-check to time-of-use TOCTOU race condition occurs when a local attacker replaces a pathname component with a symbolic link between an lstat check and subsequent symlink-following operations...

8.4CVSS5.4AI score0.00188EPSS
SaveExploits0References45
Cvelist
Cvelist
•added 2026/06/26 4:47 p.m.•60 views

CVE-2026-54557 mise HTTP backend uses raw version path for install symlink destination

mise manages dev tools like node, python, cmake, and terraform. Prior to 2026.6.1, the mise HTTP backend builds its install symlink destination from the raw resolved version string for non-latest versions. Normal tool install paths use the sanitized version pathname, but the HTTP backend's symlin...

5.5CVSS0.00174EPSS
SaveExploits0References1
OSV
OSV
•added 2026/06/16 2:33 p.m.•33 views

GHSA-7Q4V-2MR6-5GPX Microsoft Security Advisory CVE-2026-45491 – .NET Tampering Vulnerability

Executive Summary Microsoft is releasing this security advisory to provide information about a vulnerability in System.Formats.Tar. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A tampering vulnerability exists in the...

6.8CVSS5.7AI score0.00372EPSS
SaveExploits0References5
CVE
CVE
•added 2026/05/08 6:51 p.m.•40 views

CVE-2026-29203

A chmod call in the cPanel Nova plugin's Cpanel::Nova::Connector follows symlinks, allowing setting root permissions on arbitrary system files or directories. That can cause DoS or local privilege escalation when an authenticated cPanel user places a symlink at a user-controlled legacy Nova path...

5.3CVSS5.9AI score0.0052EPSS
SaveExploits0References1
Rows per page
Query Builder