Skip to navigation Skip to main content

유틸리티

  • 서브스크립션
  • 다운로드
  • Red Hat Console
  • 지원받기
Red Hat Customer Portal
  • 서브스크립션
  • 다운로드
  • Red Hat Console
  • 지원받기
  • 제품

    주요 제품

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    모든 제품

    다운로드 및 컨테이너

    • 다운로드
    • 패키지
    • 컨테이너

    주요 리소스

    • 제품 문서
    • 제품 라이프 사이클
    • 제품 규정 준수
    • 에라타
  • 기술 자료

    Red Hat 기술 자료 센터

    • 기술 자료 솔루션
    • 기술 자료 문서
    • 고객 포털 랩
    • 에라타

    주요 제품 문서

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    모든 제품 문서

    교육 및 자격증

    • 정보
    • 코스 색인
    • 자격증 색인
    • 스킬 평가
  • 보안

    Red Hat 제품 보안 센터

    • 보안 업데이트
    • 보안 권고
    • Red Hat CVE 데이터베이스
    • 에라타

    참고 정보

    • 보안 정보
    • 보안 평가
    • 보안 데이터

    주요 리소스

    • 보안 연구실
    • 백포트 정책
    • 보안 블로그
  • 지원

    Red Hat 지원

    • 지원 케이스
    • 문제 해결
    • 지원받기
    • Red Hat 지원팀에 문의

    Red Hat 커뮤니티 지원

    • 고객 포털 커뮤니티
    • 커뮤니티 토론
    • Red Hat Accelerator 프로그램

    주요 리소스

    • 제품 라이프 사이클
    • 고객 포털 랩
    • Red Hat Jboss 지원 구성
    • Red Hat Lightspeed
또는 문제 해결.

언어 선택

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

인프라 및 관리

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

클라우드 컴퓨팅

  • 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

스토리지

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

런타임

  • 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

통합 및 자동화

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
모든 제품
Red Hat 제품 에라타 RHSA-2015:1344 - Security Advisory
발행된 날짜:
2015-07-22
업데이트된 날짜:
2015-07-22

RHSA-2015:1344 - Security Advisory

  • 개요
  • 업데이트된 패키지

요약

Moderate: autofs security and bug fix update

유형/심각도

Security Advisory: Moderate

Red Hat Lightspeed 패치 분석

이 권고의 영향을 받는 시스템을 식별하고 수정합니다.

영향을 받는 시스템 보기

주제

Updated autofs packages that fix one security issue and several bugs are
now available for Red Hat Enterprise Linux 6.

Red Hat Product Security has rated this update as having Moderate security
impact. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available from the CVE link in the
References section.

설명

The autofs utility controls the operation of the automount daemon. The
daemon automatically mounts file systems when in use and unmounts them when
they are not busy.

It was found that program-based automounter maps that used interpreted
languages such as Python would use standard environment variables to locate
and load modules of those languages. A local attacker could potentially use
this flaw to escalate their privileges on the system. (CVE-2014-8169)

Note: This issue has been fixed by adding the "AUTOFS_" prefix to the
affected environment variables so that they are not used to subvert the
system. A configuration option ("force_standard_program_map_env") to
override this prefix and to use the environment variables without the
prefix has been added. In addition, warnings have been added to the manual
page and to the installed configuration file. Now, by default the standard
variables of the program map are provided only with the prefix added to
its name.

Red Hat would like to thank the Georgia Institute of Technology for
reporting this issue.

Bug fixes:

  • If the "ls *" command was executed before a valid mount, the autofs

program failed on further mount attempts inside the mount point, whether
the mount point was valid or not. While attempting to mount, the "ls *"
command of the root directory of an indirect mount was executed, which
led to an attempt to mount "*", causing it to be added to the negative
map entry cache. This bug has been fixed by checking for and not adding
"*" while updating the negative map entry cache. (BZ#1163957)

  • The autofs program by design did not mount host map entries that were

duplicate exports in an NFS server export list. The duplicate entries in a
multi-mount map entry were recognized as a syntax error and autofs refused
to perform mounts when the duplicate entries occurred. Now, autofs has been
changed to continue mounting the last seen instance of the duplicate entry
rather than fail, and to report the problem in the log files to alert the
system administrator. (BZ#1124083)

  • The autofs program did not recognize the yp map type in the master map.

This was caused by another change in the master map parser to fix a problem
with detecting the map format associated with mapping the type in the
master map. The change led to an incorrect length for the type comparison
of yp maps that resulted in a match operation failure. This bug has been
fixed by correcting the length which is used for the comparison.
(BZ#1153130)

  • The autofs program did not update the export list of the Sun-format maps

of the network shares exported from an NFS server. This happened due to a
change of the Sun-format map parser leading to the hosts map update to stop
working on the map re-read operation. The bug has been now fixed by
selectively preventing this type of update only for the Sun-formatted maps.
The updates of the export list on the Sun-format maps are now visible and
refreshing of the export list is no longer supported for the Sun-formatted
hosts map. (BZ#1156387)

  • Within changes made for adding of the Sun-format maps, an incorrect check

was added that caused a segmentation fault in the Sun-format map parser in
certain circumstances. This has been now fixed by analyzing the intent of
the incorrect check and changing it in order to properly identify the
conditions without causing a fault. (BZ#1175671)

  • A bug in the autofs program map lookup module caused an incorrect map

format type comparison. The incorrect comparison affected the Sun-format
program maps where it led to the unused macro definitions. The bug in the
comparison has been fixed so that the macro definitions are not present for
the Sun-format program maps. (BZ#1201195)

Users of autofs are advised to upgrade to these updated packages, which
contain backported patches to correct these issues.

솔루션

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

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

영향을 받는 제품

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

수정

  • BZ - 1153130 - autofs-5.0.5-109 with upgrade to RHEL 6.6 no longer recognizes +yp: in auto.master
  • BZ - 1163957 - Autofs unable to mount indirect after attempt to mount wildcard
  • BZ - 1175671 - automount segment fault in parse_sun.so for negative parser tests
  • BZ - 1192565 - CVE-2014-8169 autofs: priv escalation via interpreter load path for program based automount maps
  • BZ - 1201195 - autofs: MAPFMT_DEFAULT is not macro in lookup_program.c

CVE

  • CVE-2014-8169

참조

  • https://access.redhat.com/security/updates/classification/#moderate
알림: 이 패키지의 보다 최신 버전을 사용할 수 있습니다. 자세한 내용을 확인하려면 패키지 이름을 클릭합니다.

Red Hat Enterprise Linux Server 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux Server from RHUI 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux Workstation 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux Desktop 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
s390x
autofs-5.0.5-113.el6.s390x.rpm SHA-256: d224f3c8fc68a81eae8b5f9972c4b5d756ec31b9ae6bf81c2a923f31792dd7ab
autofs-debuginfo-5.0.5-113.el6.s390x.rpm SHA-256: 23aeecf582c15ee544d08ea4beaee5e480a87d427bb91bd2e4ef1b8f7ec2704d

Red Hat Enterprise Linux for Power, big endian 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
ppc64
autofs-5.0.5-113.el6.ppc64.rpm SHA-256: 099e0ef89b9c1e54fb1bc1e21ee59e4624a8c424b626b950fd6c050136f44ec4
autofs-debuginfo-5.0.5-113.el6.ppc64.rpm SHA-256: e6bc2aea45e98b02b0231c5ac653c2eafed550cef270620accb642d1a9ba5cc4

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
s390x
autofs-5.0.5-113.el6.s390x.rpm SHA-256: d224f3c8fc68a81eae8b5f9972c4b5d756ec31b9ae6bf81c2a923f31792dd7ab
autofs-debuginfo-5.0.5-113.el6.s390x.rpm SHA-256: 23aeecf582c15ee544d08ea4beaee5e480a87d427bb91bd2e4ef1b8f7ec2704d

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
x86_64
autofs-5.0.5-113.el6.x86_64.rpm SHA-256: c0dd0d07a35a8ad67d230b7fbb5f8f5bb9799c2470e2bb1c635888e170814861
autofs-debuginfo-5.0.5-113.el6.x86_64.rpm SHA-256: c6b1f7be274a3b0586ed0acdc75966e42ec89398c91583fac2b7f264448cfe9a
i386
autofs-5.0.5-113.el6.i686.rpm SHA-256: 2fc0cb31216b4d6818bb7845ac3c213b9a729ed46a2b3b1861f0f25bdcbfa31e
autofs-debuginfo-5.0.5-113.el6.i686.rpm SHA-256: 03ac3c8d3b7a7d19f2a4656033db70379ec0e82f0ebedbe72dbf6c5e463df679

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
autofs-5.0.5-113.el6.src.rpm SHA-256: a3bc5d078e77245e9bc5ce7559ad44b78e33acd739bfdc670d190cae1020472b
s390x
autofs-5.0.5-113.el6.s390x.rpm SHA-256: d224f3c8fc68a81eae8b5f9972c4b5d756ec31b9ae6bf81c2a923f31792dd7ab
autofs-debuginfo-5.0.5-113.el6.s390x.rpm SHA-256: 23aeecf582c15ee544d08ea4beaee5e480a87d427bb91bd2e4ef1b8f7ec2704d

Red Hat 제품 보안팀 연락처는 secalert@redhat.com입니다. https://access.redhat.com/security/team/contact/에 더 많은 연락처 정보가 있습니다.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

빠른 링크

  • 다운로드
  • 서브스크립션
  • 기술문의
  • 고객 서비스
  • 제품 문서

도움말

  • 연락처
  • 고객 포털 FAQ
  • 로그인 도움말

사이트 정보

  • Trust Red Hat
  • 브라우저 지원 정책
  • 접근성
  • 수상 및 업계 인정
  • 출판 정보

관련 사이트

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

Red Hat legal and privacy links

  • Red Hat 정보
  • 구인
  • 이벤트
  • 위치
  • Red Hat에 문의
  • Red Hat 블로그
  • Inclusion at Red Hat
  • 스토어
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • 개인정보 처리방침
  • 이용 약관
  • 모든 정책 및 지침
  • 디지털 접근성