CVE-2022-0866

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.
References
Link Resource
https://bugzilla.redhat.com/show_bug.cgi?id=2060929#c0 Issue Tracking Mitigation Vendor Advisory
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:redhat:jboss_enterprise_application_platform:*:*:*:*:*:*:*:*
cpe:2.3:a:redhat:openstack_platform:13.0:*:*:*:*:*:*:*
cpe:2.3:a:redhat:wildfly:*:*:*:*:*:*:*:*

History

18 May 2022, 16:13

Type Values Removed Values Added
CPE cpe:2.3:a:redhat:openstack_platform:13.0:*:*:*:*:*:*:*
cpe:2.3:a:redhat:jboss_enterprise_application_platform:*:*:*:*:*:*:*:*
cpe:2.3:a:redhat:wildfly:*:*:*:*:*:*:*:*
CWE CWE-863
CVSS v2 : unknown
v3 : unknown
v2 : 4.3
v3 : 5.3
First Time Redhat
Redhat jboss Enterprise Application Platform
Redhat wildfly
Redhat openstack Platform
References (MISC) https://bugzilla.redhat.com/show_bug.cgi?id=2060929#c0 - (MISC) https://bugzilla.redhat.com/show_bug.cgi?id=2060929#c0 - Issue Tracking, Mitigation, Vendor Advisory

10 May 2022, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-05-10 21:15

Updated : 2023-12-10 14:22


NVD link : CVE-2022-0866

Mitre link : CVE-2022-0866

CVE.ORG link : CVE-2022-0866


JSON object : View

Products Affected

redhat

  • openstack_platform
  • wildfly
  • jboss_enterprise_application_platform
CWE
CWE-863

Incorrect Authorization