VYPR
Unrated severityNVD Advisory· Published Jun 12, 2026· Updated Jun 12, 2026

CVE-2026-50633

CVE-2026-50633

Description

JNDI injection in Apache CXF JCA module lets attackers with control over deployment descriptors achieve remote code execution. Upgrade to 4.2.2 or 4.1.7.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

JNDI injection in Apache CXF JCA module lets attackers with control over deployment descriptors achieve remote code execution. Upgrade to 4.2.2 or 4.1.7.

Vulnerability

A JNDI Injection vulnerability exists in Apache CXF's JCA integration module, specifically within the DispatchMDBMessageListenerImpl class. An attacker who can manipulate the JCA deployment descriptor (ra.xml) or runtime activation parameters can inject malicious JNDI lookups, enabling remote code execution. Affected versions are org.apache.cxf:cxf-integration-jca 4.2.0 up to but not including 4.2.2, and all versions before 4.1.7 [1].

Exploitation

The attacker must have the ability to modify the ra.xml deployment descriptor or supply crafted runtime activation parameters. This typically requires write access to the server's configuration files or control over the deployment process. By injecting a JNDI URI pointing to an attacker-controlled LDAP or RMI server within those parameters, the vulnerable code performs the lookup, retrieving a malicious serialized object that triggers code execution on the CXF server [1].

Impact

Successful exploitation allows arbitrary code execution on the server running the affected CXF JCA integration. The attacker gains the same privileges as the CXF application process, which can lead to full compromise of the application server, data exfiltration, or lateral movement within the network. The impact is rated as important [1].

Mitigation

Apache CXF has released fixed versions 4.2.2 and 4.1.7, which remediate the JNDI injection by properly sanitizing JNDI lookup parameters. Users should upgrade to either of these versions immediately. No workarounds have been provided [1].

AI Insight generated on Jun 12, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

2

News mentions

0

No linked articles in our index yet.