Description
In versions of the Datadog Android application prior to v545-5.9.2, OnCallNotificationActivity is declared exported with no permission guard. A co-installed application can launch it with attacker-controlled Intent extras, including a full-screen lock-screen message, an arbitrary on-call page ID, and an arbitrary Intent to run inside the Datadog process.
This requires:
A malicious application co-installed on the victim's device.
An active Datadog session in the Android app.
Impact: After a single tap on the Acknowledge button, the app sends a forged on-call acknowledgement to the backend under the victim's session, launches the attacker-supplied Intent from within the Datadog process (reaching otherwise non-exported components), and turns on the screen while dismissing the keyguard.
Published: 2026-08-07
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In versions of the Datadog Android application prior to v545‑5.9.2, OnCallNotificationActivity is declared exported without a permission guard. A co‑installed application can launch it with attacker‑controlled Intent extras, including a full‑screen lock‑screen message, an arbitrary on‑call page ID, and an arbitrary Intent to run inside the Datadog process. When the victim taps the Acknowledge button, the app sends a forged on‑call acknowledgement to the backend under the victim’s session, launches the attacker‑supplied Intent from within the Datadog process, causes the screen to turn on, and dismisses the keyguard. This results in unauthorized backend requests and potential lock‑screen manipulation, identified as CWE‑441.

Affected Systems

Datadog Android App, running on Android devices with versions prior to v545‑5.9.2.

Risk and Exploitability

The vulnerability is exploitable only on devices that have the Datadog app installed and a user who remains logged in to the app. A malicious co‑installed application can invoke the exported activity directly, bypassing any permission checks. Because the attacker can send forged acknowledgements over the victim’s credentials, the risk is significant. The CVSS score is 6.5. No EPSS data is available, and KEV lists it as not listed, but the lack of a permission guard implies a high local exploitability.

Generated by OpenCVE AI on August 8, 2026 at 04:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Datadog Android app to version v545‑5.9.2 or later, which removes the exported activity or enforces a permission guard.
  • If an update is not available, uninstall or disable the Datadog app on the device until a patch is released.
  • Prevent the installation of untrusted third‑party applications by enforcing app‑store restrictions or using device‑management tools.

Generated by OpenCVE AI on August 8, 2026 at 04:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Datadog
Datadog android App
Vendors & Products Datadog
Datadog android App

Sat, 08 Aug 2026 05:15:00 +0000

Type Values Removed Values Added
Title Exported Activity Without Permission Guard Enables Forged On‑Call Acknowledgements in Datadog Android App

Sat, 08 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
Title Datadog Android Exported Activity Enables Unauthorized Acknowledge Requests and Lock‑Screen Manipulation

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description The OnCallNotificationActivity in the Datadog Android application is declared android:exported="true" in AndroidManifest.xml with no permission guard. Any co-installed application on the same device can launch it with attacker-controlled Intent extras: on_call_page_content (rendered as full-screen lock-screen text), page_id (used to enqueue an on-call Acknowledge worker), and on_call_page_intent, a Parcelable Intent that is passed through to startActivity from inside the Datadog process after a single user tap on the Acknowledge button. The activity enables lock-screen display (setShowWhenLocked) and wakes the device (setTurnScreenOn) on launch. After one user tap, three effects follow: (1) a forged Acknowledge request is sent to the Datadog backend for the attacker-chosen page_id using the victim's authenticated session; (2) the attacker-controlled Intent is launched from the Datadog process via startActivity, providing reach into non-exported components of com.datadog.app (confused-deputy pattern); (3) the keyguard is dismissed and the screen turned on, usable as a social-engineering or annoyance vector. Preconditions: a malicious application co-installed on the victim device and an active Datadog session in the Android app. In versions of the Datadog Android application prior to v545-5.9.2, OnCallNotificationActivity is declared exported with no permission guard. A co-installed application can launch it with attacker-controlled Intent extras, including a full-screen lock-screen message, an arbitrary on-call page ID, and an arbitrary Intent to run inside the Datadog process. This requires: A malicious application co-installed on the victim's device. An active Datadog session in the Android app. Impact: After a single tap on the Acknowledge button, the app sends a forged on-call acknowledgement to the backend under the victim's session, launches the attacker-supplied Intent from within the Datadog process (reaching otherwise non-exported components), and turns on the screen while dismissing the keyguard.
References

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

Type Values Removed Values Added
Title Datadog Android Exported Activity Enables Unauthorized Acknowledge Requests and Lock‑Screen Manipulation

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

Type Values Removed Values Added
Description The OnCallNotificationActivity in the Datadog Android application is declared android:exported="true" in AndroidManifest.xml with no permission guard. Any co-installed application on the same device can launch it with attacker-controlled Intent extras: on_call_page_content (rendered as full-screen lock-screen text), page_id (used to enqueue an on-call Acknowledge worker), and on_call_page_intent, a Parcelable Intent that is passed through to startActivity from inside the Datadog process after a single user tap on the Acknowledge button. The activity enables lock-screen display (setShowWhenLocked) and wakes the device (setTurnScreenOn) on launch. After one user tap, three effects follow: (1) a forged Acknowledge request is sent to the Datadog backend for the attacker-chosen page_id using the victim's authenticated session; (2) the attacker-controlled Intent is launched from the Datadog process via startActivity, providing reach into non-exported components of com.datadog.app (confused-deputy pattern); (3) the keyguard is dismissed and the screen turned on, usable as a social-engineering or annoyance vector. Preconditions: a malicious application co-installed on the victim device and an active Datadog session in the Android app.
Weaknesses CWE-441
References

Subscriptions

Datadog Android App
cve-icon MITRE

Status: PUBLISHED

Assigner: hackerone

Published:

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

Reserved: 2026-05-08T15:00:02.447Z

Link: CVE-2026-44964

cve-icon Vulnrichment

Updated: 2026-08-07T18:36:56.762Z

cve-icon NVD

Status : Received

Published: 2026-08-07T18:17:14.570

Modified: 2026-08-08T02:17:17.160

Link: CVE-2026-44964

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T20:40:49Z

Weaknesses
  • CWE-441

    Unintended Proxy or Intermediary ('Confused Deputy')