Lucene search
+L

1045 matches found

UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.29 views

CVE-2022-48829

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::iasize is a lofft, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64max without corrupting the value...

9.1CVSS5.9AI score0.00648EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.19 views

CVE-2022-48829 NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::iasize is a lofft, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64max without corrupting the value...

9.1CVSS6.7AI score0.00648EPSS
SaveExploits0References5
CVE
CVE
added 2024/07/16 11:44 a.m.123 views

CVE-2022-48829

CVE-2022-48829 is a Linux kernel vulnerability fixed in NFSD for NFSv3 SETATTR/CREATE handling of large file sizes. The issue arises from iattr::ia_size being a loff_t and the potential to pass values larger than s64_max, risking incorrect data if large sizes are silently capped. The fix removes ...

9.1CVSS6.5AI score0.00648EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/07/16 11:44 a.m.21 views

CVE-2022-48829 NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::iasize is a lofft, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64max without corrupting the value...

9.1CVSS5.9AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.33 views

CVE-2022-48829 NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::iasize is a lofft, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64max without corrupting the value...

9.1CVSS0.00648EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.18 views

CVE-2022-48829

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::iasize is a lofft, so these NFSv3 procedures must be careful to deal with incoming client size values that are larger than s64max without corrupting the value...

9.1CVSS5.6AI score0.00648EPSS
SaveExploits0
CVE
CVE
added 2024/07/16 11:44 a.m.141 views

CVE-2022-48827

CVE-2022-48827 (Linux kernel NFSD READ near OFFSET_MAX) : The vulnerability arises when the client-side NFS read request is aligned to a server rsize of 0x1000 due to a buffer alignment change. This can cause a loff_t overflow on the server when reading near the maximum file offset, leading the s...

7.5CVSS6.8AI score0.00618EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.19 views

CVE-2022-48827 NFSD: Fix the behavior of READ near OFFSET_MAX

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS7AI score0.00618EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 11:44 a.m.20 views

CVE-2022-48827 NFSD: Fix the behavior of READ near OFFSET_MAX

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS6.2AI score
SaveExploits0References9
CVE
CVE
added 2024/07/16 11:44 a.m.6081 views

CVE-2022-48828

CVE-2022-48828 – Linux kernel (NFSD: Fix ia_size underflow) The vulnerability stems from a signed 64-bit i/o field (ia_size) being used to store an NFS file size defined as unsigned 64-bit, allowing an underflow when large values are sent by NFS clients. The issue is fixed in the common code path...

9.1CVSS6.6AI score0.00626EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.35 views

CVE-2022-48828 NFSD: Fix ia_size underflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix iasize underflow iattr::iasize is a lofft, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of valid file size values an NFS client can send that is...

9.1CVSS0.00626EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.22 views

CVE-2022-48828 NFSD: Fix ia_size underflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix iasize underflow iattr::iasize is a lofft, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of valid file size values an NFS client can send that is...

9.1CVSS6.8AI score0.00626EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.41 views

CVE-2022-48827 NFSD: Fix the behavior of READ near OFFSET_MAX

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS0.00618EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 11:44 a.m.27 views

CVE-2022-48828 NFSD: Fix ia_size underflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix iasize underflow iattr::iasize is a lofft, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of valid file size values an NFS client can send that is...

9.1CVSS6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.22 views

CVE-2022-48827

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS5.8AI score0.00618EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.30 views

CVE-2022-48828

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix iasize underflow iattr::iasize is a lofft, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of valid file size values an NFS client can send that is...

9.1CVSS5.7AI score0.00626EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/12 12:9 a.m.21 views

CVE-2021-47316

A vulnerability was found in the nfs3svcencodegetaclres function in the Linux kernel's NFS server, where the function may encounter a NULL pointer for a directory entry dentry, which can lead to a system crash or instability when accessed improperly. Mitigation Red Hat has investigated whether a...

5.5CVSS6.2AI score0.00622EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/04 2:25 a.m.7 views

SUSE CVE-2024-36958

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4encodefattr4 crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree on the way out of nfsd4encodefattr4...

9.8CVSS6.7AI score0.00495EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/06/03 2:4 p.m.23 views

CVE-2024-36958

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4encodefattr4 crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree on the way out of nfsd4encodefattr4...

5.5CVSS6.9AI score0.00495EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/30 4:15 p.m.20 views

CVE-2024-36958

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4encodefattr4 crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree on the way out of nfsd4encodefattr4...

9.8CVSS6.4AI score0.00495EPSS
SaveExploits0References3
Rows per page
Query Builder