Impact
The Datadog Android application, in versions prior to v554‑5.9.4, records notification and search data in two Room‑backed SQLite databases that lack encryption. These databases contain sensitive fields such as notification titles, messages, recipients, service identifiers, tags, and incident deep‑links, as well as the user’s full in‑app search history. Because the data are stored in cleartext, any actor who can bypass the application sandbox can read these files locally, thereby exposing operational metadata and user activity. This constitutes an information‑disclosure flaw classified as CWE‑922.
Affected Systems
Datadog Android App – versions prior to v554‑5.9.4 store two cleartext Room‑backed SQLite databases (LocalNotificationDatabase and SearchRecentDatabase) in /data/data/com.datadog.app/databases/. The databases contain sensitive notification and search data in plain text.
Risk and Exploitability
Exploitation depends on device compromise: a rooted or jailbroken device, a misconfigured android:allowBackup backup, physical handover scenarios, or forensic acquisition grants an attacker read access to the database files. The CVSS score of 4.6 indicates medium severity; loss of confidential operational data could be significant. The vulnerability is not listed in the CISA KEV catalog, and its EPSS score is not available, but the risk remains high for any device that is compromised.
OpenCVE Enrichment