Home / Vulnerability Database / C-sharp : Xamarin: File with universal read or write access
C#

C-sharp : Xamarin: File with universal read or write access

Classification

Overview

The application saves the file with global read and write access. This can lead to data confidentiality loss.

The application saves the file with the MODE_WORLD_READABLE or MODE_WORLD_WRITEABLE parameter, thus granting all applications access for reading or writing into this file. Using the mentioned constants is insecure: they are deprecated since API Level 17 (Android 4.2).

MEDIUM

DerScanner Severity Score

Do you want to fix C-sharp : Xamarin: File with universal read or write access 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