MEDIUM🇬🇧 English

CVE-2026-63317

CVSS 5.6pub. 2026-07-24upd. 2026-08-06

Arbitralne tworzenie instancji klasy przez Generator Descriptor XML i Format Name w Apache OpenNLP Wersje dotknięte: - przed 2.5.10 - przed 3.0.0-M5 Opis: Trzy ścieżki kodu w Apache OpenNLP ładują klasę po jej w pełni kwalifikowanej nazwie za pośrednictwem Class.forName() i wywołują jej konstruktor bez argumentów bez wcześniejszej walidacji nazwy klasy lub jej typu. Podatne ścieżki to: (1) GeneratorFactory, który odczytuje atrybut class elementów generator w XML deskryptorze generatora cech; takie deskryptory są osadzone w archiwach modeli (np. modele TokenNameFinder i POSTagger) i parsowane podczas ładowania modelu, więc atakujący dostarczający spreparowanego archiwum modelu kontroluje nazwę klasy bezpośrednio; (2) StreamFactoryRegistry.getFactory(Class, String), które interpretuje niezarejestrowaną nazwę formatu jako w pełni kwalifikowaną nazwę klasy ObjectStreamFactory, podatne w aplikac

Pokaż oryginał (EN)

Arbitrary Class Instantiation via XML Feature Generator Descriptor and Format Name in Apache OpenNLP Versions Affected: - before 2.5.10 - before 3.0.0-M5 Description: Three code paths in Apache OpenNLP load a class by its fully-qualified name via Class.forName() and invoke its no-arg constructor without any prior validation of the class name or its type.  The affected paths are: (1) GeneratorFactory, which reads the class attribute of generator elements in an XML feature generator descriptor; such descriptors are embedded as artifacts in model archives (e.g. TokenNameFinder and POSTagger models) and are parsed during model loading, so an attacker who can supply a crafted model archive controls the class name directly. (2) StreamFactoryRegistry.getFactory(Class, String), which falls back to interpreting an unregistered format name as the fully-qualified class name of an ObjectStreamFactory; this is exploitable in applications that pass untrusted format names (e.g. exposing the -format parameter of the command-line tooling to external input). (3) StringInterners, which instantiates the interner implementation named by the opennlp.interner.class system property; this value is normally deployer-controlled, so it is hardened as defense in depth rather than being independently attacker-reachable. Exploitation requires a class with attacker-useful side effects in its static initializer or no-arg constructor (JNDI lookup, outbound network I/O, filesystem access) to be present on the classpath, so this is not drop-in remote code execution. T Mitigation: Upgrade to a fixed release. The fix routes all three paths through ExtensionLoader.instantiateExtension(...), which consults a package-prefix allowlist before Class.forName() is invoked, so a disallowed class is never loaded, initialized, or constructed. Classes under the opennlp. prefix remain permitted by default. Deployments that load models referencing feature generator factories, object stream factories, or string interners 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 all model files and format names are sourced from trusted origins and should audit their classpath for classes with side-effecting static initializers or constructors.

CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Apache Opennlp

    APP
    Apache
    3.0.0< 2.5.11
🔵
ZWERYFIKUJ U PRODUCENTA
Brak jednoznacznych danych o patchu. Sprawdź referencje od producenta.
Tagi
RCE
CWE
Referencje

Powiązane podatności

CVE-2026-40682CRITICAL9.1PL ✓ten sam produkt

XXE w Apache OpenNLP — ujawnienie plików i SSRF przez parsowanie słowników

CVE-2026-42027CRITICAL9.8PL ✓ten sam produkt

Apache OpenNLP: arbitralne ładowanie klas przez manifest modelu (RCE-adjacent)

CVE-2017-12620CRITICAL9.8PL ✓ten sam produkt

Apache OpenNLP — podatność XXE przy ładowaniu modeli i słowników XML

CVE-2026-43825HIGH7.3PL ✓ten sam produkt

Apache OpenNLP: RCE przez niebezpieczną deserializację w SvmDoccatModel

CVE-2026-42440HIGH7.5ten sam produkt

OOM Denial of Service via Unbounded Array Allocation in Apache OpenNLP AbstractModelReader  Versions Affected...