Exploitation status
No KEV listing in available snapshot
Absence from KEV does not establish absence of exploitation.
Indicator investigation
Loading the current evidence view. Navigation and account controls remain available.
Loading verdict, provenance, relationships and sightings.
Indicator
Type cve · source NVD CVE
HIGH SEVERITY (CVSS 7.5)
Vulnerability investigation
The available snapshot does not list this vulnerability in CISA KEV; that is not proof exploitation has not occurred. NVD rates the technical severity high at CVSS 7.5. These are public vulnerability signals, not proof that a specific environment runs an affected version.
Exploitation status
No KEV listing in available snapshot
Absence from KEV does not establish absence of exploitation.
30-day exploitation likelihood
Unavailable
FIRST EPSS did not return a score.
Technical severity
7.5 · high
NVD base score; exploit likelihood is measured separately.
Affected surface
2 parsed products
Apache Opennlp, Apache Opennlp 3.0.0
Weakness class
CWE-789, CWE-770: Allocation of Resources Without Limits or Throttling
CWE describes the weakness category, not whether a deployed product is reachable or exploitable.
Corpus evidence
1 connectors · 10 citations
No related report text is available in the local corpus.
Findings stay bounded to named sources and observable infrastructure.
OOM Denial of Service via Unbounded Array Allocation in Apache OpenNLP AbstractModelReader Versions Affected: before 1.9.5 before 2.5.9 before 3.0.0-M3 Description: The AbstractModelReader methods getOutcomes(), getOutcomePatterns(), and getPredicates() each read a 32-bit signed integer count field from a binary model stream and pass that value directly to an array allocation (new String[numOutcomes], new int[numOCTypes][], new String[NUM_PREDS]) without validating that the value is non-negative or within a reasonable bound. The count is therefore fully attacker-controlled when the model file originates from an untrusted source. A crafted .bin model file in which any of these count fields is set to Integer.MAX_VALUE (or any value large enough to exhaust the available heap) triggers an OutOfMemoryError at the array allocation itself, before the corresponding label or pattern data is consumed from the stream. The error occurs very early in deserialization: for a GIS model, getOutcomes() is reached after only the model-type string, the correction constant, and the correction parameter have been read; so the attacker pays no meaningful size cost to weaponize a payload, and a single small file can crash a JVM that loads it. Any code path that deserializes a .bin model is affected, including direct use of GenericModelReader and any higher-level component that delegates to it during model load. The practical impact is denial of service against processes that load model files from untrusted or semi-trusted origins. Mitigation: * 2.x users should upgrade to 2.5.9. * 3.x users should upgrade to 3.0.0-M3. Note: The fix introduces an upper bound on each of the three count fields, checked before array allocation; counts that are negative or exceed the bound cause an IllegalArgumentException to be thrown and the read to fail fast with no large allocation. The default bound is 10,000,000, which is well above the entry counts of legitimate OpenNLP models but far below any value that would threaten heap exhaustion. Deployments that legitimately need to load models with more entries than the default can raise the limit at JVM startup by setting the OPENNLP_MAX_ENTRIES system property to the desired positive integer (e.g. -DOPENNLP_MAX_ENTRIES=50000000); invalid or non-positive values fall back to the default. Users who cannot upgrade immediately should treat all .bin model files as untrusted input unless their provenance is verified, and should avoid loading models supplied by end users or fetched from third-party repositories without integrity checks.
The base CVE appears first. Independent evidence is added without blocking the page.
Investigation status
Checking for newly completed evidence
NIST NVD
NVD evidence is available in this response
CISA KEV
Known-exploitation catalog check is pending
FIRST EPSS
Forensia does not request or publish EPSS while source rights are under review
Reports
Report links are still being resolved
Relationships
Product and vulnerability relationships are still being prepared
Local EPSS row, KEV flag, and catalog notes from stored metadata only.
Vendor/product strings parsed from local CPE URIs (no inferred ATT&CK).
| Product | CPE (truncated) |
|---|---|
| Apache Opennlp 3.0.0 | cpe:2.3:a:apache:opennlp:3.0.0:m2:*:*:*:*:*:* |
| Apache Opennlp 3.0.0 | cpe:2.3:a:apache:opennlp:3.0.0:m1:*:*:*:*:*:* |
| Apache Opennlp | cpe:2.3:a:apache:opennlp:*:*:*:*:*:*:*:* |
Neighborhood topology. Open the graph for interactive pivots.
Loading connected indicators, reports and entities.
High-signal pivots without leaving the thread you started in search.
Structured pivots from local graph context.
Full investigation canvas with neighbor expansion.