Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
trellix-tarslip-patch-bypass — Bypass for CVE-2007-4559 Trellix patch | Kitploit
Tools/GitHubGitHub/luigigubello/trellix-tarslip-patch-bypass
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubluigigubello/trellix-tarslip-patch-bypass

trellix-tarslip-patch-bypass

Bypass for CVE-2007-4559 Trellix patch

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2 years agoNot yet reviewed

trellix-tarslip-patch-bypass

In 2023, Trellix announced [1] that they patched +61,000 open-source projects for CVE-2007-4559, an old path traversal vulnerability. Analyzing their patch, it's easy to notice that it can be bypassed using a symlink.

Symlink path traversal is an old technique, and it has also been shown in LiveOverflow's video Critical .zip vulnerabilities? - Zip Slip and ZipperDown.

[1] Trellix Advanced Research Center Patches 61,000 Vulnerable Open-Source Projects

PoC

root@kitploit:~
docker build -t tarslip . 
docker run -it tarslip bash
python poc.py
cat evil.txt
Download Tool