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>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 26 Aug 2023 14:59:45 -0700
From:   Joshua Hudson <joshudson@...il.com>
To:     linux-kernel <linux-kernel@...r.kernel.org>
Subject: Cache coherency bug: stale reads on /dev/sda1

uname -a
Linux nova 6.4.12 #1 SMP PREEMPT_DYNAMIC Sat Aug 26 09:11:27 PDT 2023
x86_64 GNU/Linux

Kernel source is
https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-6.4.12.tar.xz

Can reliably reproduce as follows:

# hexedit /dev/sda1 (this is my EFI partition)
PgDn
# hexedit /dev/sda
G 100000  (your value may vary--we want to seek to the start of the
EFI partition)
PgDn
PgDn
^C
write a marker to the padding between the BPB and the first FAT sector.
(If your system doesn't have one, edit an error message in the boot sector)
^X
# hexedit /dev/sda1
PgDn
Look for marker written above, find it's not there !!!
^C

I discovered this one trying to defragment my EFI partition after a
grub upgrade left it very fragmented due to replacing logos.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ