LiveActive security incident?Get immediate response
CVE Record

CVE-2019-17639: In Eclipse OpenJ9 prior to version 0.21 on Power platforms, calling the System.arraycopy method with a leng...

In Eclipse OpenJ9 prior to version 0.21 on Power platforms, calling the System.arraycopy method with a length longer than the length of the source or destination array can, in certain specially crafted code patterns, cause the current method to return prematurely with an undefined return value. This allows whatever value happens to be in the return register at that time to be used as if it matches the method's declared return type.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This affects Eclipse OpenJ9 Java runtimes on Power platforms before the fixed version boundary. Specially crafted Java code can make a method return early with an undefined value, creating unpredictable application behavior. Public severity and scoring are not provided in the bundle.

Executive priority

Treat as a targeted runtime hygiene issue unless affected Power/OpenJ9 systems are business-critical or execute untrusted code. Prioritize inventory first because public severity data is missing.

Technical view

The issue is a CWE-843 type confusion/undefined return behavior in OpenJ9 System.arraycopy handling. When arraycopy is called with an overlong length in specific code patterns, the current method may return prematurely and treat a stale return-register value as the declared return type.

Likely exposure

Exposure is most likely in workloads running Eclipse OpenJ9 on Power platforms, especially older Java runtime deployments. The sources do not identify operating systems, application types, or downstream vendor packages.

Exploitation context

The bundle does not show CISA KEV listing, public active exploitation, or exploit availability. Abuse appears to require specially crafted code running in the affected JVM, but the sources do not establish practical exploitability.

Researcher notes

Official sources describe the bug but provide limited impact detail, no CVSS vector, and no KEV signal. The version boundary should be verified against Eclipse bug details before final remediation tracking.

Mitigation direction

  • Inventory Eclipse OpenJ9 runtimes on Power platforms.
  • Upgrade affected OpenJ9 deployments according to Eclipse guidance.
  • Prioritize systems running untrusted or third-party Java code.
  • Check vendor advisories for downstream Java runtime packages.
  • Retire unsupported OpenJ9 builds where upgrade guidance is unavailable.

Validation and detection

  • Confirm OpenJ9 version on all Power hosts.
  • Check whether any runtime predates the fixed boundary described by Eclipse.
  • Review application paths that execute untrusted Java code.
  • Monitor for unexplained JVM or application control-flow anomalies.
  • Document exceptions with owner, runtime version, and compensating controls.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-843: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-17639 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
The Eclipse FoundationEclipse OpenJ9<= 0.21Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-843 · source CWE mapping

Access of Resource Using Incompatible Type ('Type Confusion')

Access of Resource Using Incompatible Type ('Type Confusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.