GHOST Critical alert for all Linux users!
-
RealBlackStuff
- Admin
- Posts: 17485
- Joined: Mon Sep 18, 2006 5:17 am
- Location: Mt. Cobb, PA USA
- Contact:
GHOST Critical alert for all Linux users!
This critical vulnerability has been spotted: GHOST
See this: http://www.zdnet.com/article/critical-l ... TRE17cfd61
See this: http://www.zdnet.com/article/critical-l ... TRE17cfd61
Lovely day for a Guinness! (The Real Black Stuff)
Check out The Boardroom for Parts, Mods and Other Services.
Check out The Boardroom for Parts, Mods and Other Services.
Re: GHOST Critical alert for all Linux users!
Whoa! That looks dangerous. Must have been fixed as soon as it was discovered, since I don't recall reading ab out any wide spread attacks like this hole would have made possible. Besides, it only seems to have affected older versions of most distro, as any distro with glibc newer than 2.17, wasn't vulnerable to this. But, I guess there are several people still running some LTS systems that were vulnerable.
Collection = T500 - R400 - X300 - X200 - T61 (14" WXGA+) - T61 (14.1" SXGA+) - T60 (15" SXGA+) - X40 - T43p - T43 - T42p - A30P - 600E
-
ajkula66
- SuperUserGeorge

- Posts: 15731
- Joined: Sun Feb 25, 2007 11:28 am
- Location: Brodheadsville, Pennsylvania
Re: GHOST Critical alert for all Linux users!
Thanks for the heads up.
I'm not booting any of my machines that run CentOS until the patch is released...
I'm not booting any of my machines that run CentOS until the patch is released...
...Knowledge is a deadly friend when no one sets the rules...(King Crimson)
Cheers,
George (your grouchy retired FlexView farmer)
AARP club members:A31p, T43pSF
Abused daily: R61
PMs requesting personal tech support will be ignored.
Cheers,
George (your grouchy retired FlexView farmer)
AARP club members:A31p, T43pSF
Abused daily: R61
PMs requesting personal tech support will be ignored.
-
bit_twiddler
- Junior Member

- Posts: 422
- Joined: Wed May 16, 2012 3:36 pm
- Location: Salinas, CA
Re: GHOST Critical alert for all Linux users!
A friend who works in the computer security area sent me
the following shell script which you can use on RHEL/CENTOS/SL/etc to determine
if your system is at risk:
#!/bin/bash
#Version 3
echo "Installed glibc version(s)"
rv=0
for glibc_nvr in $( rpm -q --qf '%{name}-%{version}-%{release}.%{arch}\n' glibc ); do
glibc_ver=$( echo "$glibc_nvr" | awk -F- '{ print $2 }' )
glibc_maj=$( echo "$glibc_ver" | awk -F. '{ print $1 }')
glibc_min=$( echo "$glibc_ver" | awk -F. '{ print $2 }')
echo -n "- $glibc_nvr: "
if [ "$glibc_maj" -gt 2 -o \
\( "$glibc_maj" -eq 2 -a "$glibc_min" -ge 18 \) ]; then
# fixed upstream version
echo 'not vulnerable'
else
# all RHEL updates include CVE in rpm %changelog
if rpm -q --changelog "$glibc_nvr" | grep -q 'CVE-2015-0235'; then
echo "not vulnerable"
else
echo "vulnerable"
rv=1
fi
fi
done
if [ $rv -ne 0 ]; then
cat <<EOF
This system is vulnerable to CVE-2015-0235. <https://access.redhat.com/security/cve/CVE-2015
-0235>
Please refer to <https://access.redhat.com/articles/1332213> for remediation steps
EOF
fi
exit $rv
the following shell script which you can use on RHEL/CENTOS/SL/etc to determine
if your system is at risk:
#!/bin/bash
#Version 3
echo "Installed glibc version(s)"
rv=0
for glibc_nvr in $( rpm -q --qf '%{name}-%{version}-%{release}.%{arch}\n' glibc ); do
glibc_ver=$( echo "$glibc_nvr" | awk -F- '{ print $2 }' )
glibc_maj=$( echo "$glibc_ver" | awk -F. '{ print $1 }')
glibc_min=$( echo "$glibc_ver" | awk -F. '{ print $2 }')
echo -n "- $glibc_nvr: "
if [ "$glibc_maj" -gt 2 -o \
\( "$glibc_maj" -eq 2 -a "$glibc_min" -ge 18 \) ]; then
# fixed upstream version
echo 'not vulnerable'
else
# all RHEL updates include CVE in rpm %changelog
if rpm -q --changelog "$glibc_nvr" | grep -q 'CVE-2015-0235'; then
echo "not vulnerable"
else
echo "vulnerable"
rv=1
fi
fi
done
if [ $rv -ne 0 ]; then
cat <<EOF
This system is vulnerable to CVE-2015-0235. <https://access.redhat.com/security/cve/CVE-2015
-0235>
Please refer to <https://access.redhat.com/articles/1332213> for remediation steps
EOF
fi
exit $rv
Daily Drivers: W520 i7-2860QM | T420 FHD IPS i7-2640m | W701
Others: W510 | T400 | W500 WUXGA | 701C (on its shrine) | R61 14W (in the boneyard)
Non-TP: Dell T7500 (workstation), Dell m7510
Currently Experimenting With: T420s
Others: W510 | T400 | W500 WUXGA | 701C (on its shrine) | R61 14W (in the boneyard)
Non-TP: Dell T7500 (workstation), Dell m7510
Currently Experimenting With: T420s
Re: GHOST Critical alert for all Linux users!
Latest News: While still being a significant bug the calls related to the bug have been depreciated for a few years now & certainly GHOST isn't upto the impact of heartbleed.
Secondly someone patched the bug back in 2013 but never highlighted it as a security issue so any legacy installs such as Ubuntu 12.04 LTS never got the patched versions. If your on a rolling distro with glibc >2.17 then your OK.
Secondly someone patched the bug back in 2013 but never highlighted it as a security issue so any legacy installs such as Ubuntu 12.04 LTS never got the patched versions. If your on a rolling distro with glibc >2.17 then your OK.
Arch//Openbox R61//GNOME 3 X201i/X230 Tablet //Spectrwm T61/X61/X61 Debian 9/X32
Work - Win7/X220T BunsenLabs T43
Retired T60p/T60/X30/X31/X61S RIP T400/T21/X61T/X200T
Work - Win7/X220T BunsenLabs T43
Retired T60p/T60/X30/X31/X61S RIP T400/T21/X61T/X200T
Re: GHOST Critical alert for all Linux users!
Furthermore, most desktop users should be on the safe size since long time already, as desktop release versions are typically based on much more current glibc versions.
If there is any reason for concern, it is mainly because of server systems which are not typically running the latest Linux software but, instead, a known stable release version with already a few years age...
If there is any reason for concern, it is mainly because of server systems which are not typically running the latest Linux software but, instead, a known stable release version with already a few years age...
Broken T23 2647-9RG | A few 14.1" T61 Frankenpads | Two 15" Frankenpad T61+ with UXGA IPS Display
-
Norway Pad
- ThinkPadder

- Posts: 1162
- Joined: Mon Jul 13, 2009 2:50 pm
- Location: Meridian, ID & Oyer, Norway
- Contact:
Re: GHOST Critical alert for all Linux users!
Does this also affect Debian based distros, line Antix? Debian 7 is mentioned, but I wouldn't have any idea where to even look for a patch.
Bjorn
THINKPAD collector. Only missing a proper RetroThinkpad.
THINKPAD collector. Only missing a proper RetroThinkpad.
-
bit_twiddler
- Junior Member

- Posts: 422
- Joined: Wed May 16, 2012 3:36 pm
- Location: Salinas, CA
Re: GHOST Critical alert for all Linux users!
What happens when you do:Does this also affect Debian based distros, line Antix? Debian 7 is mentioned, but I wouldn't have any idea where to even look for a patch.
sudo apt-get update
sudo apt-get upgrade
Daily Drivers: W520 i7-2860QM | T420 FHD IPS i7-2640m | W701
Others: W510 | T400 | W500 WUXGA | 701C (on its shrine) | R61 14W (in the boneyard)
Non-TP: Dell T7500 (workstation), Dell m7510
Currently Experimenting With: T420s
Others: W510 | T400 | W500 WUXGA | 701C (on its shrine) | R61 14W (in the boneyard)
Non-TP: Dell T7500 (workstation), Dell m7510
Currently Experimenting With: T420s
-
- Similar Topics
- Replies
- Views
- Last post
-
-
X230 Users...my X230 doesn't like my 16gb G.Skill memory kit
by mr.rhtuner » Sat Mar 18, 2017 8:00 pm » in ThinkPad X230 and later Series - 14 Replies
- 1168 Views
-
Last post by Frenel
Sun May 21, 2017 12:28 pm
-
-
-
Windows XP users - install KB982316 immdiately
by Puppy » Tue May 23, 2017 12:24 pm » in Windows OS (Versions prior to Windows 7) - 1 Replies
- 363 Views
-
Last post by dr_st
Tue May 23, 2017 1:20 pm
-
-
-
What operatings systems are y'all using on your vintage ThinkPads?
by goldeneagle » Thu Jan 05, 2017 4:00 pm » in ThinkPad Legacy Hardware - 15 Replies
- 2376 Views
-
Last post by w0qj
Sat Mar 11, 2017 9:12 am
-
-
-
FS W520 with all the works
by zvuqniki » Fri Jan 27, 2017 8:24 am » in Marketplace - Forum Members only - 0 Replies
- 399 Views
-
Last post by zvuqniki
Fri Jan 27, 2017 8:24 am
-
Who is online
Users browsing this forum: No registered users and 1 guest




