Home / Vulnerability Database / TypeScript : Unsafe internal storage
TypeScript

TypeScript : Unsafe internal storage

Overview

The application insecurely stores sensitive information.

Async Storage - a module in React Native that provides asynchronous, unencrypted storage as a key-value pair.

Data in Async Storage is well isolated and protected from access to it from other apps. Despite this, an attacker with access to the device can get the contents of the sandbox and extract the data saved in Async Storage. It’s especially dangerous for devices with jailbreak (for iOS) and rooting (for Android).

MEDIUM

DerScanner Severity Score

Do you want to fix TypeScript : Unsafe internal storage in your application?

See also

TypeScript

TypeScript : Unsafe Azure access control

TypeScript

TypeScript : Debug code

TypeScript

TypeScript : XSS protection is disabled