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.
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Link | Tags |
---|---|
http://packetstormsecurity.com/files/131510/ADB-Backup-Traversal-File-Overwrite.html | third party advisory vdb entry exploit |
https://www.exploit-db.com/exploits/36813/ | third party advisory vdb entry exploit |
http://seclists.org/fulldisclosure/2015/Apr/51 | mailing list third party advisory exploit |
http://www.securityfocus.com/bid/74211 | third party advisory vdb entry |
https://android.googlesource.com/platform/frameworks/base/+/7bc601d%5E%21/#F0 |