Showing posts with label Check Updates. Show all posts
Showing posts with label Check Updates. Show all posts

Thursday, September 25, 2014

Bash Shell Vulnerability Screws Up Linux Platform

A security vulnerability in the GNU Bourne Again Shell (Bash), the command-line shell used in many Linux and Unix operating systems, could leave systems running those operating systems open to exploitation by specially crafted attacks. “This issue is especially dangerous as there are many possible ways Bash can be called by an application,” a Red Hat security advisory warned.
 



It lands countless websites, servers, PCs, OS X Macs, various home routers, and more, in danger of hijacking by hackers.

The vulnerability is present in Bash up to and including version 4.3, and was discovered by Stephane Chazelas. 


It puts Apache web servers, in particular, at risk of compromise: CGI scripts that use or invoke Bash in any way – including any child processes spawned by the scripts – are vulnerable to remote-code injection. OpenSSH and some DHCP clients are also affected on machines that use Bash. 


The vulnerability affects versions 1.14 through 4.3 of GNU Bash. Patches have been issued by many of the major Linux distribution vendors for affected versions, including:

  • Red Hat Enterprise Linux (versions 4 through 7) and the Fedora distribution
  • CentOS (versions 5 through 7)
  • Ubuntu 10.04 LTS, 12.04 LTS, and 14.04 LTS
  • Debian
 Steps to find the Vulnerability : 


To test if your version of Bash is vulnerable to this issue, run the following command:
 
$ env x='() { :;}; echo vulnerable'  bash -c "echo this is a test"
If the output of the above command looks as follows:
 
vulnerable
this is a test

you are using a vulnerable version of Bash. The patch used to fix this issue ensures that no code is allowed after the end of a Bash function. Thus, if you run the above example with the patched version of Bash, you should get an output similar to:
 
$ env x='() { :;}; echo vulnerable'  bash -c "echo this is a test"
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test


For More Details Click below link : 


https://access.redhat.com/node/1200223

Monday, June 23, 2014

Opera For Linux is Finally as Beta

Opera for Linux is finally here, but only as a beta

Opera has finally released a version of its popular browser for Linux. The Developer version of Opera 24 brings familiar Windows and Mac features to the open source platform and users can get it from the experimental Developer channel. Opera 24 will be an alternative to Chrome and Firefox, which are the two most used browsers on Linux.

 

Opera claims to have repurposed the browser based on the Blink rendering engine, that the company adopted when Google, along with Opera, ditched WebKit. “We’ve had many questions about Opera on Linux from our users,” says Zhenis Beisekov, Product Manager of Desktop Products at Opera Software. “We focused on rebuilding the entire browser, adding a new engine and the same features you can find in the Windows and Mac versions. Now, you can finally get a web experience completely re-thought for the Linux platform.”
With this Developer version, Linux users will get their first taste of Opera features such as the quintessential Speed Dial, Stash and Discover features. The Speed Dial is essentially your home page on the browser and gives you an overview of your bookmarks, folders, and recent history. Stash lets users collect webpages and arrange them in categories. Think of it like Pinterest within the browser, designed to help you plan your work, travel or home life with collections of links. Discover is essentially an RSS reader, which gathers articles based on your interests and specified topics.
For now, Opera for Linux is only available in a Developer or beta version, while a stable version has been planned for the future.

Friday, June 20, 2014

RHEL 7 Features

Red Hat has launched Red Hat Enterprise Linux 7 beta which will introduce a variety of new virtualization, cloud, networking, file system, and live update features.

Celebrating the launch of Red Hat Enterprise Linux 7! Check out the features: http://red.ht/overviewrhel7 #RHEL7 #RedHat





File systems have continued to be a major focus of development in within RHEL. XFS is currently the default file system in RHEL 7, allowing support file systems as large as 500TB. But scalability enhancements to ext4 file systems allow them to be 16TB to 50TB standalone with block sizes of up to 1MB.

This simplifies and speeds up block allocation and defragmentation. Emerging file system Btrfs is available as a technology preview within Red Hat Enterprise Linux 7.

Networking is now faster (with 40Gb Ethernet link support), more responsive, and includes TCP Fast Open and Early Retransmit for TCP.



 

© 2014 Linux Storages | Updated . All rights resevered. Designed by Templateism