Juniper Junos 10.4 before 10.4R16, 11.4 before 11.4R10, 12.1R before 12.1R8-S2, 12.1X44 before 12.1X44-D30, 12.1X45 before 12.1X45-D20, 12.1X46 before 12.1X46-D10, 12.2 before 12.2R7, 12.3 before 12.3R4-S2, 13.1 before 13.1R3-S1, 13.2 before 13.2R2, and 13.3 before 13.3R1 allows remote attackers to cause a denial of service (rdp crash) via a large BGP UPDATE message which immediately triggers a withdraw message to be sent, as demonstrated by a long AS_PATH and a large number of BGP Communities.
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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Junos | Juniper | 10.4 (including) | 10.4 (including) |
Junos | Juniper | 11.4 (including) | 11.4 (including) |
Junos | Juniper | 12.1r (including) | 12.1r (including) |
Junos | Juniper | 12.1x44 (including) | 12.1x44 (including) |
Junos | Juniper | 12.1x45 (including) | 12.1x45 (including) |
Junos | Juniper | 12.1x46 (including) | 12.1x46 (including) |
Junos | Juniper | 12.2 (including) | 12.2 (including) |
Junos | Juniper | 12.3 (including) | 12.3 (including) |
Junos | Juniper | 13.1 (including) | 13.1 (including) |
Junos | Juniper | 13.2 (including) | 13.2 (including) |
Junos | Juniper | 13.3 (including) | 13.3 (including) |
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.