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-63317

5.6 · MEDIUM
Published Jul 24, 2026 apache CWE-470 EPSS 0.56% (44th pctl)

Overview

CVE-2026-63317 is a medium-severity vulnerability affecting apache opennlp. It was published on July 24, 2026 and has a CVSS 3.1 base score of 5.6 (MEDIUM).

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

Technical Description

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 th

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
apache opennlp >= 0, < 2.5.11 Affected

Frequently Asked Questions

What is CVE-2026-63317?

CVE-2026-63317 is a medium-severity vulnerability affecting apache opennlp. It was published on July 24, 2026 and has a CVSS 3.1 base score of 5.6 (MEDIUM).

How severe is CVE-2026-63317?

This vulnerability has a CVSS 3.1 base score of 5.6, rated MEDIUM. 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-63317?

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-63317?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63317 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.