Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2022:7129 - Security Advisory
Issued:
2022-10-25
Updated:
2022-10-25

RHSA-2022:7129 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: git-lfs security and bug fix update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for git-lfs is now available for Red Hat Enterprise Linux 8.

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

Description

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.

Security Fix(es):

  • golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension (CVE-2020-28851)
  • golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag (CVE-2020-28852)
  • golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)
  • golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)
  • golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)
  • golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)
  • golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)
  • golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)
  • golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Bug Fix(es):

  • git-lfs needs to be rebuild with golang 1.17.7-1 or above

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

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

Affected Products

  • Red Hat Enterprise Linux for x86_64 8 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 8.6 x86_64
  • Red Hat Enterprise Linux Server - AUS 8.6 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 8 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 8.6 s390x
  • Red Hat Enterprise Linux for Power, little endian 8 ppc64le
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 8.6 ppc64le
  • Red Hat Enterprise Linux Server - TUS 8.6 x86_64
  • Red Hat Enterprise Linux for ARM 64 8 aarch64
  • Red Hat Enterprise Linux for ARM 64 - Extended Update Support 8.6 aarch64
  • Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6 x86_64

Fixes

  • BZ - 1913333 - CVE-2020-28851 golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension
  • BZ - 1913338 - CVE-2020-28852 golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag
  • BZ - 2107371 - CVE-2022-30630 golang: io/fs: stack exhaustion in Glob
  • BZ - 2107374 - CVE-2022-1705 golang: net/http: improper sanitization of Transfer-Encoding header
  • BZ - 2107383 - CVE-2022-32148 golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working
  • BZ - 2107386 - CVE-2022-30632 golang: path/filepath: stack exhaustion in Glob
  • BZ - 2107388 - CVE-2022-30635 golang: encoding/gob: stack exhaustion in Decoder.Decode
  • BZ - 2113814 - CVE-2022-32189 golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service
  • BZ - 2124669 - CVE-2022-27664 golang: net/http: handle server errors after sending GOAWAY

CVEs

  • CVE-2020-28851
  • CVE-2020-28852
  • CVE-2022-1705
  • CVE-2022-27664
  • CVE-2022-30630
  • CVE-2022-30632
  • CVE-2022-30635
  • CVE-2022-32148
  • CVE-2022-32189

References

  • https://access.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 for x86_64 8

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
x86_64
git-lfs-2.13.3-3.el8_6.x86_64.rpm SHA-256: 507473678c11a99423029abe66ae0c3f321b3cebf2b7afe1b0e064abf427a5fb
git-lfs-debuginfo-2.13.3-3.el8_6.x86_64.rpm SHA-256: ef53baa0fc07015bbfe1bdf6ca97774aea32b0cc0010704c7f28c3c80431245c
git-lfs-debugsource-2.13.3-3.el8_6.x86_64.rpm SHA-256: 2fd13b5e31a972ae4d57b41a6fe8a314bfa1d87434f0105987c804627730b36b

Red Hat Enterprise Linux for x86_64 - Extended Update Support 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
x86_64
git-lfs-2.13.3-3.el8_6.x86_64.rpm SHA-256: 507473678c11a99423029abe66ae0c3f321b3cebf2b7afe1b0e064abf427a5fb
git-lfs-debuginfo-2.13.3-3.el8_6.x86_64.rpm SHA-256: ef53baa0fc07015bbfe1bdf6ca97774aea32b0cc0010704c7f28c3c80431245c
git-lfs-debugsource-2.13.3-3.el8_6.x86_64.rpm SHA-256: 2fd13b5e31a972ae4d57b41a6fe8a314bfa1d87434f0105987c804627730b36b

Red Hat Enterprise Linux Server - AUS 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
x86_64
git-lfs-2.13.3-3.el8_6.x86_64.rpm SHA-256: 507473678c11a99423029abe66ae0c3f321b3cebf2b7afe1b0e064abf427a5fb
git-lfs-debuginfo-2.13.3-3.el8_6.x86_64.rpm SHA-256: ef53baa0fc07015bbfe1bdf6ca97774aea32b0cc0010704c7f28c3c80431245c
git-lfs-debugsource-2.13.3-3.el8_6.x86_64.rpm SHA-256: 2fd13b5e31a972ae4d57b41a6fe8a314bfa1d87434f0105987c804627730b36b

Red Hat Enterprise Linux for IBM z Systems 8

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
s390x
git-lfs-2.13.3-3.el8_6.s390x.rpm SHA-256: 419c0fa869157447d97800d37b1512c1ff8efca6a5a37b6a75c0571c689e60f4
git-lfs-debuginfo-2.13.3-3.el8_6.s390x.rpm SHA-256: 74d1accdc9dd97efcc1b191c1506a7f828fbae4c27e17c47aa9914641f8b8dee
git-lfs-debugsource-2.13.3-3.el8_6.s390x.rpm SHA-256: 3b700e2bb0ba920307a8fa882e0254eccac6569070df4927efd82686bce1bef1

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
s390x
git-lfs-2.13.3-3.el8_6.s390x.rpm SHA-256: 419c0fa869157447d97800d37b1512c1ff8efca6a5a37b6a75c0571c689e60f4
git-lfs-debuginfo-2.13.3-3.el8_6.s390x.rpm SHA-256: 74d1accdc9dd97efcc1b191c1506a7f828fbae4c27e17c47aa9914641f8b8dee
git-lfs-debugsource-2.13.3-3.el8_6.s390x.rpm SHA-256: 3b700e2bb0ba920307a8fa882e0254eccac6569070df4927efd82686bce1bef1

Red Hat Enterprise Linux for Power, little endian 8

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
ppc64le
git-lfs-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 9ce8c0b63ec2a8be21ef788573c5efeff18db33186dc75b5be5d59141f545753
git-lfs-debuginfo-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 412901e8df08458e07f5eb58061b68c87dafcaa9e83e41f378a8bd2cc3641a24
git-lfs-debugsource-2.13.3-3.el8_6.ppc64le.rpm SHA-256: bd61f9a42b8c36edb2da2eea1299152919633dbd6a7b819f113ba303f71983b8

Red Hat Enterprise Linux for Power, little endian - Extended Update Support 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
ppc64le
git-lfs-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 9ce8c0b63ec2a8be21ef788573c5efeff18db33186dc75b5be5d59141f545753
git-lfs-debuginfo-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 412901e8df08458e07f5eb58061b68c87dafcaa9e83e41f378a8bd2cc3641a24
git-lfs-debugsource-2.13.3-3.el8_6.ppc64le.rpm SHA-256: bd61f9a42b8c36edb2da2eea1299152919633dbd6a7b819f113ba303f71983b8

Red Hat Enterprise Linux Server - TUS 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
x86_64
git-lfs-2.13.3-3.el8_6.x86_64.rpm SHA-256: 507473678c11a99423029abe66ae0c3f321b3cebf2b7afe1b0e064abf427a5fb
git-lfs-debuginfo-2.13.3-3.el8_6.x86_64.rpm SHA-256: ef53baa0fc07015bbfe1bdf6ca97774aea32b0cc0010704c7f28c3c80431245c
git-lfs-debugsource-2.13.3-3.el8_6.x86_64.rpm SHA-256: 2fd13b5e31a972ae4d57b41a6fe8a314bfa1d87434f0105987c804627730b36b

Red Hat Enterprise Linux for ARM 64 8

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
aarch64
git-lfs-2.13.3-3.el8_6.aarch64.rpm SHA-256: c4b49fb5fce29662aed3664ddb4b20ea2d16627e214406625755a9fad5607277
git-lfs-debuginfo-2.13.3-3.el8_6.aarch64.rpm SHA-256: c95d8d181449c66fbf021643a2a353030378ddaa345139780828faa13da25a8f
git-lfs-debugsource-2.13.3-3.el8_6.aarch64.rpm SHA-256: 11d4fda6d793e265b61ccb92bfe6c6c0136ed573a236d342def98f5448ffd5fa

Red Hat Enterprise Linux for ARM 64 - Extended Update Support 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
aarch64
git-lfs-2.13.3-3.el8_6.aarch64.rpm SHA-256: c4b49fb5fce29662aed3664ddb4b20ea2d16627e214406625755a9fad5607277
git-lfs-debuginfo-2.13.3-3.el8_6.aarch64.rpm SHA-256: c95d8d181449c66fbf021643a2a353030378ddaa345139780828faa13da25a8f
git-lfs-debugsource-2.13.3-3.el8_6.aarch64.rpm SHA-256: 11d4fda6d793e265b61ccb92bfe6c6c0136ed573a236d342def98f5448ffd5fa

Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
ppc64le
git-lfs-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 9ce8c0b63ec2a8be21ef788573c5efeff18db33186dc75b5be5d59141f545753
git-lfs-debuginfo-2.13.3-3.el8_6.ppc64le.rpm SHA-256: 412901e8df08458e07f5eb58061b68c87dafcaa9e83e41f378a8bd2cc3641a24
git-lfs-debugsource-2.13.3-3.el8_6.ppc64le.rpm SHA-256: bd61f9a42b8c36edb2da2eea1299152919633dbd6a7b819f113ba303f71983b8

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.6

SRPM
git-lfs-2.13.3-3.el8_6.src.rpm SHA-256: c644d2beef6a4be0bc786c25dab5ff8dfa8b551edfd9ab139df9bc06017eab50
x86_64
git-lfs-2.13.3-3.el8_6.x86_64.rpm SHA-256: 507473678c11a99423029abe66ae0c3f321b3cebf2b7afe1b0e064abf427a5fb
git-lfs-debuginfo-2.13.3-3.el8_6.x86_64.rpm SHA-256: ef53baa0fc07015bbfe1bdf6ca97774aea32b0cc0010704c7f28c3c80431245c
git-lfs-debugsource-2.13.3-3.el8_6.x86_64.rpm SHA-256: 2fd13b5e31a972ae4d57b41a6fe8a314bfa1d87434f0105987c804627730b36b

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter