Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2009:1321 - Security Advisory
Issued:
2009-09-02
Updated:
2009-09-02

RHSA-2009:1321 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Low: nfs-utils security and bug fix update

Type/Severity

Security Advisory: Low

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated nfs-utils package that fixes a security issue and several bugs
is now available.

This update has been rated as having low security impact by the Red Hat
Security Response Team.

Description

The nfs-utils package provides a daemon for the kernel NFS server and
related tools.

It was discovered that nfs-utils did not use tcp_wrappers correctly.
Certain hosts access rules defined in "/etc/hosts.allow" and
"/etc/hosts.deny" may not have been honored, possibly allowing remote
attackers to bypass intended access restrictions. (CVE-2008-4552)

This updated package also fixes the following bugs:

  • the "LOCKD_TCPPORT" and "LOCKD_UDPPORT" options in "/etc/sysconfig/nfs"

were not honored: the lockd daemon continued to use random ports. With this
update, these options are honored. (BZ#434795)

  • it was not possible to mount NFS file systems from a system that has

the "/etc/" directory mounted on a read-only file system (this could occur
on systems with an NFS-mounted root file system). With this update, it is
possible to mount NFS file systems from a system that has "/etc/" mounted
on a read-only file system. (BZ#450646)

  • arguments specified by "STATDARG=" in "/etc/sysconfig/nfs" were removed

by the nfslock init script, meaning the arguments specified were never
passed to rpc.statd. With this update, the nfslock init script no longer
removes these arguments. (BZ#459591)

  • when mounting an NFS file system from a host not specified in the NFS

server's "/etc/exports" file, a misleading "unknown host" error was logged
on the server (the hostname lookup did not fail). With this update, a
clearer error message is provided for these situations. (BZ#463578)

  • the nhfsstone benchmark utility did not work with NFS version 3 and 4.

This update adds support to nhfsstone for NFS version 3 and 4. The new
nhfsstone "-2", "-3", and "-4" options are used to select an NFS version
(similar to nfsstat(8)). (BZ#465933)

  • the exportfs(8) manual page contained a spelling mistake, "djando", in

the EXAMPLES section. (BZ#474848)

  • in some situations the NFS server incorrectly refused mounts to hosts

that had a host alias in a NIS netgroup. (BZ#478952)

  • in some situations the NFS client used its cache, rather than using

the latest version of a file or directory from a given export. This update
adds a new mount option, "lookupcache=", which allows the NFS client to
control how it caches files and directories. Note: The Red Hat Enterprise
Linux 5.4 kernel update (the fourth regular update) must be installed in
order to use the "lookupcache=" option. Also, "lookupcache=" is currently
only available for NFS version 3. Support for NFS version 4 may be
introduced in future Red Hat Enterprise Linux 5 updates. Refer to Red Hat
Bugzilla #511312 for further information. (BZ#489335)

Users of nfs-utils should upgrade to this updated package, which contains
backported patches to correct these issues. After installing this update,
the nfs service will be restarted automatically.

Solution

Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 5 x86_64
  • Red Hat Enterprise Linux Server 5 ia64
  • Red Hat Enterprise Linux Server 5 i386
  • Red Hat Enterprise Linux Workstation 5 x86_64
  • Red Hat Enterprise Linux Workstation 5 i386
  • Red Hat Enterprise Linux Desktop 5 x86_64
  • Red Hat Enterprise Linux Desktop 5 i386
  • Red Hat Enterprise Linux for IBM z Systems 5 s390x
  • Red Hat Enterprise Linux for Power, big endian 5 ppc
  • Red Hat Enterprise Linux Server from RHUI 5 x86_64
  • Red Hat Enterprise Linux Server from RHUI 5 i386

Fixes

  • BZ - 434795 - lockd not using settings in sysconfig/nfs
  • BZ - 450646 - /sbin/mount.nfs fails with read-only /etc
  • BZ - 458676 - CVE-2008-4552 nfs-utils: incorrect use of tcp_wrappers, causing hostname-based rules to be ignored
  • BZ - 459591 - rpc.statd options not correctly parsed
  • BZ - 463578 - confusing 'mount request from unknown host' messages
  • BZ - 465933 - nhfsstone does not support NFSv3 and v4
  • BZ - 474848 - typo in exportfs manpage
  • BZ - 489335 - Add support for lookupcache= option in nfs-utils.

CVEs

  • CVE-2008-4552

References

  • http://www.redhat.com/security/updates/classification/#low
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
x86_64
nfs-utils-1.0.9-42.el5.x86_64.rpm SHA-256: 27310082925e91e89ea37fbc36c32c226ce108a1a364df43f0dd26497f538411
ia64
nfs-utils-1.0.9-42.el5.ia64.rpm SHA-256: 6eb55a7ea2f494fbdb1ff8dffadf299a0a7e3c61f035e5b8f3961d396868162c
i386
nfs-utils-1.0.9-42.el5.i386.rpm SHA-256: 82c1cb71db936ea7adaf3e1af73eaf680c05a9f30d483db04191c5e18c392836

Red Hat Enterprise Linux Workstation 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
x86_64
nfs-utils-1.0.9-42.el5.x86_64.rpm SHA-256: 27310082925e91e89ea37fbc36c32c226ce108a1a364df43f0dd26497f538411
i386
nfs-utils-1.0.9-42.el5.i386.rpm SHA-256: 82c1cb71db936ea7adaf3e1af73eaf680c05a9f30d483db04191c5e18c392836

Red Hat Enterprise Linux Desktop 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
x86_64
nfs-utils-1.0.9-42.el5.x86_64.rpm SHA-256: 27310082925e91e89ea37fbc36c32c226ce108a1a364df43f0dd26497f538411
i386
nfs-utils-1.0.9-42.el5.i386.rpm SHA-256: 82c1cb71db936ea7adaf3e1af73eaf680c05a9f30d483db04191c5e18c392836

Red Hat Enterprise Linux for IBM z Systems 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
s390x
nfs-utils-1.0.9-42.el5.s390x.rpm SHA-256: e7140ceecbb73bf17e304d2654fbc35791e28f3e2f7a793d32b2a83dda7559c2

Red Hat Enterprise Linux for Power, big endian 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
ppc
nfs-utils-1.0.9-42.el5.ppc.rpm SHA-256: f602e4d5e3ab9d3ca6d2f502c41b9935f31b969242e4ccf2835bbc755121340c

Red Hat Enterprise Linux Server from RHUI 5

SRPM
nfs-utils-1.0.9-42.el5.src.rpm SHA-256: 6cadd5971367596ea3158482a5795330d688d559d56e9e7f95c3e45391be5160
x86_64
nfs-utils-1.0.9-42.el5.x86_64.rpm SHA-256: 27310082925e91e89ea37fbc36c32c226ce108a1a364df43f0dd26497f538411
i386
nfs-utils-1.0.9-42.el5.i386.rpm SHA-256: 82c1cb71db936ea7adaf3e1af73eaf680c05a9f30d483db04191c5e18c392836

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility