Dark Mode
Capec-124 Detail
Shared Resource Manipulation
Meta Software Hardware Typical Severity: Medium
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.
Not present
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-124 | capec | https://capec.mitre.org/data/definitions/124.html | |
| CWE-1189 | cwe | http://cwe.mitre.org/data/definitions/1189.html | |
| CWE-1331 | cwe | http://cwe.mitre.org/data/definitions/1331.html |
Not present
- 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.
- None: The attacker does not need any specialized resources to execute this type of attack.
Not present
Not present
Not present