Impact
The Datadog Android application writes operationally sensitive content to plain text SQLite databases via Room. The databases contain notification titles, messages, recipients, incident links, and every in‑app search query. The lack of encryption (no SQLCipher configuration) means any user who can access the internal storage gains visibility into customer infrastructure metadata, incident acknowledgements and query history, constituting an information disclosure flaw classified as CWE‑922.
Affected Systems
Datadog Android App – the LocalNotificationDatabase and SearchRecentDatabase located in /data/data/com.datadog.app/databases/. No specific product version information is provided, but all installed instances of the app store these databases in cleartext.
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