Lucene search
+L

24 matches found

OSV
OSV
added 2026/09/02 2:35 p.m.5 views

GHSA-F794-5JV7-7672 NLTK: Downloader.download follows hardlinks and overwrites outside-root files

Summary NLTK's downloader now blocks symlink escapes during ZIP extraction, but it still treats pre-existing hardlinks inside the install tree as ordinary in-root files. A normal package install can therefore overwrite an outside-root inode through that hardlink. Details - Vulnerability type:...

7.1CVSS5.9AI score0.00135EPSS
SaveExploits1References8
Kitploit
Kitploit
added 2026/09/01 7:08 p.m.6 views

research

Security Research Repository dedicated to my security vulnerability discoveries CVEs. This repository contains detailed technical documentation, proof-of-concept exploits, and analysis of discovered vulnerabilities. About This repository aggregates all CVEs I have discovered and researched,...

7CVSS7.2AI score0.00682EPSS
SaveExploits2References2
OSV
OSV
added 2026/08/27 5:21 p.m.5 views

UBUNTU-CVE-2026-81727

NLTK versions before 3.10.3 contain a filesystem containment bypass vulnerability in the Downloader.download and Downloader.incrdownload methods that allows attackers to overwrite files outside the install root through pre-existing hardlinks. Attackers with write access to a shared downloader...

7.1CVSS5.9AI score0.00135EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/08/25 12:00 a.m.5 views

TencentOS Server 4: python3.11 (TSSA-2026:0861)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2026:0861 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

7.8CVSS6.5AI score0.00939EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2026/08/13 11:03 a.m.7 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/12 12:04 p.m.10 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/10 6:34 p.m.7 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/06/30 12:13 a.m.15 views

node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check

A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink...

8.2CVSS6.3AI score0.0055EPSS
SaveExploits1References6
Rockylinux
Rockylinux
added 2026/05/29 4:03 p.m.37 views

linux-sgx security update

An update is available for linux-sgx. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The Intel SGX SDK is a collection of APIs, libraries, documentations and...

8.8CVSS5.8AI score0.01591EPSS
SaveExploits5
RedHat Linux
RedHat Linux
added 2026/05/19 1:54 p.m.30 views

node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check

A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink...

8.2CVSS6.7AI score0.0055EPSS
SaveExploits1References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/04 2:25 p.m.14 views

Security Bulletin: Vulnerability in node-tar affects IBM watsonx Assistant Cartridge and IBM watsonx Orchestrate with watsonx Assistant Cartridge.

Summary Potential vulnerability in node-tar has been identified that affects IBM watsonx Assistant Cartridge and IBM watsonx Orchestrate with watsonx Assistant Cartridge - Assistant Builder Component. . The vulnerability have been addressed. Refer to details for additional information...

8.2CVSS6.8AI score0.0055EPSS
SaveExploits1Affected Software2
Microsoft CVE
Microsoft CVE
added 2026/04/09 8:02 a.m.17 views

ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

...

5.5CVSS5.7AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2026/04/01 9:13 p.m.20 views

GHSA-CMW6-HCPP-C6JP ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

Summary The issue is in onnx.load — the code checks for symlinks to prevent path traversal, but completely misses hardlinks, which is the problem, since a hardlink looks exactly like a regular file on the filesystem. The Real Problem The validator in onnx/checker.cc only calls issymlink and never...

4.7CVSS5.9AI score0.00176EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/01 9:13 p.m.23 views

ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

Summary The issue is in onnx.load — the code checks for symlinks to prevent path traversal, but completely misses hardlinks, which is the problem, since a hardlink looks exactly like a regular file on the filesystem. The Real Problem The validator in onnx/checker.cc only calls issymlink and never...

5.5CVSS5.9AI score0.00176EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/04/01 5:37 p.m.27 views

CVE-2026-34446 ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, there is an issue in onnx.load, the code checks for symlinks to prevent path traversal, but completely misses hardlinks because a hardlink looks exactly like a regular file on the...

4.7CVSS0.00176EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/01 5:37 p.m.4 views

CVE-2026-34446 ONNX: Arbitrary File Read via ExternalData Hardlink Bypass in ONNX load

Open Neural Network Exchange ONNX is an open standard for machine learning interoperability. Prior to version 1.21.0, there is an issue in onnx.load, the code checks for symlinks to prevent path traversal, but completely misses hardlinks because a hardlink looks exactly like a regular file on the...

4.7CVSS5.8AI score0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/01 5:37 p.m.43 views

CVE-2026-34446

CVE-2026-34446 affects Open Neural Network Exchange (ONNX). The vulnerability is in onnx.load where hardlinks can bypass the path-traversal check, allowing an arbitrary file read. The issue is fixed in ONNX 1.21.0. Impact is described as arbitrary file read with LOCAL attack vector and MEDIUM bas...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/03/12 6:24 p.m.15 views

CVE-2026-32232 ZeptoClaw: Path boundary checks bypass via symlink, TOCTOU, and hardlink

ZeptoClaw is a personal AI assistant. Prior to 0.7.6, there is a Dangling Symlink Component Bypass, TOCTOU Between Validation and Use, and Hardlink Alias Bypass. This vulnerability is fixed in 0.7.6...

9.3CVSS5.8AI score
SaveExploits0References4
OSV
OSV
added 2026/03/12 4:37 p.m.34 views

GHSA-2M67-CXXQ-C3H8 ZeptoClaw: Path boundary checks bypass via symlink, TOCTOU, and hardlink

Summary Workspace boundary enforcement currently has three related bypass risks. This issue tracks fixing all three in one pull request. Details R1 - Dangling Symlink Component Bypass - What happens: Path validation can miss dangling symlink components during traversal checks. - Why it matters: A...

9.3CVSS5.5AI score0.00618EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/03/12 4:37 p.m.17 views

ZeptoClaw: Path boundary checks bypass via symlink, TOCTOU, and hardlink

Summary Workspace boundary enforcement currently has three related bypass risks. This issue tracks fixing all three in one pull request. Details R1 - Dangling Symlink Component Bypass - What happens: Path validation can miss dangling symlink components during traversal checks. - Why it matters: A...

9.8CVSS5.6AI score0.00618EPSS
SaveExploits1References7Affected Software1
Rows per page
Query Builder