2 matches found
Design/Logic Flaw
In Bitmap.ccp if Bitmap.nativeCreate fails an out of memory exception is not thrown leading to a java.io.IOException later on. This could lead to a remote denial of service of a critical system process with no additional execution privileges needed. User interaction is not needed for exploitation...
CVE-2017-13199
CVE-2017-13199 affects Android 8.0 and 8.1. The issue arises in the Bitmap handling path (Bitmap.nativeCreate) where a failure during Bitmap creation does not throw an OOM, causing a downstream java.io.IOException and enabling a remote denial of service of a critical system process without user i...