ID CVE-2015-1882
Summary Multiple race conditions in IBM WebSphere Application Server (WAS) 8.5 Liberty Profile before 8.5.5.5 allow remote authenticated users to gain privileges by leveraging thread conflicts that result in Java code execution outside the context of the configured EJB Run-as user.
References
Vulnerable Configurations
  • cpe:2.3:a:ibm:websphere_application_server:8.5.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:ibm:websphere_application_server:8.5.5.4:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:websphere_application_server:8.5.5.4:*:*:*:*:*:*:*
CVSS
Base: 8.5 (as of 04-08-2016 - 03:18)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK MEDIUM SINGLE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:N/AC:M/Au:S/C:C/I:C/A:C
refmap via4
aixapar PI33357
bid 74222
confirm http://www-01.ibm.com/support/docview.wss?uid=swg21697368
sectrack 1032190
Last major update 04-08-2016 - 03:18
Published 27-04-2015 - 12:59
Last modified 04-08-2016 - 03:18
Back to Top