Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
Luis Grangeia, a researcher at SysValue, created a proof-of-concept code library that he calls "Cupid." Cupid consists of two patches to existing Linux code libraries. One allows an "evil server" to exploit Heartbleed on vulnerable Linux and Android clients, while the other allows an "evil client" to attack Linux servers. Grangeia has made the source code freely available, in hopes that other researchers will join in to learn more about just what kind of attacks are possible."
Posted Jun 4, 2014 19:46 UTC (Wed)
by roblucid (guest, #48964)
[Link] (3 responses)
David Straus's blog report, explains how they reacted effectively to Heartbleed and has some useful code snippets, for determing impact and auto restarting systemd services : https://www.getpantheon.com/heartbleed-fix
My sample, it's only the desktop and mozilla, so nothing that restarting X won't fix.
Posted Jun 4, 2014 19:50 UTC (Wed)
by roblucid (guest, #48964)
[Link] (2 responses)
Wish there was an edit button :)
Posted Jun 5, 2014 2:28 UTC (Thu)
by pabs (subscriber, #43278)
[Link] (1 responses)
Posted Jun 6, 2014 10:53 UTC (Fri)
by roblucid (guest, #48964)
[Link]
Distribution: openSUSE 13.1
# services holding libgnutls open
Actually I got lucky, the latest OpenSSL fixes are available, which added wpa_supplicant.service and sshd to the restart list.
Alot of trouble, for a feature I don't knowingly use, some kind of dynamic on-demand loading based system bit like kernel modules, which allowed disabling insecure (or unused) features, would be a nice mitigation. The problem is breaking the "just works" paradigm, though I guess white & black lists where security fixes are pending might not be too awful.
Posted Jun 4, 2014 21:28 UTC (Wed)
by nix (subscriber, #2304)
[Link]
Posted Jun 5, 2014 8:54 UTC (Thu)
by Gladrim (subscriber, #45751)
[Link]
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
Cupid is Heartbleed exploit, not gnutls related.
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
/usr/lib64/libgnutls-xssl.so.0.0.0
/usr/lib64/libgnutls.so.28.25.0
for s in xdm dbus; do systemctl restart $s; done
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
Patch All The Things! New "Cupid" Technique Exploits Heartbleed Bug (PCMagazine)
