VYPR
Medium severity5.3OSV Advisory· Published May 10, 2022· Updated Jun 17, 2026

CVE-2022-0866

CVE-2022-0866

Description

This is a concurrency issue that can result in the wrong caller principal being returned from the session context of an EJB that is configured with a RunAs principal. In particular, the org.jboss.as.ejb3.component.EJBComponent class has an incomingRunAsIdentity field. This field is used by the org.jboss.as.ejb3.security.RunAsPrincipalInterceptor to keep track of the current identity prior to switching to a new identity created using the RunAs principal. The exploit consist that the EJBComponent#incomingRunAsIdentity field is currently just a SecurityIdentity. This means in a concurrent environment, where multiple users are repeatedly invoking an EJB that is configured with a RunAs principal, it's possible for the wrong the caller principal to be returned from EJBComponent#getCallerPrincipal. Similarly, it's also possible for EJBComponent#isCallerInRole to return the wrong value. Both of these methods rely on incomingRunAsIdentity. Affects all versions of JBoss EAP from 7.1.0 and all versions of WildFly 11+ when Elytron is enabled.

AI Insight

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

Affected products

4
  • Wildfly/WildflyOSV2 versions
    11.0.0.Final, 12.0.0.Beta1, 12.0.0.CR1, …+ 1 more
    • (no CPE)range: 11.0.0.Final, 12.0.0.Beta1, 12.0.0.CR1, …
    • (no CPE)range: >=11.0
  • Range: >=7.1.0
  • osv-coords
    Range: >= 11.0.0, < 26.1.1

Patches

Vulnerability mechanics

References

1

News mentions

0

No linked articles in our index yet.