CVE-2026-42027

CVE-2026-42027 is a critical-severity security vulnerability in org.apache.opennlp:opennlp-tools (maven), affecting versions < 2.5.9. It is fixed in 2.5.9, 3.0.0-M3.

Summary

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader

Versions Affected: before 2.5.9, before 3.0.0-M3

Description: 

The ExtensionLoader.instantiateExtension(Class, String) method loads a class by its fully-qualified name via Class.forName() and invokes its no-arg constructor, with the class name sourced from the manifest.properties entry of a model archive. The existing isAssignableFrom check correctly rejects classes that are not subtypes of the expected extension interface (BaseToolFactory for factory=, ArtifactSerializer for serializer-class-*), but the check runs after Class.forName() has already loaded and initialized the named class.

Class.forName() with default initialization semantics executes the target class's static initializer before returning, so an attacker who can supply a crafted model archive can cause the static initializer of any class on the classpath to run during model loading, regardless of whether that class passes the subsequent type check.

Exploitation requires a class with attacker-useful side effects in its static initializer (for example, JNDI lookup, outbound network I/O, or filesystem access) to be present on the classpath, so this is not a drop-in remote code execution; however, the attack surface grows as third-party model distribution becomes more common (community model repositories, Hugging Face-style sharing), where users routinely load model files from origins they do not control. A secondary, narrower vector affects deployments that ship legitimate BaseToolFactory or ArtifactSerializer subclasses with side-effecting no-arg constructors: a malicious manifest can name such a class and force its constructor to run during model load.

Mitigation: 

  • 2.x users should upgrade to 2.5.9.
  • 3.x users should upgrade to 3.0.0-M3.

Note: The fix introduces a package-prefix allowlist that is consulted before Class.forName() is invoked, so the static initializer of a disallowed class is never executed. Classes under the opennlp. prefix remain permitted by default. Deployments that load models referencing factories or serializers outside opennlp.* must opt those packages in, either programmatically via ExtensionLoader.registerAllowedPackage(String) before the first model load, or by setting the OPENNLP_EXT_ALLOWED_PACKAGES system property to a comma-separated list of allowed package prefixes.

Users who cannot upgrade immediately should ensure that all model files are sourced from trusted origins and should audit their classpath for classes with side-effecting static initializers or constructors, particularly any that perform JNDI lookups, network requests, or filesystem operations during class initialization.

Impact

CVE-2026-42027 has a CVSS score of 9.8 (Critical). The vector is network-reachable, no privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (2.5.9, 3.0.0-M3); upgrading removes the vulnerable code path.

Affected versions

org.apache.opennlp:opennlp-tools (< 2.5.9) org.apache.opennlp:opennlp-tools (>= 3.0.0-M1, < 3.0.0-M3)

Security releases

org.apache.opennlp:opennlp-tools → 2.5.9 (maven) org.apache.opennlp:opennlp-tools → 3.0.0-M3 (maven)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

See it in your environment

Remediation advice

Upgrade the following packages to resolve this vulnerability:

org.apache.opennlp:opennlp-tools to 2.5.9 or later; org.apache.opennlp:opennlp-tools to 3.0.0-M3 or later

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is CVE-2026-42027? CVE-2026-42027 is a critical-severity security vulnerability in org.apache.opennlp:opennlp-tools (maven), affecting versions < 2.5.9. It is fixed in 2.5.9, 3.0.0-M3.
  2. How severe is CVE-2026-42027? CVE-2026-42027 has a CVSS score of 9.8 (Critical). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
  3. Which versions of org.apache.opennlp:opennlp-tools are affected by CVE-2026-42027? org.apache.opennlp:opennlp-tools (maven) versions < 2.5.9 is affected.
  4. Is there a fix for CVE-2026-42027? Yes. CVE-2026-42027 is fixed in 2.5.9, 3.0.0-M3. Upgrade to this version or later.
  5. Is CVE-2026-42027 exploitable, and should I be worried? Whether CVE-2026-42027 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  6. What actually determines whether CVE-2026-42027 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  7. How do I fix CVE-2026-42027?
    • Upgrade org.apache.opennlp:opennlp-tools to 2.5.9 or later
    • Upgrade org.apache.opennlp:opennlp-tools to 3.0.0-M3 or later

Other vulnerabilities in org.apache.opennlp:opennlp-tools

CVE-2026-42027CVE-2026-40682CVE-2017-12620

Stop the waste.
Protect your environment with Kodem.