logo

Database

Executable Files Unverifiable Files Detected

Description

Detects unverifiable executable files that could contain malicious code or pose security risks. These files represent a security concern since their contents and behavior cannot be properly validated, potentially allowing execution of harmful code.

Weakness:

117 - Unverifiable files

Category: Functionality Abuse

Detection Strategy

    Check if file is not an APK file located in the 'fa_apks_to_analyze' directory

    Read raw content of the file up to maximum allowed size

    Report a vulnerability if executable file is found that cannot be verified

    Examine file extension and path to identify executable files that require verification