HOMEVULNERABILITIESCVE-2026-43825
HIGH

CVE-2026-43825

CWE-502Published: July 6, 2026· Updated: Jul 8, 2026

7.3
CVSS v3.1
EPSS:4.81%probability of exploitation in 30 daysPercentile:90.9th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-43825 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

From a weakness classification perspective (CWE-502): Insecure deserialization vulnerabilities allow attackers to inject malicious objects during deserialization, potentially enabling remote code execution.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityLow
IntegrityLow
AvailabilityLow
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Affected Vendors & Products

Apache1 product(s)
opennlp
Source: NVD CPE · 1 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (2)

Quick Facts

CVE IDCVE-2026-43825
CVSS Score7.3 / 10
SeverityHIGH
WeaknessCWE-502
CISA KEVNo
EPSS (30d)4.81%
Affected1 vendor(s)
PublishedJul 6, 2026

Related CVEs (CWE-502)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43825 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWatch. CVE data is provided under the NVD usage policy.