Skip to content

Hash Generated Using Broken Cryptography API (SHA1) #29

Description

@shishiraetna

The following vulnerable code locations within the App use CC_SHA1 or CryptoKit.Insecure.SHA1hashing functions, which leverage hashing algorithms that are proven to be vulnerable to collision attacks, and are unsuitable for modern use.

_-[FIRInstallationsIIDStore sha1WithData:] calls CC_SHA1()

This code was identified within the App.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations binary.

RECOMMENDATION
Switch each usage of these outdated hashing functions to use a stronger algorithm with better collision resistance properties, such as SHA-256 or SHA-512.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions