Lucene search

K
cvelistGoogleCVELIST:CVE-2023-0460
HistoryMar 01, 2023 - 4:50 p.m.

CVE-2023-0460 Remote code execution in YouTube Android Player API SDK

2023-03-0116:50:12
CWE-470
Google
www.cve.org
youtube
android
remote code execution
vulnerability
sdk
malicious app
play store

5.1 Medium

CVSS3

Attack Vector

ADJACENT

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:A/AC:H/PR:L/UI:R/S:U/C:L/I:H/A:N

0.0004 Low

EPSS

Percentile

9.1%

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.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "YouTube Android Player API SDK",
    "vendor": "Google",
    "versions": [
      {
        "lessThanOrEqual": "1.2.2",
        "status": "affected",
        "version": "1.2",
        "versionType": "custom"
      }
    ]
  }
]

5.1 Medium

CVSS3

Attack Vector

ADJACENT

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:A/AC:H/PR:L/UI:R/S:U/C:L/I:H/A:N

0.0004 Low

EPSS

Percentile

9.1%

Related for CVELIST:CVE-2023-0460