Home / Vulnerability Database / C-sharp : Xamarin: External storage usage
C#

C-sharp : Xamarin: External storage usage

Classification

OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
CWE/SANS Top 25 2011

Overview

The application writes data to an external storage device.

Files written to external storage device are readable by all applications and can be changed when the user connects the device to a computer in a USB drive mode. Besides, files stored in external storage will remain there even after the application is deleted. This can lead to a valuable data confidentiality loss.

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : Xamarin: External storage usage in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined