lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <C30D20D8-0360-4E11-93F9-81CE87E5D8F0@dilger.ca> Date: Thu, 24 Sep 2015 23:10:30 +0200 From: Andreas Dilger <adilger@...ger.ca> To: Theodore Ts'o <tytso@....edu>, Michael Halcrow <mhalcrow@...gle.com> Cc: linux-ext4 <linux-ext4@...r.kernel.org> Subject: Potential problems with ext4 crypto I recently found a blog describing ext4 crypto: http://blog.quarkslab.com/a-glimpse-of-ext4-filesystem-level-encryption.html that reported several problems with the ext4 crypto code. Sadly, it doesn't seem that these issues were reported to the list, only the blog, so I'm not sure if any of the crypto developers are aware of them? I looked through the Git commit logs, and don't see any significant patches to the crypto code since before 4.1 was released, so I'd guess these issues are still open? Is there anything that could be done about the leakage of the file size for encrypted inodes without the decryption key? It seems that it would at least be possible to return the size rounded up to the end of the block, to at least disguise the file sizes a bit without losing the file data if there is some valid reason to copy it encrypted (some garbage bytes would be left at the end of the file when decrypted). Cheers, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists