Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-4jh3-6jhv-2mgp: react-native-mmkv Insertion of Sensitive Information into Log File vulnerability

Summary

Before version v2.11.0, the react-native-mmkv logged the optional encryption key for the MMKV database into the Android system log. The key can be obtained by anyone with access to the Android Debugging Bridge (ADB) if it is enabled in the phone settings. This bug is not present on iOS devices.

Details

The bridge for communicating between JS code and native code on Android logs the encryption key. This was fixed in commit a8995cc by only logging whether encryption is used.

Impact

The encryption of an MMKV database protects data from higher privilege processes on the phone that can access the app storage. Additionally, if data in the app’s storage is encrypted, it is also encrypted in potential backups. By logging the encryption secret to the system logs, attackers can trivially recover the secret by enabling ADB and undermining an app’s thread model.

The bug was discovered and fixed by somebody else. Not me. I’m just reporting this so users of react-native-mmkv upgrade the dependency.

ghsa
#vulnerability#ios#android#js#git

Summary

Before version v2.11.0, the react-native-mmkv logged the optional encryption key for the MMKV database into the Android system log. The key can be obtained by anyone with access to the Android Debugging Bridge (ADB) if it is enabled in the phone settings. This bug is not present on iOS devices.

Details

The bridge for communicating between JS code and native code on Android logs the encryption key. This was fixed in commit a8995cc by only logging whether encryption is used.

Impact

The encryption of an MMKV database protects data from higher privilege processes on the phone that can access the app storage. Additionally, if data in the app’s storage is encrypted, it is also encrypted in potential backups.
By logging the encryption secret to the system logs, attackers can trivially recover the secret by enabling ADB and undermining an app’s thread model.

The bug was discovered and fixed by somebody else. Not me. I’m just reporting this so users of react-native-mmkv upgrade the dependency.

References

  • GHSA-4jh3-6jhv-2mgp
  • mrousavy/react-native-mmkv@a8995cc
  • https://github.com/mrousavy/react-native-mmkv/releases/tag/v2.11.0

ghsa: Latest News

GHSA-6jrf-rcjf-245r: changedetection.io path traversal using file URI scheme without supplying hostname