Bug 2298168 (CVE-2022-48829) - CVE-2022-48829 kernel: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
Summary: CVE-2022-48829 kernel: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large...
Keywords:
Status: NEW
Alias: CVE-2022-48829
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 12:50 UTC by OSIDB Bzimport
Modified: 2024-09-24 00:34 UTC (History)
4 users (show)

Fixed In Version: kernel 5.10.220, kernel 5.15.24, kernel 5.16.10, kernel 5.17
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:5538 0 None None None 2024-08-19 06:09:42 UTC
Red Hat Product Errata RHSA-2024:5266 0 None None None 2024-08-13 07:26:22 UTC
Red Hat Product Errata RHSA-2024:5281 0 None None None 2024-08-13 14:34:06 UTC
Red Hat Product Errata RHSA-2024:5282 0 None None None 2024-08-13 14:26:56 UTC
Red Hat Product Errata RHSA-2024:6992 0 None None None 2024-09-24 00:34:39 UTC

Description OSIDB Bzimport 2024-07-16 12:50:03 UTC
In the Linux kernel, the following vulnerability has been resolved:

NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes

iattr::ia_size is a loff_t, so these NFSv3 procedures must be
careful to deal with incoming client size values that are larger
than s64_max without corrupting the value.

Silently capping the value results in storing a different value
than the client passed in which is unexpected behavior, so remove
the min_t() check in decode_sattr3().

Note that RFC 1813 permits only the WRITE procedure to return
NFS3ERR_FBIG. We believe that NFSv3 reference implementations
also return NFS3ERR_FBIG when ia_size is too large.

Comment 6 errata-xmlrpc 2024-08-13 07:26:21 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.4 Telecommunications Update Service

Via RHSA-2024:5266 https://access.redhat.com/errata/RHSA-2024:5266

Comment 7 errata-xmlrpc 2024-08-13 14:26:55 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.4 Telecommunications Update Service

Via RHSA-2024:5282 https://access.redhat.com/errata/RHSA-2024:5282

Comment 8 errata-xmlrpc 2024-08-13 14:34:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.6 Telecommunications Update Service

Via RHSA-2024:5281 https://access.redhat.com/errata/RHSA-2024:5281

Comment 10 errata-xmlrpc 2024-09-24 00:34:38 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.2 Advanced Update Support

Via RHSA-2024:6992 https://access.redhat.com/errata/RHSA-2024:6992


Note You need to log in before you can comment on or make changes to this bug.