UCF STIG Viewer Logo

The mobile app must not record or forward sensor data unless explicitly authorized to do so.


Overview

Finding ID Version Rule ID IA Controls Severity
SRG-APP-000516-MAPP-000075 SRG-APP-000516-MAPP-000075 SRG-APP-000516-MAPP-000075_rule Medium
Description
Sensors include the GPS, gyroscope, accelerometer, camera, and microphone. When sensor data is either recorded locally or sent to a remote server, the potential exists for an adversary to obtain sensitive information that could be used to harm the user or compromise information systems. In particular, when location data is forwarded, the user may be physically targeted. User safety and mission assurance risks are mitigated when sensor data is only collected or forwarded when expressly authorized.
STIG Date
Mobile Application Security Requirements Guide 2014-07-22

Details

Check Text ( C-SRG-APP-000516-MAPP-000075_chk )
Perform a static program analysis to determine if the mobile app accesses any sensor data during its operation. If it does not, then there is no finding. If it does, perform a static or dynamic program analysis to determine whether the app either locally records the sensor information or forwards it to another host. If it does either of these, then verify that the activity is authorized. If it is not authorized, then this is a finding.
Fix Text (F-SRG-APP-000516-MAPP-000075_fix)
Configure or code the mobile app so that it does not record or forward sensor data unless explicitly authorized to do so.