AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-47361

MEDIUM · CVSS 6.4 EPSS 0.17%

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

CyberRota Analysis

AI-Generated

The Datadog Android application contains a vulnerability in the BubbleChatActivity, which is improperly configured to accept SEND intents without permission checks, allowing any co-installed application to cancel the Bits AI chat notification using a supplied conversation ID. This can lead to denial of service for the notification, potentially facilitating phishing attempts by disrupting in-app workflows. Android developers and security teams should prioritize this issue to mitigate risks associated with unauthorized notification manipulation.

CVE
CVE-2026-47361
Severity
MEDIUM
CVSS
6.4
EPSS
0.17%
Android

Original NVD Description

In versions of the Datadog Android application prior to v541-5.9.2, BubbleChatActivity is exported with no permission guard and accepts a SEND intent with a caller-supplied conversation_id. When the activity closes and no in-process session matches that ID, it unconditionally cancels notification ID 9201 (the Bits AI chat notification), with no check on the caller's identity or ownership of the conversation. This requires a malicious application co-installed on the victim's device. Impact: A co-installed application can silently dismiss the victim's Bits AI chat notification. No chat content is exposed; conversation data remains server-authentication gated and is never returned to the caller.