Lucene search
+L

1044 matches found

Cvelist
Cvelist
added 2024/12/27 1:50 p.m.29 views

CVE-2024-53216 nfsd: release svc_expkey/svc_export with rcu_work

In the Linux kernel, the following vulnerability has been resolved: nfsd: release svcexpkey/svcexport with rcuwork The last reference for cachehead can be reduced to zero in cshow and eshowusing rcureadlock and rcureadunlock. Consequently, svcexportput and expkeyput will be invoked, leading to tw...

7.8CVSS0.00222EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/27 1:50 p.m.11 views

CVE-2024-53216

In the Linux kernel, the following vulnerability has been resolved: nfsd: release svcexpkey/svcexport with rcuwork The last reference for cachehead can be reduced to zero in cshow and eshowusing rcureadlock and rcureadunlock. Consequently, svcexportput and expkeyput will be invoked, leading to tw...

7.8CVSS5.8AI score0.00222EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/12/24 1:26 p.m.22 views

CVE-2024-53146

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

5.5CVSS7.1AI score0.00544EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/24 12:15 p.m.14 views

AZL-55008 CVE-2024-53146 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

5.5CVSS6.5AI score0.00544EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/24 12:15 p.m.35 views

CVE-2024-53146

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

9.1CVSS0.00544EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/12/24 11:28 a.m.28 views

CVE-2024-53146 NFSD: Prevent a potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

9.1CVSS0.00544EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/24 11:28 a.m.8 views

CVE-2024-53146 NFSD: Prevent a potential integer overflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is = U32MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decoding into several steps so that decodecbcompound4res...

9.1CVSS6AI score
SaveExploits0References14
CVE
CVE
added 2024/12/24 11:28 a.m.211 views

CVE-2024-53146

CVE-2024-53146 affects the Linux kernel NFSD path. The issue is an integer overflow in decoding the NFSv4/CBOM length when tag length >= U32_MAX - 3, solved by splitting the decoding into several steps so decode_cb_compound4res() no longer arithmetic on the unsafe length. Impact is availabilit...

9.1CVSS6.5AI score0.00544EPSS
SaveExploits0References11Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/12/16 12:0 a.m.24 views

CentOS 9 : kernel-5.14.0-542.el9

The remote CentOS Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the kernel-5.14.0-542.el9 build changelog. - In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsdshrinkerwork using sync mode in nfs4stateshutdownn...

9.8CVSS6AI score0.0058EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:0 a.m.9 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-49875)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-49875 advisory. - In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avo...

7.5CVSS6AI score0.00541EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/28 2:16 p.m.38 views

SUSE-SU-2024:4103-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP2 LTSS kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47589: igbvf: fix double free in igbvfprobe bsc1226557. - CVE-2022-48956: ipv6: avoid use-after-free in ip6fragment bsc1231893. - CVE-2022-48960: net:...

9.8CVSS8.2AI score0.03998EPSS
SaveExploits2References103
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.16 views

CVE-2024-53073

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

5.5CVSS6.8AI score0.00499EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 5:53 p.m.11 views

CVE-2024-50241

In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4copy earlier Ensure the refcount and asynccopies fields are initialized early. cleanupasynccopy will reference these fields if an error occurs in nfsd4copy. If they are not correctly initialized, at t...

5.5CVSS6.7AI score0.00473EPSS
SaveExploits0References4
NVD
NVD
added 2024/11/19 6:15 p.m.7 views

CVE-2024-53073

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

7.5CVSS0.00499EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/11/19 5:31 p.m.23 views

CVE-2024-53073 NFSD: Never decrement pending_async_copies on error

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

7.5CVSS0.00499EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/19 5:31 p.m.11 views

CVE-2024-53073 NFSD: Never decrement pending_async_copies on error

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

7.5CVSS6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/11/19 5:31 p.m.14 views

CVE-2024-53073

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

7.5CVSS5.4AI score0.00499EPSS
SaveExploits0
CVE
CVE
added 2024/11/19 5:31 p.m.101 views

CVE-2024-53073

CVE-2024-53073 is a Linux kernel issue in NFSD’s NFSv4 copy path. The root cause is that on error, the nfsd4_copy() error path does not decrement pending_async_copies, whereas cleanup_async_copy() already decrements nn->pending_async_copies; this mismatch could affect resource accounting. The ...

7.5CVSS6.5AI score0.00499EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: nfsd: initialise nfsd_info.mutex early.

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsdinfo.mutex early. nfsdinfo.mutex can be dereferenced by svcpoolstatsstart immediately after the new netns is created. Currently this can trigger an oops. Move the initialisation earlier before it can possibly...

5.5CVSS6.8AI score0.00207EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2024/11/11 12:0 a.m.20 views

Huawei EulerOS: Security Advisory for kernel (EulerOS-SA-2024-2888)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.2AI score0.00926EPSS
SaveExploits2References2
Rows per page
Query Builder