Dark Mode
Capec-388 Detail
Application API Button Hijacking
Detailed Communications Software Typical Severity: Medium
Parents: 386
Threats: T296
An attacker manipulates either egress or ingress data from a client within an application framework in order to change the destination and/or content of buttons displayed to a user within API messages. Performing this attack allows the attacker to manipulate content in such a way as to produce messages or content that looks authentic but contains buttons that point to an attacker controlled destination.
Not present
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-388 | capec | https://capec.mitre.org/data/definitions/388.html | |
| CWE-471 | cwe | http://cwe.mitre.org/data/definitions/471.html | |
| CWE-345 | cwe | http://cwe.mitre.org/data/definitions/345.html | |
| CWE-346 | cwe | http://cwe.mitre.org/data/definitions/346.html | |
| CWE-602 | cwe | http://cwe.mitre.org/data/definitions/602.html | |
| CWE-311 | cwe | http://cwe.mitre.org/data/definitions/311.html | |
| REF-327 | reference_from_CAPEC | Tom Stracener, Sean Barnum, So Many Ways [...]: Exploiting Facebook and YoVille, 2010, Defcon 18 |
Not present
- Targeted software is utilizing application framework APIs
- A software program that allows the use of adversary-in-the-middle (CAPEC-94) communications between the client and server, such as a adversary-in-the- middle (CAPEC-94) proxy.
Not present
Not present
- An in-game event occurs and the attacker traps the result, which turns out to be a form that will be populated to their primary profile. The attacker, using a MITM proxy, observes the following data: [Button][Claim_Item]Sourdough_Cookie[URL_IMG]foo[/URL_IMG][Claim_Link]bar[/Claim_Link] By altering the destination of "Claim_Link" to point to the attackers' server an unwitting victim can be enticed to click the link. Another example would be for the attacker to rewrite the button destinations for an event so that clicking "Yes" or "No" causes the user to load the attackers' code.