CVE-2026-42027

CRITICAL

CVSS v3.1: 9.8 · EPSS: 0.0069 (48.3 パーセンタイル)

ネットワーク権限不要操作不要Insecure Deserializationベンダー勧告の参照

出典データ取得時点:

概要

深刻度
CRITICAL
CVSS
9.8 v3.1 · NVD
EPSS
0.0069 (48.3 パーセンタイル) · FIRST.org
CISA KEV
非該当
タイプ
Insecure Deserialization · NVD CWE
攻撃条件(CVSSベクター)
ネットワーク権限不要操作不要 · 出典: NVD ベクター
影響を受けるベンダー
apache
公開日
2026-05-04 · 更新日: 2026-06-30

CVSS / EPSS / KEV

CVSS v3.1 9.8 / 10 CRITICAL 出典: NVD
EPSS 0.0069 48.3 パーセンタイル 出典: FIRST.org
CISA KEV 非該当 出典: CISA

出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典

説明

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.

レコード詳細

CVE ID
CVE-2026-42027
CVSS (v3.1)
9.8 (CRITICAL)
ベクター
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
悪用可能性サブスコア
3.9
影響度サブスコア
5.9
EPSS
0.0069 (48.3 パーセンタイル) — 2026-06-30
CISA KEV
非該当
脆弱性タイプ (CWE)
CWE-470, CWE-502
影響を受けるベンダー
apache
影響構成数 (CPE)
3
公開日
2026-05-04
更新日
2026-06-30
ステータス
Modified

参照情報

NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。