Red Hat today issued software updates to fix at least 5-6 security vulnerabilities in various versions of its Linux distribution. These update has been rated as having important security impact. It is recommended that you upgrade (patch) your system using yum command.
A flaw was found in Perl's regular expression engine. A specially crafted regular expression with Unicode characters could trigger a buffer overflow, causing Perl to crash, or possibly execute arbitrary code with the privileges of the user running Perl.
An input validation flaw was discovered in X.org's Security and Record extensions. A malicious authorized client could exploit this issue to cause a denial of service (crash) or, potentially, execute arbitrary code with root privileges on the X.Org server.
How do I patch my RHEL system?
Simply, type the following command:
# yum update
How do I patch my Debian Linux system?
Debian also updated many of its package to address these vulnerabilities in the X Window system. You can upgrade your system by typing following commands:
# apt-get update
# apt-get upgrade
I'm sure other distros will also release updates.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!

