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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 8 Aug 2013 17:20:39 -0600
From:	Andreas Dilger <adilger@...ger.ca>
To:	Theodore Ts'o <tytso@....edu>, Eric Sandeen <sandeen@...hat.com>
Cc:	"linux-ext4@...r.kernel.org List" <linux-ext4@...r.kernel.org>
Subject: i_file_acl bug with 64-bit

I was just looking at a problem with s_mmp_block and its
incorrect check to be within the filesystem - it was checking
that the 64-bit MMP block was below s_blocks_count (i.e. the
low 32 bits) instead of using ext2fs_blocks_count() (a patch
for this will follow).

However, a much bigger problem is that it appears i_file_acl
is being used directly in many places without checking for
i_file_acl_high, so xattr blocks written beyond 2^32 may
incorrectly be considered corrupt by e2fsck, since it is
checking the 32-bit truncated block number.

Unfortunately, I'm on my way out of the house for vacation, but
I thought I'd at least send a note about this.

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ