Vulnerability in Google Youtube Android Player API
CVE-2023-0460
The YouTube Embedded 1.2 SDK binds to a service within the YouTube Main App. After binding, a remote context is created with the flags Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY. This allows the client app to remotely load code from YouTube Main App by retrieving the Main App’s ClassLoader. A potential vulnerability in the binding logic used by the client SDK where the SDK ends up calling bindService() on a malicious app rather than YT Main App. This creates a vulnerability where the SDK can load the malicious app’s ClassLoader instead, allowing the malicious app to load arbitrary code into the calling app whenever the embedded SDK is invoked. In order to trigger this vulnerability, an attacker must masquerade the Youtube app and install it on a device, have a second app that uses the Embedded player and typically distribute both to the victim outside of the Play Store.
EPSS: 0.001 (1.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.1 (Medium). Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:R/S:U/C:L/I:H/A:N.
Affected products
Weakness classification (CWE)
References
- cve-coordination@google.com (Product)
Frequently asked questions
- What is CVE-2023-0460?
- CVE-2023-0460 is a medium-severity vulnerability in Google Youtube Android Player API, classified under Use of Externally-Controlled Input to Select Classes or Code (Unsafe Reflection). CVSS score: 5.1/10. Published 2023-03-01.
- How severe is CVE-2023-0460?
- Medium severity. CVSS v3 base score is 5.1 out of 10.