9.3
CVSSv2

CVE-2015-6620

Published: 08/12/2015 Updated: 12/02/2019
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 829
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

libstagefright in Android prior to 5.1.1 LMY48Z and 6.0 prior to 2015-12-01 allows malicious users to gain privileges via a crafted application, as demonstrated by obtaining Signature or SignatureOrSystem access, aka internal bugs 24123723 and 24445127.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

google android 6.0

google android

Github Repositories

POC for CVE-2015-6620, AMessage unmarshal arbitrary write

CVE-2015-6620-POC-1 POC for one bug in CVE-2015-6620-1 (ANDROIDID-24123723), AMessage unmarshal arbitrary write The two bugs are merged to one CVE, and here is POC for one of them ##Explaination 533 sp<AMessage> AMessage::FromParcel(const Parcel &parcel) { 534 int32_t what = parcelreadInt32(); 535 sp<AMessage> msg = new AMessage(what

Infoleak and PC control poc for CVE-2015-6620 (24445127), I'll add after conference

mediacodecoob Infoleak and PC control poc for CVE-2015-6620 (24445127), I'll add after conference