Untrusted Java Deserialization in Apache OpenNLP SvmDoccatModel
Versions Affected:
before 3.0.0-M4 (libsvm document categorization module; introduced in
OPENNLP-1808 and only present on the 3.x line)
Description:
SvmDoccatModel.deserialize(InputStream) reads an attacker-controlled
stream with java.io.ObjectInputStream and calls readObject() without an
ObjectInputFilter installed. ObjectInputStream materialises every class
referenced in the stream before the resulting object is cast to
SvmDoccatModel, so the cast that follows readObject() executes only
after the foreign object graph has already been deserialised in full.
If a Java deserialization gadget chain is available on the consumer's
classpath, a crafted payload supplied to
deserialize() executes arbitrary code in the JVM that loads it. Apache
OpenNLP itself does not ship a known gadget chain, so the realistic
risk is to downstream applications that embed the libsvm module
alongside vulnerable transitive dependencies. The method is public and
static, so any caller can pass an untrusted stream to it directly.
The practical impact is remote code execution against processes that
load SvmDoccatModel instances from untrusted or semi-trusted origins.
Mitigation:
3.x users should upgrade to 3.0.0-M4.
Users who cannot upgrade immediately should treat all serialized
SvmDoccatModel streams as untrusted input unless their provenance is
verified, and should avoid invoking SvmDoccatModel.deserialize() on
streams supplied by end users or fetched from third-party sources
without integrity checks.
References
| Link | Resource |
|---|---|
| https://lists.apache.org/thread/c7kom0pgk9cbpfnbooh5m3g85ndf50hn | Mailing List Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/07/06/9 | Mailing List Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
08 Jul 2026, 19:46
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:apache:opennlp:3.0.0:m3:*:*:*:*:*:* cpe:2.3:a:apache:opennlp:3.0.0:m1:*:*:*:*:*:* cpe:2.3:a:apache:opennlp:3.0.0:m2:*:*:*:*:*:* |
|
| First Time |
Apache opennlp
Apache |
|
| References | () https://lists.apache.org/thread/c7kom0pgk9cbpfnbooh5m3g85ndf50hn - Mailing List, Vendor Advisory | |
| References | () http://www.openwall.com/lists/oss-security/2026/07/06/9 - Mailing List, Third Party Advisory |
06 Jul 2026, 21:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
06 Jul 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.3 |
06 Jul 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-06 17:16
Updated : 2026-07-08 19:46
NVD link : CVE-2026-43825
Mitre link : CVE-2026-43825
CVE.ORG link : CVE-2026-43825
JSON object : View
Products Affected
apache
- opennlp
CWE
CWE-502
Deserialization of Untrusted Data
