Why am I seeing a security exploit?
Posted Mar 29, 2013 13:49 UTC (Fri) by
bfields (subscriber, #19510)
In reply to:
Why am I seeing a security exploit? by jmorris42
Parent article:
Widening ext4's readdir() cookie
So why can't someone precompute carefully constructed directory entries that will cause a collision, even with 63 bit hashes?
Looks like the hash algorithm takes a seed, which is per-superblock, generated at mkfs time, and should be unknown to an unprivileged user; grep for s_hash_seed in kernel and e2fsprogs source.
(
Log in to post comments)