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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions