mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
20 lines
928 B
Markdown
20 lines
928 B
Markdown
![]() |
### [CVE-2014-3100](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3100)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
Stack-based buffer overflow in the encode_key function in /system/bin/keystore in the KeyStore service in Android 4.3 allows attackers to execute arbitrary code, and consequently obtain sensitive key information or bypass intended restrictions on cryptographic operations, via a long key name.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- http://packetstormsecurity.com/files/127185/Android-KeyStore-Stack-Buffer-Overflow.html
|
||
|
- http://www.slideshare.net/ibmsecurity/android-keystorestackbufferoverflow
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ksparakis/apekit
|
||
|
- https://github.com/shellcong/seccomp_keystore
|
||
|
|