CVE-2025-20060

7.5 HIGH

📋 TL;DR

This vulnerability in the Dario Health Android application allows attackers to access cross-user personal identifiable information (PII) and personal health information stored in the application database. The exposure occurs through improper protection of sensitive data transmitted to the device. This affects all users of the vulnerable Dario Health application versions on Android devices.

💻 Affected Systems

Products:
  • Dario Health mobile application
Versions: Specific vulnerable versions not publicly disclosed in advisory
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability affects the Android application specifically; iOS version status unknown. Requires the Dario Health app to be installed and used on Android devices.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access sensitive personal health records, medication information, biometric data, and personal identifiers of multiple users, leading to privacy violations, identity theft, or targeted attacks based on health conditions.

🟠

Likely Case

Malicious applications or compromised devices could extract health data and personal information from the Dario Health app database, exposing users' private medical information and personal details.

🟢

If Mitigated

With proper Android security controls and app sandboxing, only malicious apps with specific permissions or physical device access could exploit this vulnerability.

🌐 Internet-Facing: LOW
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires access to the Android device (malicious app installation or physical access) and knowledge of the database structure. No public exploit code is available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not specified in advisory

Vendor Advisory: https://www.dariohealth.com/contact/

Restart Required: No

Instructions:

1. Update the Dario Health application through Google Play Store. 2. Ensure automatic updates are enabled. 3. Verify the app is updated to the latest version.

🔧 Temporary Workarounds

Disable app or restrict permissions

android

Temporarily disable the Dario Health app or restrict its permissions until patched

Enable Android security features

android

Ensure device encryption, screen lock, and app sandboxing are properly configured

🧯 If You Can't Patch

  • Uninstall the Dario Health application from affected devices
  • Implement mobile device management (MDM) policies to restrict app installations and monitor for suspicious activity

🔍 How to Verify

Check if Vulnerable:

Check if Dario Health app is installed on Android devices and review app version against latest available in Google Play Store

Check Version:

adb shell dumpsys package com.dariohealth.dario | grep versionName

Verify Fix Applied:

Verify Dario Health app is updated to latest version from Google Play Store and no sensitive data is exposed through app database inspection tools

📡 Detection & Monitoring

Log Indicators:

  • Unusual database access patterns from other apps
  • Permission escalation attempts targeting health data

Network Indicators:

  • Unexpected data exfiltration from mobile devices
  • Suspicious app-to-app communication

SIEM Query:

source="android_devices" app_name="Dario Health" (event_type="database_access" OR event_type="permission_violation")

🔗 References

📤 Share & Export