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
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

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

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • 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 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-2023:2357 - Security Advisory
Issued:
2023-05-09
Updated:
2023-05-09

RHSA-2023:2357 - 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 9.

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: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)
  • golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)
  • 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: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)
  • golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)
  • 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.

Additional Changes:

For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from the References section.

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 9 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.2 x86_64
  • Red Hat Enterprise Linux Server - AUS 9.2 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 9 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.2 s390x
  • Red Hat Enterprise Linux for Power, little endian 9 ppc64le
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.2 ppc64le
  • Red Hat Enterprise Linux for ARM 64 9 aarch64
  • Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.2 aarch64
  • Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64
  • Red Hat Enterprise Linux Server for ARM 64 - 4 years of updates 9.2 aarch64
  • Red Hat Enterprise Linux Server for IBM z Systems - 4 years of updates 9.2 s390x

Fixes

  • 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
  • BZ - 2132868 - CVE-2022-2880 golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters
  • BZ - 2132872 - CVE-2022-41715 golang: regexp/syntax: limit memory used by parsing regexps
  • BZ - 2139383 - Rebase git-lfs to 3.2 version [rhel-9.2]
  • BZ - 2161274 - CVE-2022-41717 golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests

CVEs

  • CVE-2022-1705
  • CVE-2022-2880
  • CVE-2022-27664
  • CVE-2022-30630
  • CVE-2022-30632
  • CVE-2022-30635
  • CVE-2022-32148
  • CVE-2022-32189
  • CVE-2022-41715
  • CVE-2022-41717

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux for x86_64 9

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
x86_64
git-lfs-3.2.0-1.el9.x86_64.rpm SHA-256: ca5e922b6687210d1e8d8c8029bc7a9d6eae302cea3126c668458f341b368203
git-lfs-debuginfo-3.2.0-1.el9.x86_64.rpm SHA-256: bb410097dabeb21923c588c009ed53fc6cf5c4352543243bb72613e7beaea09e
git-lfs-debugsource-3.2.0-1.el9.x86_64.rpm SHA-256: 45ce57cd758b5e7235dc45aae95bfb7d9a8cb6e43ba59d6010c4f005ae811f9d

Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.2

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
x86_64
git-lfs-3.2.0-1.el9.x86_64.rpm SHA-256: ca5e922b6687210d1e8d8c8029bc7a9d6eae302cea3126c668458f341b368203
git-lfs-debuginfo-3.2.0-1.el9.x86_64.rpm SHA-256: bb410097dabeb21923c588c009ed53fc6cf5c4352543243bb72613e7beaea09e
git-lfs-debugsource-3.2.0-1.el9.x86_64.rpm SHA-256: 45ce57cd758b5e7235dc45aae95bfb7d9a8cb6e43ba59d6010c4f005ae811f9d

Red Hat Enterprise Linux Server - AUS 9.2

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
x86_64
git-lfs-3.2.0-1.el9.x86_64.rpm SHA-256: ca5e922b6687210d1e8d8c8029bc7a9d6eae302cea3126c668458f341b368203
git-lfs-debuginfo-3.2.0-1.el9.x86_64.rpm SHA-256: bb410097dabeb21923c588c009ed53fc6cf5c4352543243bb72613e7beaea09e
git-lfs-debugsource-3.2.0-1.el9.x86_64.rpm SHA-256: 45ce57cd758b5e7235dc45aae95bfb7d9a8cb6e43ba59d6010c4f005ae811f9d

Red Hat Enterprise Linux for IBM z Systems 9

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
s390x
git-lfs-3.2.0-1.el9.s390x.rpm SHA-256: 58f04d99332a6b3e3bd7a7740bac6e199bdf414907e4160120ca680860c6b8e4
git-lfs-debuginfo-3.2.0-1.el9.s390x.rpm SHA-256: 070e7882f90da57a9afa2e76bf95402057ebfae5e483603e61c7233362f0dcfd
git-lfs-debugsource-3.2.0-1.el9.s390x.rpm SHA-256: b66927d43071ab6bc93a1f3fec05cdaf392d8532cbe2f5b61e19da4528f4ac88

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

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
s390x
git-lfs-3.2.0-1.el9.s390x.rpm SHA-256: 58f04d99332a6b3e3bd7a7740bac6e199bdf414907e4160120ca680860c6b8e4
git-lfs-debuginfo-3.2.0-1.el9.s390x.rpm SHA-256: 070e7882f90da57a9afa2e76bf95402057ebfae5e483603e61c7233362f0dcfd
git-lfs-debugsource-3.2.0-1.el9.s390x.rpm SHA-256: b66927d43071ab6bc93a1f3fec05cdaf392d8532cbe2f5b61e19da4528f4ac88

Red Hat Enterprise Linux for Power, little endian 9

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
ppc64le
git-lfs-3.2.0-1.el9.ppc64le.rpm SHA-256: 8ec51f5f13e810232499d0f8e5997fdd32ec1b53ce5c24dff5fbbc9ea5901ab3
git-lfs-debuginfo-3.2.0-1.el9.ppc64le.rpm SHA-256: da8655db5a3833338a77bf6113142aaac3869335e520c252ba618a751e30f237
git-lfs-debugsource-3.2.0-1.el9.ppc64le.rpm SHA-256: c3947e5db70d9d631360191aa617aa33303b6ef0b687f7688b06f1ad461a772a

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

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
ppc64le
git-lfs-3.2.0-1.el9.ppc64le.rpm SHA-256: 8ec51f5f13e810232499d0f8e5997fdd32ec1b53ce5c24dff5fbbc9ea5901ab3
git-lfs-debuginfo-3.2.0-1.el9.ppc64le.rpm SHA-256: da8655db5a3833338a77bf6113142aaac3869335e520c252ba618a751e30f237
git-lfs-debugsource-3.2.0-1.el9.ppc64le.rpm SHA-256: c3947e5db70d9d631360191aa617aa33303b6ef0b687f7688b06f1ad461a772a

Red Hat Enterprise Linux for ARM 64 9

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
aarch64
git-lfs-3.2.0-1.el9.aarch64.rpm SHA-256: 7086da80eff74f76ed84447ca20686c349bc1df765747fa7451d9322c2e83805
git-lfs-debuginfo-3.2.0-1.el9.aarch64.rpm SHA-256: 96cec6a569cbc971477ac814d4cb5129a4785bb5b3a041e0a73540319b258296
git-lfs-debugsource-3.2.0-1.el9.aarch64.rpm SHA-256: f6c6070e96d6f5799cdc5ec36a951a7eb3a67510959e4f5e0e169cc5bc896a3b

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

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
aarch64
git-lfs-3.2.0-1.el9.aarch64.rpm SHA-256: 7086da80eff74f76ed84447ca20686c349bc1df765747fa7451d9322c2e83805
git-lfs-debuginfo-3.2.0-1.el9.aarch64.rpm SHA-256: 96cec6a569cbc971477ac814d4cb5129a4785bb5b3a041e0a73540319b258296
git-lfs-debugsource-3.2.0-1.el9.aarch64.rpm SHA-256: f6c6070e96d6f5799cdc5ec36a951a7eb3a67510959e4f5e0e169cc5bc896a3b

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

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
ppc64le
git-lfs-3.2.0-1.el9.ppc64le.rpm SHA-256: 8ec51f5f13e810232499d0f8e5997fdd32ec1b53ce5c24dff5fbbc9ea5901ab3
git-lfs-debuginfo-3.2.0-1.el9.ppc64le.rpm SHA-256: da8655db5a3833338a77bf6113142aaac3869335e520c252ba618a751e30f237
git-lfs-debugsource-3.2.0-1.el9.ppc64le.rpm SHA-256: c3947e5db70d9d631360191aa617aa33303b6ef0b687f7688b06f1ad461a772a

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

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
x86_64
git-lfs-3.2.0-1.el9.x86_64.rpm SHA-256: ca5e922b6687210d1e8d8c8029bc7a9d6eae302cea3126c668458f341b368203
git-lfs-debuginfo-3.2.0-1.el9.x86_64.rpm SHA-256: bb410097dabeb21923c588c009ed53fc6cf5c4352543243bb72613e7beaea09e
git-lfs-debugsource-3.2.0-1.el9.x86_64.rpm SHA-256: 45ce57cd758b5e7235dc45aae95bfb7d9a8cb6e43ba59d6010c4f005ae811f9d

Red Hat Enterprise Linux Server for ARM 64 - 4 years of updates 9.2

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
aarch64
git-lfs-3.2.0-1.el9.aarch64.rpm SHA-256: 7086da80eff74f76ed84447ca20686c349bc1df765747fa7451d9322c2e83805
git-lfs-debuginfo-3.2.0-1.el9.aarch64.rpm SHA-256: 96cec6a569cbc971477ac814d4cb5129a4785bb5b3a041e0a73540319b258296
git-lfs-debugsource-3.2.0-1.el9.aarch64.rpm SHA-256: f6c6070e96d6f5799cdc5ec36a951a7eb3a67510959e4f5e0e169cc5bc896a3b

Red Hat Enterprise Linux Server for IBM z Systems - 4 years of updates 9.2

SRPM
git-lfs-3.2.0-1.el9.src.rpm SHA-256: f3bfb3b12022a704e89786e49196d121de5624f93838cd723934dc36b28f80ce
s390x
git-lfs-3.2.0-1.el9.s390x.rpm SHA-256: 58f04d99332a6b3e3bd7a7740bac6e199bdf414907e4160120ca680860c6b8e4
git-lfs-debuginfo-3.2.0-1.el9.s390x.rpm SHA-256: 070e7882f90da57a9afa2e76bf95402057ebfae5e483603e61c7233362f0dcfd
git-lfs-debugsource-3.2.0-1.el9.s390x.rpm SHA-256: b66927d43071ab6bc93a1f3fec05cdaf392d8532cbe2f5b61e19da4528f4ac88

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
2023
  • Privacy Statement
  • Terms of Use
  • All Policies and Guidelines
We've updated our <a href='http://www.redhat.com/en/about/privacy-policy' class='privacy-policy'>Privacy Statement</a> effective September 15, 2023.
Red Hat Summit Red Hat Summit
Twitter