mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 15:08:03 +02:00
19 lines
837 B
Markdown
19 lines
837 B
Markdown
### [CVE-2014-7951](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7951)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Directory traversal vulnerability in the Android debug bridge (aka adb) in Android 4.0.4 allows physically proximate attackers with a direct connection to the target Android device to write to arbitrary files owned by system via a .. (dot dot) in the tar archive headers.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/131510/ADB-Backup-Traversal-File-Overwrite.html
|
|
- https://www.exploit-db.com/exploits/36813/
|
|
|
|
#### Github
|
|
- https://github.com/askk/CVE-2014-4322_adaptation
|
|
|