AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-47363

MEDIUM · CVSS 6.3 EPSS 0.14%

Source: NVD + CISA KEV + EPSS · Published 2026-08-07 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The Datadog Android application is vulnerable due to its launcher activity being declared as exported without proper permission controls, allowing any installed application to invoke it with arbitrary session data. This flaw enables an attacker to perform automatic logins using a victim's OAuth access and refresh tokens, potentially compromising user identity and access to sensitive data. Organizations using the Datadog application on Android devices should prioritize addressing this vulnerability, particularly those with co-installed applications that could exploit this weakness.

CVE
CVE-2026-47363
Severity
MEDIUM
CVSS
6.3
EPSS
0.14%
Android

Original NVD Description

In versions of the Datadog Android application prior to v541-5.9.2, the exported launcher activity AppActivity accepts an attacker-supplied session (including OAuth tokens) from Intent extras with no permission guard, and signs the app into that session without validating it against the backend. This requires a malicious application co-installed on a device with the Datadog app installed, and an OAuth token the attacker is willing to load into the victim's app. Impact: A co-installed application can switch the victim's Datadog app to a session the attacker controls. This is an account-confusion issue; it does not by itself expose the victim's existing session or data.