Home / Vulnerability Database / Objective-C : Insecure manipulations with the file system
Objective-C
Objective-C : Insecure manipulations with the file system
Classification
OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
PCI DSS 4.0
HIPAA
CWE
Overview
The application uses a method that create a temporary file before writing data to a target file. This method reduces the risk of information leakage when copying or writing to a file, but if the temporary file is created in a public directory, the attacker may replace or steal it before it is written to the targeted file.
LOW
DerScanner Severity Score
Do you want to fix Objective-C : Insecure manipulations with the file system in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
