Skip to content

SOLIDPOD: Encryption is unauthenticated (AES-CTR with no MAC) #663

Description

@anushkavidanage

In the current solidpod implementation, data is encrypted using AESMode.sic is CTR mode. CTR is malleable: flipping a bit in ciphertext flips the same bit in the decrypted plaintext, and decryption succeeds silently. Furthermore, there is no MAC, no GCM tag, no AEAD anywhere in solidpod.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions