Cisco Learning Network Store Promotions Page
Showing posts with label Red Hat. Show all posts
Showing posts with label Red Hat. Show all posts

10.24.2016

Serious Dirty COW bug leaves millions of Linux users vulnerable to attack

 
A vulnerability discovered in the Linux kernel has been present for nine years, and users are being advised to seek out and install a patch as soon as they possibly can. Dubbed Dirty COW, the bug is a privilege escalation vulnerability which can be found in just about every Linux distro out there.
 
Discovered by security expert Phil Oester, Dirty COW is described as one of the most serious bugs of its type ever found in Linux. Assigned the code CVE-2016-5195, there is evidence that the vulnerability has been exploited and a website set up to alert people to the problem advises that the "security community should deploy honeypots that entrap attackers and to alert about exploitation attempts".
 
While the bug has now been patched, it's important that Linux users check that they have the patch installed. With Linux used to power so many web servers around the world, the potential impact of a successful exploit is huge. What’s particularly concerning about the exploit is that it is all but impossible for antivirus and security software to detect, and once exploited, there is no evidence of what has happened.
 
The description of Dirty COW on the Red Hat site explains:
A race condition was found in the way the Linux kernel's memory subsystem handled the copy-on-write (COW) breakage of private read-only memory mappings. An unprivileged local user could use this flaw to gain write access to otherwise read-only memory mappings and thus increase their privileges on the system.
The Dirty COW advisory site was set up to help spread word of the problem. There is a stark warning that attacks could be very difficult to detect:
Although the attack can happen in different layers, antivirus signatures that detect Dirty COW could be developed. Due to the attack complexity, differentiating between legitimate use and attack cannot be done easily, but the attack may be detected by comparing the size of the binary against the size of the original binary. This implies that antivirus can be programmed to detect the attack but not to block it unless binaries are blocked altogether.
In an email to Ars Technica, Oester explains how he discovered the vulnerability:
Any user can become root in < 5 seconds in my testing, very reliably. Scary stuff.
The vulnerability is easiest exploited with local access to a system such as shell accounts. Less trivially, any web server/application vulnerability which allows the attacker to upload a file to the impacted system and execute it also works.
The particular exploit which was uploaded to my system was compiled with GCC 4.8.5 released 20150623, though this should not imply that the vulnerability was not available earlier than that date given its longevity. As to who is being targeted, anyone running Linux on a web facing server is vulnerable.
For the past few years, I have been capturing all inbound traffic to my webservers for forensic analysis. This practice has proved invaluable on numerous occasions, and I would recommend it to all admins. In this case, I was able to extract the uploaded binary from those captures to analyze its behavior, and escalate to the appropriate Linux kernel maintainers.
~ Mark Wilson

3.09.2016

Microsoft brings SQL Server to Linux

 
The new Microsoft has placed an increased importance on the cloud, and with other companies following suit, reliance on server solutions has increased.  Today the company announces that it is bringing SQL Server to Linux.
 
Both cloud and on-premises versions will be available, and the news has been welcomed by the likes of Red Hat and Canonical. Although the Linux port of SQL Server is not due to make an appearance until the middle of next year, a private preview version is being made available to testers from today.
 
Microsoft's increasing embrace of Linux sees the company expanding to a wider audience than ever. Al Gillen, group vice president, enterprise infrastructure, at IDC says that it shows Microsoft's "commitment to being a cross platform solution provider".
 
Writing on the Official Microsoft blog, Executive Vice President of Cloud and Enterprise Group at Microsoft, Scott Guthrie says:
Today I’m excited to announce our plans to bring SQL Server to Linux as well. This will enable SQL Server to deliver a consistent data platform across Windows Server and Linux, as well as on-premises and cloud. We are bringing the core relational database capabilities to preview today, and are targeting availability in mid-2017.
SQL Server on Linux will provide customers with even more flexibility in their data solution. One with mission-critical performance, industry-leading TCO, best-in-class security, and hybrid cloud innovations -- like Stretch Database which lets customers access their data on-premises and in the cloud whenever they want at low cost -- all built in.
Microsoft has not yet made clear exactly what other features of SQL Server 2016 will make their way to SQL Server for Linux, but more news is expected over the coming weeks and months.
 
Paul Cormier, President, Products and Technologies, Red Hat said, "SQL Server's proven enterprise experience and capabilities offer a valuable asset to enterprise Linux customers around the world." He continued:
We believe our customers will welcome this news and are happy to see Microsoft further increasing its investment in Linux. As we build upon our deep hybrid cloud partnership, spanning not only Linux, but also middleware, and PaaS, we’re excited to now extend that collaboration to SQL Server on Red Hat Enterprise Linux, bringing enterprise customers increased database choice.
While the full launch of SQL Server for Linux is not due until the middle of 2017, SQL Server 2016 is expected to launch later this year.

~ Mark Wilson

3.25.2015

Red Hat 7.1 is here, CentOS 7.1 coming soon

Summary: These two popular enterprise Linux server operating systems are getting an Active Directory and container friendly refresh.
 
Serious businesses use Red Hat Enterprise Linux (RHEL) and its near-twin brother CentOS for their servers. The question today for CIOs using or RHEL and CentOS is: When should they upgrade to RHEL 7.1 and/or CentOS 7.1?
 
RHEL 7.1 is the first minor release of RHEL 7, which launched in June 2014. This new version adds improved development and deployment tools, enhanced interoperability and manageability, and additional security and performance features. This release, like all RHEL versions, will be supported for a 10-year life-cycle. 
 
The most important new feature for shops running Linux and Windows is that RHEL 7.1 has improved its Active Directory (AD) interoperability. RHEL's System Security Services Daemon (SSSD) can recognize AD access control group policy objects. Administrators will now also be able to define log-in policies on the Active Directory domain controller. These policies are honored by its RHEL clients and Windows clients alike. The new SSSD also removes the need to use Samba Winbind when integrating directly with AD. This will, Red Hat states, makes it even easier to share files and print services in heterogeneous environments.
 
RHEL 7.1 also comes with new Linux container developer tools. Red Hat, which has recently partnered with Docker, includes the latest Docker packages. It's not just Docker, it also includes Google Kubernetes orchestration tools. It also includes RHEL 6 and 7 base images to provide certified, stable foundations upon which to build enterprise-grade containerized applications. 
 
RHEL 7.1 includes three new specialized editions:
  • Red Hat Enterprise Linux Atomic Host uses Project Atomic's tools and frameworks for a Docker container specific Linux server. This offers a minimal-footprint, streamlined platform for running Linux containers in an enterprise environment.
  • Red Hat Enterprise Linux for Real Time is Red Hat's real-time computing platform for deadline-oriented and time-sensitive applications. This version of RHEL 7.1 uses that has been tuned to deliver consistent low-latency response times.
  • Red Hat Enterprise Linux for Power is RHEL for IBM's little-endian architecture. IBM and Red Hat claims that RHEL running on POWER8 offers higher performance especially for big data applications through multi-threading, more cache and greater data bandwidth, while little-endian mode removes an application portability barrier and allows data-centers running Power Systems to leverage Red Hat's ecosystem of certified applications originally developed for x86 architecture. This also means that these certified applications can be more easily migrated between x86-based and POWER processor-based systems, giving customers the advantages of both architectures.
For those of you who don't need Red Hat support to run RHEL and its programs, CentOS is on the verge of releasing CentOS 7.1. If all goes well, CentOS 7.1 will be out by March 20. 
 
So when should you switch your company to RHEL or CentOS 7.1? As always, it depends on your needs. If your company workload is already being pulled by the two horses of RHEL and Windows, the improved AD integration makes RHEL 7.1 attractive. Is your business planning on moving to containers for its data-center apps sooner than later? Then, you should start working with the 7.1 releases sooner rather than later.
 
~ Steven J. Vaughan-Nichols

7.08.2014

CentOS 7 to be released shortly, project lead says

Summary: The "official" Red Hat Enterprise Linux clone CentOS is releasing its next major version today.
  
As expected, CentOS, the popular Red Hat Enterprise Linux (RHEL) clone, which now works hand-in-golve with Red Hat, will be releasing CentOS 7 on Monday — less than a month after RHEL 7 was released.
 
While the news hasn't been officially released yet, Karanbir Singh, the Project Lead for The CentOS Project, told me in an e-mail that: "This is the gold release, the content is signed, the ISOs will be on the mirrors."
 
News that the release candidate was on its way has been enough to overwhelm CentOS's servers. Singh explained that the CentOS server had been load-tested only against "about 10-thousand hits a minute and we've had about four times that."
 
Singh said that switching to a server that should be able to keep up with the load.
 
The release candidate itself was quietly released on July 4. Since, no major problems were found, CentOS's developers are going ahead with the final release today.
 
Like Red Hat's RHEL 7, the Linux 3.10 kernel-based CentOS 7 has the following new features:
  • XFS is CentOS's new default file system: This enables you to scale file-systems up to 500 terabytes. You can, however, use Ext4 or other major Linux file systems if you prefer since XFS really only shows to advantage on 1 terabyte disks and larger with multiple processor cores.
  • Microsoft Active Directory support: With this you'll be able to have cross-realm trust Windows, RHEL 7, and CentOS 7 domains. This is ideal if you have users working with heterogeneous operating system-based datacenters or server farms.
  • The adoption of OpenLMI. This is a standard remote application programming interface (API). Red Hat has used this to provide unified management tools and a management framework to streamline administration and system configuration.
  • Performance Co-Pilot is now included. This is a set of real-time frameworks and services for recording and monitoring system performance. This lets both system administrators and other sub-systems, such as systemd, keep a close eye on what's actually happening in a CentOS 7 server instance as it happens.
  • The arrival of systemd: This is the replacement for init, the old Unix way of starting processes and services on a system and initializing resources. After years of debate, systemd has been adopted by Red Hat, SuSE, Debian, and Ubuntu. It's become the new default way to start Linux systems. It also incorporates performance profiles and tuning and instrumentation for optimized performance and easy scalability.
The CentOS 7 release, which remains free to all users, will be available on the CentOS site and its its mirrors within hours.
 
~ Steven J. Vaughan-Nichols

12.17.2013

Fedora 20 Heisenbug arrives with ARM support and smarter virtual machines

 
Red Hat wants to be ready for a world of ARM-powered PCs, and it just took a big step toward that goal by releasing Fedora 20 Heisenbug. The Linux distribution now supports ARM as a main platform; users and developers no longer have to use Intel-based chips if they want Red Hat's full blessing. The OS also brings much-improved virtualization through both a new visual interface and "first-class" virtual machine images. There are updates to desktop environments like GNOME and KDE, too. Whether you're setting up an ARM server or just appreciate Red Hat's nod to Breaking Bad, you'll find full details of the Heisenbug upgrade at the source links.
 
Source: Fedora Project (1), (2)
 


3.30.2012

Red Hat: Open source's first billion dollar company

Shares of Red Hat rose 17 percent to $60.12 in heavy midday trading. Yesterday, after the bell, the company reported $1.13 billion revenues for fiscal 2012, ended February 29. Red Hat is the first open-source based company to post $1 billion in revenues.

Quite a feat for a platform Microsoft CEO Steve Ballmer once called a "cancer" and has repeatedly questioned the security of. One has to wonder if Ballmer might be reconsidering the parnership Microsoft penned with Red Hat back in February 2009.

Much of the company's revenue comes from its subscription products: $952 million in fact. Red Hat says it sees a high rate of renewals, and its top five customers have over $1 million in subscriptions, with one exceeding $5 million dollars.

Red Hat successfully fended off challenges from Oracle, which had taken the strategy of offering support for Linux at half the price. While Oracle has done a good business with its offering, by and large IT decision makers appear to have stuck with Red Hat even at a higher cost.

"This achievement will finally put to bed the argument that 'nobody can make money with open source'," Linux Foundation executive director Jim Zemlin writes in a blog post. "Credit where credit is due: Red Hat has worked extremely hard and extremely smart to leverage open source to make a billion dollars".

Zemlin notes that the collective investment in Linux surpasses $10 billion dollars, and top tech companies like Facebook have leveraged the platform to build businesses worth tens of billions of dollars. Is Linux coming of age? You could argue that it is.

Red Hat has certainly spurred much of this development. Since its software is offered under the General Public License (GPL), competitors have been free to pillage its work. That taken into consideration, Red Hat's $1 billion in revenue is all the more astounding.

"The open source technologies which we provide are being selected by more customers every day as they re-architect the infrastructure of their data centers for greater efficiency, agility and cloud enablement", CEO Jim Whitehurst boasts of the company's achievement.

~ Ed Oswald