CVE Vulnerabilities

CVE-2012-3063

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Published: Jun 20, 2012 | Modified: Apr 11, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
7.1 HIGH
AV:N/AC:H/Au:S/C:C/I:C/A:C
RedHat/V2
RedHat/V3
Ubuntu

Cisco Application Control Engine (ACE) before A4(2.3) and A5 before A5(1.1), when multicontext mode is enabled, does not properly share a management IP address among multiple contexts, which allows remote authenticated administrators to bypass intended access restrictions in opportunistic circumstances, and read or modify configuration settings, via a login attempt to a context, aka Bug ID CSCts30631, a different vulnerability than CVE-2012-3058.

Weakness

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

Affected Software

Name Vendor Start Version End Version
Application_control_engine_software Cisco * a4(2.0) (including)
Application_control_engine_software Cisco a1(7) (including) a1(7) (including)
Application_control_engine_software Cisco a1(7a) (including) a1(7a) (including)
Application_control_engine_software Cisco a1(7b) (including) a1(7b) (including)
Application_control_engine_software Cisco a1(8) (including) a1(8) (including)
Application_control_engine_software Cisco a1(8a) (including) a1(8a) (including)
Application_control_engine_software Cisco a3(1.0) (including) a3(1.0) (including)
Application_control_engine_software Cisco a3(2.1) (including) a3(2.1) (including)
Application_control_engine_software Cisco a3(2.2) (including) a3(2.2) (including)
Application_control_engine_software Cisco a3(2.3) (including) a3(2.3) (including)
Application_control_engine_software Cisco a3(2.4) (including) a3(2.4) (including)
Application_control_engine_software Cisco a3(2.5) (including) a3(2.5) (including)
Application_control_engine_software Cisco a3(2.6) (including) a3(2.6) (including)
Application_control_engine_software Cisco a3(2.7) (including) a3(2.7) (including)
Application_control_engine_software Cisco a4(1.0) (including) a4(1.0) (including)
Application_control_engine_software Cisco a4(1.1) (including) a4(1.1) (including)
Application_control_engine_software Cisco a4(2.1) (including) a4(2.1) (including)
Application_control_engine_software Cisco a4(2.2) (including) a4(2.2) (including)
Application_control_engine_software Cisco a5(1.0) (including) a5(1.0) (including)

Extended Description

A race condition occurs within concurrent environments, and it is effectively a property of a code sequence. Depending on the context, a code sequence may be in the form of a function call, a small number of instructions, a series of program invocations, etc. A race condition violates these properties, which are closely related:

A race condition exists when an “interfering code sequence” can still access the shared resource, violating exclusivity. The interfering code sequence could be “trusted” or “untrusted.” A trusted interfering code sequence occurs within the product; it cannot be modified by the attacker, and it can only be invoked indirectly. An untrusted interfering code sequence can be authored directly by the attacker, and typically it is external to the vulnerable product.

Potential Mitigations

  • Minimize the usage of shared resources in order to remove as much complexity as possible from the control flow and to reduce the likelihood of unexpected conditions occurring.
  • Additionally, this will minimize the amount of synchronization necessary and may even help to reduce the likelihood of a denial of service where an attacker may be able to repeatedly trigger a critical section (CWE-400).

References