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.
Published: 2026-08-07
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Datadog Android application has an exported launcher activity that accepts intent extras containing a UserSession, including OAuth tokens. Because this activity lacks permission checks, a co‑installed malicious application can inject a crafted session, and the app will sign in using that session without validating it against the backend. This flaw allows an attacker to switch the victim’s Datadog session to one under the attacker’s control, constituting an account‑confusion vulnerability (CWE‑926). The specifics of the vulnerability’s description may have been updated, but the core issue remains an unprotected activity that accepts arbitrary session data. Note: Updated description is not available; this summary reflects the last known details.

Affected Systems

Any device running the Datadog Android application that contains the exported launcher activity is affected. The vulnerability applies to all installed versions of the app, and any new release that still exposes this activity without protection would remain vulnerable until a vendor patch is issued.

Risk and Exploitability

The attack requires only a second application on the same device, with zero installation permissions. The attacker does not need to compromise the device or gain network access; local compromise suffices. Because the vulnerability bypasses server‑side token verification, a valid OAuth token supplied by the attacker can be used by the victim’s device, enabling immediate access to the victim’s Datadog resources. No EPSS score is available. The CVSS score of 6.3 indicates moderate severity, and the vulnerability is not listed in KEV. The direct hijacking of credentials and impersonation represents a significant confidentiality and integrity threat, requiring prompt remediation.

Generated by OpenCVE AI on August 8, 2026 at 02:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Datadog Android application update that removes or protects the exported launcher activity—this is the vendor’s official fix for the identified weakness (CWE‑926).
  • If a patched update is not yet available, uninstall or temporarily disable the Datadog Android application to remove the attack surface until the vendor releases a fix.
  • Audit the device for other applications that can send arbitrary intents to the Datadog activity and delete any suspicious or unknown apps; enforce strict app‑installation policies to block malicious co‑installed code.

Generated by OpenCVE AI on August 8, 2026 at 02:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Title Credential Hijacking via Unprotected UserSession Injection in Datadog Android App

Sat, 08 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Description The launcher activity AppActivity in the Datadog Android application is declared android:exported="true" with launchMode="singleTask" and no permission guard. On every onCreate and onNewIntent, it invokes Intent.getUserSession(), an extension that deserializes a full UserSession — user identity, OAuth access and refresh tokens, host, organization, datacenter, and permissions — from Bundle extras keyed under the com.datadog.app.* namespace. This extension lives in the main sourceset, not a test-only sourceset, despite a misleading comment referencing internal test fixtures. Any application installed on the device can invoke the launcher with arbitrary session extras. The startup pipeline accepts the injected session, persists it to user storage, optionally rotates persisted token storage when an OAUTH_OVERRIDE_TOKEN extra is set, and performs an automatic login under the attacker-chosen identity. The session preparer returns Ready without contacting the backend whenever the injected access token is not flagged as expired-or-expiring-soon, so no server-side token introspection takes place before auto-login. Preconditions: the Datadog application installed on the victim device, and a zero-permission co-installed malicious application. The attacker must possess any OAuth access token they are willing to have the victim use, including the attacker's own Datadog tokens. 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.

Fri, 07 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
Title Credential Hijacking via Unprotected UserSession Injection in Datadog Android App

Fri, 07 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description The launcher activity AppActivity in the Datadog Android application is declared android:exported="true" with launchMode="singleTask" and no permission guard. On every onCreate and onNewIntent, it invokes Intent.getUserSession(), an extension that deserializes a full UserSession — user identity, OAuth access and refresh tokens, host, organization, datacenter, and permissions — from Bundle extras keyed under the com.datadog.app.* namespace. This extension lives in the main sourceset, not a test-only sourceset, despite a misleading comment referencing internal test fixtures. Any application installed on the device can invoke the launcher with arbitrary session extras. The startup pipeline accepts the injected session, persists it to user storage, optionally rotates persisted token storage when an OAUTH_OVERRIDE_TOKEN extra is set, and performs an automatic login under the attacker-chosen identity. The session preparer returns Ready without contacting the backend whenever the injected access token is not flagged as expired-or-expiring-soon, so no server-side token introspection takes place before auto-login. Preconditions: the Datadog application installed on the victim device, and a zero-permission co-installed malicious application. The attacker must possess any OAuth access token they are willing to have the victim use, including the attacker's own Datadog tokens.
Weaknesses CWE-926
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: hackerone

Published:

Updated: 2026-08-08T01:05:53.203Z

Reserved: 2026-05-19T15:00:09.319Z

Link: CVE-2026-47363

cve-icon Vulnrichment

Updated: 2026-08-07T18:33:57.702Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T02:30:04Z

Weaknesses
  • CWE-926

    Improper Export of Android Application Components