Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.7%top 52%

CVE-2026-42027: CWE-470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') in Apache Software Foundation Apache OpenNLP

0
Critical
VulnerabilityCVE-2026-42027cvecve-2026-42027cwe-470
Published: 05/04/2026 (05/04/2026, 16:43:12 UTC)
Source: CVE Database V5
Vendor/Project: Apache Software Foundation
Product: Apache OpenNLP

Description

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader Versions Affected: before 1.9.5, 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.

CVSS v3.1

Score 9.8critical

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Affected software

org.apache.opennlp/opennlp
pkg:maven/org.apache.opennlp/opennlp
Affected versions
<2.5.9=3.0.0-M3

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/15/2026, 09:15:28 UTC

Technical Analysis

The vulnerability arises from the ExtensionLoader.instantiateExtension(Class, String) method in Apache OpenNLP, which uses Class.forName() to load and initialize a class specified by a manifest property in a model archive before checking if the class is a subtype of the expected interface. Because Class.forName() executes static initializers immediately, an attacker who can supply a malicious model archive can cause any class on the classpath with side-effecting static initializers to execute during model loading, regardless of whether it passes the subsequent type check. This can lead to unintended code execution effects, especially if classes with network, filesystem, or JNDI operations exist on the classpath. The fix, introduced in versions 2.5.9 and 3.0.0-M3, implements a package-prefix allowlist that is checked before class loading, blocking unauthorized classes from being initialized. Users must upgrade to these versions or restrict model sources and audit their classpath for risky classes.

Potential Impact

This vulnerability allows attackers who can supply crafted model archives to trigger static initializers of arbitrary classes on the classpath during model loading. This can lead to execution of attacker-controlled code paths or side effects such as network requests or filesystem access. While not a direct remote code execution, the attack surface increases with third-party model sharing. Deployments shipping classes with side-effecting constructors or static initializers are at higher risk. The CVSS score is 9.8 (critical), reflecting high impact on confidentiality, integrity, and availability.

Mitigation Recommendations

A fix is available in Apache OpenNLP versions 2.5.9 and 3.0.0-M3, which introduce a package-prefix allowlist to prevent unauthorized class initialization. Users should upgrade to these versions to fully mitigate the vulnerability. For users unable to upgrade immediately, it is recommended to only load model files from trusted sources and audit the classpath for classes with side-effecting static initializers or constructors, especially those performing JNDI lookups, network operations, or filesystem access. Deployments requiring factories or serializers outside the opennlp.* package must explicitly register allowed packages via ExtensionLoader.registerAllowedPackage(String) or the OPENNLP_EXT_ALLOWED_PACKAGES system property before loading models.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Data Version
5.2
Assigner Short Name
apache
Date Reserved
2026-04-23T14:21:25.317Z
Cvss Version
null
State
PUBLISHED
Remediation Level
null
Vendor Advisory Urls
[{"url":"https://access.redhat.com/security/cve/CVE-2026-42027","vendor":"Red Hat"}]

Threat ID: 69f8d216cbff5d8610397044

Added to database: 05/04/2026, 17:06:30 UTC

Last enriched: 07/15/2026, 09:15:28 UTC

Last updated: 08/02/2026, 19:17:58 UTC

Views: 84

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses