Lucene search
+L

2748 matches found

OSV
OSV
added 2024/07/29 4:15 p.m.10 views

AZL-47133 CVE-2024-42078 affecting package kernel for versions less than 5.15.162.2-1

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.4AI score0.00207EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.15 views

CVE-2024-42078

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.4AI score0.00207EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/29 4:15 p.m.17 views

UBUNTU-CVE-2024-42078

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.2AI score0.00207EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/29 3:15 p.m.8 views

DEBIAN-CVE-2024-41062

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hcirxwork, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ----...

5.5CVSS5.6AI score0.00309EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.16 views

UBUNTU-CVE-2024-41062

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hcirxwork, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ----...

8.8CVSS6.2AI score0.00309EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.29 views

CVE-2024-41062 bluetooth/l2cap: sync sock recv cb and release

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hcirxwork, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ----...

6.7AI score0.00309EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the fact that nfsdinfo.mutex may be referenced by svcpoolstatsstart immediately after the creation of a new...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a potential deadlock due to a duplicate fetch of pinctrlmapsmutex when handling the -EPROBEDEFER error...

5.5CVSS6.5AI score0.00187EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.6 views

kernel: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

A flaw was found in the Linux kernel’s Netfilter nftables module. The issue arises from improper mutex handling during the garbage collection GC process. The problem occurs between the critical functions nftgcseqbegin and nftgcseqend, where a mutex lock is incorrectly released too early, leading ...

7.8CVSS7.2AI score0.00267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:03 p.m.14 views

kernel: drm/client: Fully protect modes[] with dev->mode_config.mutex

A flaw in the Linux kernel's Direct Rendering Manager DRM client could cause system instability. The problem occurs because the modes array, used to store display mode pointers, wasn’t adequately protected by a mutex lock. This allows the array to reference memory that has already been freed or...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.8 views

kernel: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

A flaw was found in the Linux kernel’s Netfilter nftables module. The issue arises from improper mutex handling during the garbage collection GC process. The problem occurs between the critical functions nftgcseqbegin and nftgcseqend, where a mutex lock is incorrectly released too early, leading ...

7.8CVSS7.2AI score0.00267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.11 views

kernel: drm/client: Fully protect modes[] with dev->mode_config.mutex

A flaw in the Linux kernel's Direct Rendering Manager DRM client could cause system instability. The problem occurs because the modes array, used to store display mode pointers, wasn’t adequately protected by a mutex lock. This allows the array to reference memory that has already been freed or...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/07/24 12:00 a.m.11 views

PT-2024-36890

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description A warning is triggered in the Linux kernel when running a specific command, due to a task being boosted and having its parameters set by rt mutex setprio, making a new call to setup new dl enti...

5.5CVSS5.5AI score0.00231EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/18 3:06 a.m.9 views

SUSE CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

4.7CVSS6.3AI score0.00285EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/07/17 7:15 a.m.24 views

CVE-2024-41010

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix too early release of tcxentry Pedro Pinto and later independently also Hyunwoo Kim and Wongi Lee reported an issue that the tcxentry can be released too early leading to a use after free UAF when an active old-style...

7.8CVSS5.8AI score0.0037EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/07/16 10:24 p.m.23 views

CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

5.5CVSS8.4AI score0.00285EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 12:15 p.m.27 views

CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS0.00285EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/16 12:15 p.m.11 views

DEBIAN-CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

4.7CVSS5.3AI score0.00285EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.10 views

AZL-68211 CVE-2022-48816 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS5.6AI score0.00285EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.22 views

CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS5.7AI score0.00285EPSS
SaveExploits0References10
Rows per page
Query Builder