Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-4jh3-6jhv-2mgp

Опубликовано: 09 янв. 2024
Источник: github
Github: Прошло ревью
CVSS3: 4.4

Описание

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.

Пакеты

Наименование

react-native-mmkv

npm
Затронутые версииВерсия исправления

< 2.11.0

2.11.0

EPSS

Процентиль: 56%
0.00333
Низкий

4.4 Medium

CVSS3

Дефекты

CWE-532

Связанные уязвимости

CVSS3: 4.4
nvd
около 2 лет назад

react-native-mmkv is a library that allows easy use of MMKV inside React Native applications. Before version 2.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. 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. This issue has been patched in version 2.11.0.

EPSS

Процентиль: 56%
0.00333
Низкий

4.4 Medium

CVSS3

Дефекты

CWE-532