CAPEC Details
Name Shared Resource Manipulation
Likelyhood of attack Typical severity
High Medium
Summary An adversary exploits a resource shared between multiple applications, an application pool or hardware pin multiplexing to affect behavior. Resources may be shared between multiple applications or between multiple threads of a single application. Resource sharing is usually accomplished through mutual access to a single memory location or multiplexed hardware pins. If an adversary can manipulate this shared resource (usually by co-opting one of the applications or threads) the other applications or threads using the shared resource will often continue to trust the validity of the compromised shared resource and use it in their calculations. This can result in invalid trust assumptions, corruption of additional data through the normal operations of the other users of the shared resource, or even cause a crash or compromise of the sharing applications.
Prerequisites The target applications, threads or functions must share resources between themselves. The adversary must be able to manipulate some piece of the shared resource either directly or indirectly and the other users of the data must accept the changed data as valid. Usually this requires that the adversary be able to compromise one of the sharing applications or threads in order to manipulate the shared data.
Solutions
Related Weaknesses
CWE ID Description
CWE-1189 Improper Isolation of Shared Resources on System-on-a-Chip (SoC)
CWE-1331 Improper Isolation of Shared Resources in Network On Chip