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
    • Security Measurement
    • 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:0955 - Security Advisory
Issued:
2009-05-18
Updated:
2009-05-18

RHSA-2009:0955 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: nfs-utils security and bug fix update

Type/Severity

Security Advisory: Moderate

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 multiple bugs
is now available for Red Hat Enterprise Linux 4.

This update has been rated as having moderate 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, which provides a much higher level of performance than the
traditional Linux NFS server used by most users.

A flaw was found in the nfs-utils package provided by RHBA-2008:0742. The
nfs-utils package was missing TCP wrappers support, which could result in
an administrator believing they had access restrictions enabled when they
did not. (CVE-2008-1376)

This update also includes the following bug fixes:

  • the "nfsstat" command now displays correct statistics. In previous

versions, performing more than 2^31 RPC calls could cause the "nfsstat"
command to incorrectly display the number of calls as "negative". This was
because "nfsstat" printed statistics from /proc/net/rpc/* files as signed
integers; with this version of nfs-utils, "nfsstat" now reads and prints
these statistics as unsigned integers. (BZ#404831)

  • imapd upcalls now support zero-length reads and perform extra bounds

checking in gssd and svcgssd. This fixes a bug in previous versions that
could cause the rpc.imapd daemon to hang when communicating with the
kernel, which would halt any ID translation services. (BZ#448710)

  • tcp_wrappers supported in nfs-utils now allows proper application of

hosts access rules defined in /etc/hosts.allow and /etc/hosts.deny. (BZ#494585)

  • the nfs init script did not check whether SECURE_NFS was set to "yes"

before starting, stopping, or querying rpc.svcgssd. On systems where
SECURE_NFS was not set to "yes", the nfs init script could not start the
rpc.svcgssd daemon at the "service nfs start" command because the rpcsvcssd
init script would check the status of SECURE_NFS before starting the
daemon. However, at the "service nfs stop" or "service nfs restart"
commands, nfs init script would attempt to stop rpc.svcgssd and then report
a failure because the daemon was not running in the first place. These
error messages may have misled end-users into believing that there was a
genuine problem with their NFS configuration. This version of nfs-utils
contains a fix backported from Red Hat Enterprise Linux 5. nfs-utils now
checks the status of SECURE_NFS before the nfs init script attempts to
start, query or stop rpc.svcgssd and therefore, the irrelevant error
messages seen previously will not appear. (BZ#470423)

  • the nfs init script is now fully compliant with Linux Standard Base Core

specifications. This update fixes a bug that prevented "/etc/init.d/nfs
start" from exiting properly if NFS was already running. (BZ#474570)

  • /var/lib/nfs/statd/sm is now created with the proper user and group

whenever rpc.statd is called. In previous versions, some thread stack
conditions could incorrectly prevent rpc.statd from creating the
/var/lib/nfs/statd/sm file, which could cause "service nfslock start" to
fail. (BZ#479376)

All users of nfs-utils should upgrade to this updated package, which
resolves these issues.

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 4 x86_64
  • Red Hat Enterprise Linux Server 4 ia64
  • Red Hat Enterprise Linux Server 4 i386
  • Red Hat Enterprise Linux Workstation 4 x86_64
  • Red Hat Enterprise Linux Workstation 4 ia64
  • Red Hat Enterprise Linux Workstation 4 i386
  • Red Hat Enterprise Linux Desktop 4 x86_64
  • Red Hat Enterprise Linux Desktop 4 i386
  • Red Hat Enterprise Linux for IBM z Systems 4 s390x
  • Red Hat Enterprise Linux for IBM z Systems 4 s390
  • Red Hat Enterprise Linux for Power, big endian 4 ppc

Fixes

  • BZ - 404831 - "nfsstat -s" shows negative value
  • BZ - 440114 - CVE-2008-1376 nfs-utils: missing tcp_wrappers support
  • BZ - 461043 - lockd not using settings in sysconfig/nfs
  • BZ - 474570 - Incorrect exit codes from nfs init script
  • BZ - 479376 - statd fails to create SM_DIR
  • BZ - 494585 - libwrap - Nor ip, nor hostname work,, only when used ALL expression in hosts.deny access is denied

CVEs

  • CVE-2008-1376

References

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

Red Hat Enterprise Linux Server 4

SRPM
nfs-utils-1.0.6-93.EL4.src.rpm SHA-256: 67582b47c3a87dc9f1ede932a4145915f57f28c27ac22b44920f8f7c5eb8e5e1
x86_64
nfs-utils-1.0.6-93.EL4.x86_64.rpm SHA-256: 87ccae5e32add5c3c3fc50db52177d7461bc35b29076761df6902611545ca587
nfs-utils-1.0.6-93.EL4.x86_64.rpm SHA-256: 87ccae5e32add5c3c3fc50db52177d7461bc35b29076761df6902611545ca587
ia64
nfs-utils-1.0.6-93.EL4.ia64.rpm SHA-256: da65963c13d5e6b9cec88fb7bb8bb0394dcacdac165312f74c5db8354843df7c
nfs-utils-1.0.6-93.EL4.ia64.rpm SHA-256: da65963c13d5e6b9cec88fb7bb8bb0394dcacdac165312f74c5db8354843df7c
i386
nfs-utils-1.0.6-93.EL4.i386.rpm SHA-256: d12af81d64136984386b5b2875b0ea2474ff89fe6d0314bc58e496d4419edc41
nfs-utils-1.0.6-93.EL4.i386.rpm SHA-256: d12af81d64136984386b5b2875b0ea2474ff89fe6d0314bc58e496d4419edc41

Red Hat Enterprise Linux Workstation 4

SRPM
nfs-utils-1.0.6-93.EL4.src.rpm SHA-256: 67582b47c3a87dc9f1ede932a4145915f57f28c27ac22b44920f8f7c5eb8e5e1
x86_64
nfs-utils-1.0.6-93.EL4.x86_64.rpm SHA-256: 87ccae5e32add5c3c3fc50db52177d7461bc35b29076761df6902611545ca587
ia64
nfs-utils-1.0.6-93.EL4.ia64.rpm SHA-256: da65963c13d5e6b9cec88fb7bb8bb0394dcacdac165312f74c5db8354843df7c
i386
nfs-utils-1.0.6-93.EL4.i386.rpm SHA-256: d12af81d64136984386b5b2875b0ea2474ff89fe6d0314bc58e496d4419edc41

Red Hat Enterprise Linux Desktop 4

SRPM
nfs-utils-1.0.6-93.EL4.src.rpm SHA-256: 67582b47c3a87dc9f1ede932a4145915f57f28c27ac22b44920f8f7c5eb8e5e1
x86_64
nfs-utils-1.0.6-93.EL4.x86_64.rpm SHA-256: 87ccae5e32add5c3c3fc50db52177d7461bc35b29076761df6902611545ca587
i386
nfs-utils-1.0.6-93.EL4.i386.rpm SHA-256: d12af81d64136984386b5b2875b0ea2474ff89fe6d0314bc58e496d4419edc41

Red Hat Enterprise Linux for IBM z Systems 4

SRPM
nfs-utils-1.0.6-93.EL4.src.rpm SHA-256: 67582b47c3a87dc9f1ede932a4145915f57f28c27ac22b44920f8f7c5eb8e5e1
s390x
nfs-utils-1.0.6-93.EL4.s390x.rpm SHA-256: 8e6bdef54d85eeac9a6fdaf9d98b2615d127e445504820161ca32cabbd9ea358
s390
nfs-utils-1.0.6-93.EL4.s390.rpm SHA-256: c22f8e54c3b9ca2982dccd5c813b8a467924ca52cfc93a85b52cb5eafb113f77

Red Hat Enterprise Linux for Power, big endian 4

SRPM
nfs-utils-1.0.6-93.EL4.src.rpm SHA-256: 67582b47c3a87dc9f1ede932a4145915f57f28c27ac22b44920f8f7c5eb8e5e1
ppc
nfs-utils-1.0.6-93.EL4.ppc.rpm SHA-256: 177dff596c1f286be640cc94544658947a6bb8b6c1cd401920cee9ed780b8a0a

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