# CVE-2026-47362

## Summary

- **CVE ID:** CVE-2026-47362
- **Severity:** MEDIUM
- **CVSS Score:** 4.6 (CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)
- **CWE:** CWE-922
- **Published:** Aug 7, 2026
- **Last Modified:** Aug 8, 2026

## Description

The Datadog Android application stores operationally sensitive content in plaintext SQLite databases via Room. Two databases were reviewed: LocalNotificationDatabase (table local_notifications, columns including title, message, recipient, service, tags, and on-call/incident deeplinks) and SearchRecentDatabase (table search_recents, storing every in-app search query the user typed).
A repository-wide search for SQLCipher, SupportFactory, openHelperFactory, or any Room encryption configuration returns no matches. Databases are stored as cleartext SQLite files in /data/data/com.datadog.app/databases/. At-rest protection therefore depends solely on the Android application sandbox — the standard Android baseline, adequate for many applications but flagged here as a hardening recommendation because the stored content is operationally sensitive (customer infrastructure monitoring metadata, incident notification recipients, and free-text search queries that may reveal service names, dashboards, and queries of interest).
Exploitation paths include rooted or jailbroken devices, adb backup if android:allowBackup is misconfigured for any build flavor, physical-device handover scenarios, and forensic acquisition.

## Affected Products

- Datadog — Android App (5.9.4)

## References

- [CNA](https://trust.datadoghq.com/?tcuUid=2e8b8fa5-39ca-43f4-9f6a-aeafafb440ef)
- [CNA](https://cwe.mitre.org/data/definitions/922.html)
- [CNA](https://www.zetetic.net/sqlcipher/sqlcipher-for-android/)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.17%
- **EPSS Percentile:** 6.8

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-11._