Unknown · Magisk App · CVE-2024-48336
**Name of the Vulnerable Software and Affected Versions**
Magisk App versions prior to 27007
**Description**
The issue arises from the `install()` function in ProviderInstaller.java, which fails to verify the GMS app before loading it. This oversight allows a local untrusted app with no additional privileges to silently execute arbitrary code in the Magisk app, thereby escalating privileges to root via a crafted package. Notably, user interaction is not required for exploitation.
**Recommendations**
For Magisk App versions prior to 27007, as a temporary workaround, consider disabling the `install()` function until a patch is available. Restrict access to the ProviderInstaller.java module to minimize the risk of exploitation. Avoid using crafted packages that could exploit this issue until the Magisk App is updated to version 27007 or later.