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-2019-14040 — PoC code for CVE-2019-14040 | Kitploit
Tools/GitHubGitHub/tamirzb/cve-2019-14040
Android SecurityVulnerability AnalysisExploitationBinary Exploitation
GitHubtamirzb/cve-2019-14040

CVE-2019-14040

PoC code for CVE-2019-14040

View Repository
2776 years agoReviewed by Kitploit

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-2019-14040

Proof-of-concept code for CVE-2019-14040

More details about the vulnerability are available in the blog post.

If you have any questions, you are welcome to DM me on Twitter (@tamir_zb).

Build & Run

In order to build, run Android NDK's ndk-build.

In order to run the PoC, run the binary using the following command:

root@kitploit:~
LD_PRELOAD=libQSEEComAPI.so ./qseecom_uaf

Make sure to run it from a context where /dev/qseecom is accessible.

Result

Running this on a Pixel 3 running Android 9 causes the kernel to panic. In theory this PoC should work on other Android devices and versions without any modifications but I have not tested it.

Download Tool