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
Tools/GitHubGitHub/bombobombone/cve-2026-74239
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubbombobombone/cve-2026-74239

CVE-2026-74239

Proof of concept and technical write-up for CVE-2026-74239, a path traversal vulnerability in XenForo style archive imports on Windows, allowing file write via crafted ZIP.

View Repository
10h 28m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-74239

XenForo before 2.3.13 is vulnerable to path traversal in style archive imports on Windows.

What happens

The importer accepts ZIP members under upload/ and rejects names containing the forward-slash form /../. It does not normalize or reject backslashes. XenForo then appends the retained member name to its temporary extraction directory. Windows interprets ..\ as parent-directory traversal.

A non-super ACP administrator with the style permission can escape the temporary directory and write bytes to another web-server-writable path. In my XenForo 2.3.12 (build 2031270) test installation, a crafted member wrote a new PHP marker file into the public web root; requesting it executed the constant marker as the web-server account.

The prerequisite is a Windows deployment with PHP ZIP support and a delegated style administrator. The proof uses a fixed new filename, refuses to overwrite an existing file, and contains no command execution. XenForo 2.3.13 contains the fix.

Proof of concept

root@kitploit:~
python poc.py https://xenforo.example LIMITED_STYLE_ADMIN --confirm-write

The password is read with a hidden prompt. Remove style-archive-sentinel.php from the test web root immediately after the run.

References

  • CVE record
  • VulnCheck advisory
  • XenForo 2.3.13 release

Discovered by Marco Paciaroni (BomboBombone).

Download Tool