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:	Tue, 18 Feb 2014 20:54:23 +0100
From:	Florent Fourcot <florent.fourcot@...t-bretagne.fr>
To:	linux-kernel@...r.kernel.org
Subject: Crash by update of shared libraries

Hello,

my system crash by libraries update. Some steps to reproduce the
bug (without crash of the all system):


 $ export LD_PRELOAD=./libfake.so.1
 $ cp libfake.so.1 /tmp/
 $ cp /tmp/libfake.so.1 .
 => Bus error

The cp crash, since the file of the loaded library changed (and the copy
failed of course, the new file is now empty).
All software with a library loaded (with ld) will crash as well (for
example by system updating of the libc: the pid 1 will crash).

Tested on a Linux kernel 3.14.0-rc3.

Regards,

-- 
Florent.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ