Critical severity9.8NVD Advisory· Published Apr 6, 2017· Updated May 13, 2026
CVE-2016-6809
CVE-2016-6809
Description
Apache Tika before 1.14 allows Java code execution for serialized objects embedded in MATLAB files. The issue exists because Tika invokes JMatIO to do native deserialization.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.tika:tika-coreMaven | < 1.14 | 1.14 |
Patches
12 files changed · +7 −2
tika-parsers/pom.xml+2 −2 modified@@ -108,9 +108,9 @@ <!-- Upstream parser libraries --> <dependency> - <groupId>net.sourceforge.jmatio</groupId> + <groupId>org.tallison</groupId> <artifactId>jmatio</artifactId> - <version>1.0</version> + <version>1.2</version> </dependency> <dependency> <groupId>org.apache.james</groupId>
tika-parsers/src/main/java/org/apache/tika/parser/mat/MatParser.java+5 −0 modified@@ -45,6 +45,11 @@ public class MatParser extends AbstractParser { + static { + //make sure that this is set to false + MatFileReader.setAllowObjectDeserialization(false); + } + public static final String MATLAB_MIME_TYPE = "application/x-matlab-data";
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
16- seclists.org/bugtraq/2016/Nov/40nvdMailing ListThird Party AdvisoryVDB EntryWEB
- www.securityfocus.com/bid/94247nvdThird Party AdvisoryVDB EntryWEB
- dist.apache.org/repos/dist/release/tika/CHANGES-1.14.txtnvdRelease NotesVendor AdvisoryWEB
- github.com/advisories/GHSA-j8g6-2wh7-6439ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2016-6809ghsaADVISORY
- github.com/apache/tika/commit/8a68b5d474205cc91cbbb610d4a1c05af57f0610ghsaWEB
- lists.apache.org/thread.html/91eb639ef619b9a26b40020ca6732e7dbe457f7322ed5f1df49e411a@%3Cdev.nutch.apache.org%3EghsaWEB
- lists.apache.org/thread.html/d2375da29d89e679abf5d845db76d6f798fdc6f7d44f2c788e8a0fb9@%3Cuser.nutch.apache.org%3EghsaWEB
- lists.apache.org/thread.html/e414754a6c57ce7194b731e211cd6b2cbb41f2c7000e3fb9c6b6ec78@%3Cdev.lucene.apache.org%3EghsaWEB
- lists.apache.org/thread.html/r2f6f6c130b12b7332f323f74d031072b1517065ce28a22346791ffb6@%3Cissues.lucene.apache.org%3EghsaWEB
- lists.apache.org/thread.html/rfd3646bb724b66b1a9ddef69e692da2b7a727a8799551c78eedf0a0f@%3Cissues.lucene.apache.org%3EghsaWEB
- lists.apache.org/thread.html/91eb639ef619b9a26b40020ca6732e7dbe457f7322ed5f1df49e411a%40%3Cdev.nutch.apache.org%3Envd
- lists.apache.org/thread.html/d2375da29d89e679abf5d845db76d6f798fdc6f7d44f2c788e8a0fb9%40%3Cuser.nutch.apache.org%3Envd
- lists.apache.org/thread.html/e414754a6c57ce7194b731e211cd6b2cbb41f2c7000e3fb9c6b6ec78%40%3Cdev.lucene.apache.org%3Envd
- lists.apache.org/thread.html/r2f6f6c130b12b7332f323f74d031072b1517065ce28a22346791ffb6%40%3Cissues.lucene.apache.org%3Envd
- lists.apache.org/thread.html/rfd3646bb724b66b1a9ddef69e692da2b7a727a8799551c78eedf0a0f%40%3Cissues.lucene.apache.org%3Envd
News mentions
0No linked articles in our index yet.