Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-43825

7.3 · HIGH
Published Jul 6, 2026 apache CWE-502 EPSS 13.92% (96th pctl)

Overview

CVE-2026-43825 is a high-severity vulnerability affecting apache opennlp. It was published on July 6, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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 m

Remediation

Check the references section for vendor advisories and patches from apache. Update opennlp to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status

Frequently Asked Questions

What is CVE-2026-43825?

CVE-2026-43825 is a high-severity vulnerability affecting apache opennlp. It was published on July 6, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2026-43825?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-43825?

Check the references section for vendor advisories and patches from apache. Update opennlp to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-43825?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43825 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.