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
CVE-2026-57239 — Proof of concept exploit for CVE-2026-3775/CVE-2026-3780 and CVE-2026-57239 which lets you obtain NT AUTHORITY\SYSTEM rights via the Foxit PDF Reader updater service. | Kitploit
Tools/GitHubGitHub/paradoxis/cve-2026-57239
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingPayload DevelopmentBinary Exploitation
GitHubparadoxis/cve-2026-57239

CVE-2026-57239

Proof of concept exploit for CVE-2026-3775/CVE-2026-3780 and CVE-2026-57239 which lets you obtain NT AUTHORITY\SYSTEM rights via the Foxit PDF Reader updater service.

View Repository
16311 month 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
Website

Foxit PDF Reader LPE

Proof of concept exploit for CVE-2026-3775/CVE-2026-3780 and CVE-2026-57239 which lets you obtain NT AUTHORITY\SYSTEM rights via the Foxit PDF Reader updater service.

Build

Just build the binary, drop it on your target and run it.

root@kitploit:~
cargo build --release

Usage

The program has three main entrypoints: check, exploit and cleanup. Arguments should be pretty clear what they do. By default cleanup is called after exploit by default, but in case some processes still have open handles you may want to run this as a separate command afterwards.

root@kitploit:~
Usage: pdflpe.exe [OPTIONS] <COMMAND>

Commands:
  check    Check if the currently installed version of Foxit PDF Reader is vulnerable and exit
  exploit  Attempts to pop a SYSTEM shell using CVE-2026-3775/CVE-2026-3780/CVE-2026-57239
  cleanup  Clean up any possible artifacts from the exploitation process
  help     Print this message or the help of the given subcommand(s)

Options:
  -i, --install-dir <PATH>     [default: "C:\\Program Files\\Foxit Software\\Foxit PDF Reader\\"]
  -t, --technique <TECHNIQUE>  [default: auto-detect] [possible values: auto-detect, win-spool-sideload, 
updater-link-sideload]
  -h, --help                   Print help
  -V, --version                Print version
Download Tool