CVE-2026-44965
Received Received - Intake

Permissionless Widget Activity Session Hijack in Datadog Android App

Vulnerability report for CVE-2026-44965, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-07

Last updated on: 2026-08-07

Assigner: HackerOne

Description

Six Android App Widget configuration activities in the Datadog Android application are declared android:exported="true" with no permission guard: IncidentWidgetActivity, MonitorSavedViewWidgetActivity, OnCallShiftsWidgetActivity, OnCallPagesWidgetActivity, SloWidgetActivity, and DashboardWidgetActivity. All six extend a shared base WidgetActivity that reads AppWidgetManager.EXTRA_APPWIDGET_ID from Intent extras and, when no resolved deep-link destination is supplied, uses that caller-controlled widget ID to look up the stored widget definition, fetch the associated user session, and perform an automatic login with source UserSessionSourceLogin.Automatic. Android App Widget IDs are small sequential integers assigned by AppWidgetManager. A zero-permission co-installed application can brute-force them by launching any of the six configuration activities with EXTRA_APPWIDGET_ID set to 1..N until one matches a configured widget on the victim device. When a match occurs, the activity foregrounds with the victim's session already loaded and renders the widget configuration UI, which is backed by live data pickers (SLOs, dashboards, incident severities and types, on-call pages and shifts) fetched through the victim's authenticated HTTP client. Exfiltration is screen-visible only — programmatic return of data to the caller is not possible from these activities. Disclosure is therefore a visual side-channel: accessibility services, screen recording, or screenshot capture. Preconditions: a malicious co-installed application, at least one of the six widgets configured on the victim's home screen, and an active Datadog session cached locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-07
Last Modified
2026-08-07
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
datadog datadog_android to 4.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-926 The Android application exports a component for use by other applications, but does not properly restrict which applications can launch the component or access the data it contains.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves six Android App Widget configuration activities in the Datadog app that are improperly set to android:exported=true without permission guards. A malicious co-installed app can brute-force widget IDs to trigger these activities, loading the victim's authenticated session and exposing sensitive widget configuration data through visual side-channels like screen recording.

Detection Guidance

Check for co-installed apps with activities named IncidentWidgetActivity, MonitorSavedViewWidgetActivity, OnCallShiftsWidgetActivity, OnCallPagesWidgetActivity, SloWidgetActivity, or DashboardWidgetActivity. Look for apps declaring android:exported=true without proper permissions. Use Android Studio's APK Analyzer or adb shell pm list packages -f to inspect manifest files for exported components.

Impact Analysis

If you have the Datadog app installed with configured widgets, a malicious app on your device could exploit this to access your session data. It allows attackers to view your widget configurations, such as dashboards, SLOs, or incident details, through screen visibility only. No direct data exfiltration occurs, but visual side-channels may capture sensitive information.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, potentially violating GDPR (data protection) and HIPAA (health information privacy) by exposing user session data through visual side-channels. Compliance may be impacted if sensitive information is disclosed without user consent.

Mitigation Strategies

Update the Datadog Android app to the latest version. Revoke Datadog sessions and clear app data. Disable widgets from the Datadog app if not needed. Monitor for suspicious screen recordings or accessibility service usage.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-44965. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart