Lucene search
+L

2167 matches found

OSV
OSV
added 2024/09/04 8:15 p.m.3 views

DEBIAN-CVE-2024-45007

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Don't destroy workqueue from work item running on it Triggered by a kref decrement, destroyworkqueue may be called from within a work item for destroying its own workqueue. This illegal situation is averted by...

5.5CVSS5.5AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.4 views

DEBIAN-CVE-2024-44991

In the Linux kernel, the following vulnerability has been resolved: tcp: prevent concurrent execution of tcpskexitbatch Its possible that two threads call tcpskexitbatch concurrently, once from the cleanupnet workqueue, once from a task that failed to clone a new netns. In the latter case, error...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/09/04 12:32 a.m.14 views

kernel: tipc: force a dst refcount before doing decryption

A vulnerability was found in the Linux kernel's TIPC module, where a reference count on the destination entry was not enforced before decryption. This issue arises due to potential asynchronous returns from crypto requests, which could lead to crash...

5.5CVSS7.2AI score0.00293EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:15 a.m.9 views

kernel: mm/huge_memory: don't unpoison huge_zero_folio

A vulnerability was found in the Linux kernel's memory management component in the unpoisonmemory function, where it involves improper handling of hugezerofolio when memory failures occur, which can lead to a kernel panic due to an erroneous reference count...

5.5CVSS7.2AI score0.00277EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:15 a.m.12 views

kernel: tipc: force a dst refcount before doing decryption

A vulnerability was found in the Linux kernel's TIPC module, where a reference count on the destination entry was not enforced before decryption. This issue arises due to potential asynchronous returns from crypto requests, which could lead to crash...

5.5CVSS7.2AI score0.00293EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 4:15 a.m.9 views

DEBIAN-CVE-2022-48933

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this purpose. The -init function was called for this...

5.5CVSS5.3AI score0.0021EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.5 views

SUSE CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS6.4AI score0.00242EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.5 views

SUSE CVE-2024-43867

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveauboref on a nouveaubo without initializing it and hence the backing ttmbo leads to a refcount underflow. Instead of calling nouveauboref in the unwind path of...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/08/21 7:10 p.m.24 views

CVE-2022-48874

A vulnerability was found in the Linux kernel's fastrpc.c driver. A race condition is possible between the time that the fastrpcmaplookup function unlocks a mutex and the reference count is increased by the fastrpcmapget function in the fastrpcmapfind function. This race condition could result in...

7.8CVSS7.5AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 7:10 p.m.19 views

CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS7.2AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 7:15 a.m.3 views

DEBIAN-CVE-2022-48896

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix pci device refcount leak As the comment of pcigetdomainbusandslot says, it returns a PCI device with refcount incremented, when finish using it, the caller must decrement the reference count by calling pcidevput. In...

5.5CVSS5.2AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS5.4AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.10 views

DEBIAN-CVE-2022-48873

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on createrprocess and devicerelease Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on...

7.8CVSS5.3AI score0.00241EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.22 views

CVE-2022-48874

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

7.8CVSS6.6AI score0.0023EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.24 views

CVE-2022-48874 misc: fastrpc: Fix use-after-free and race in fastrpc_map_find

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

6.8AI score0.0023EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/21 6:10 a.m.70 views

CVE-2022-48874

The CVE-2022-48874 issue is in the Linux kernel fastrpc subsystem. The description specifies a race condition between fastrpc_map_lookup() unlocking a mutex and the reference count increment in fastrpc_map_find() via fastrpc_map_get(), which can lead to use-after-free. The proposed fix merges fas...

7.8CVSS6.5AI score0.0023EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.39 views

CVE-2022-48874 misc: fastrpc: Fix use-after-free and race in fastrpc_map_find

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpcmapfind Currently, there is a race window between the point when the mutex is unlocked in fastrpcmaplookup and the reference count increasing fastrpcmapget in fastrpcmapfind,...

0.0023EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.46 views

CVE-2022-48872

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpcmapget until map-fl-lock is taken in fastrpcfreemap, another thread can call fastrpcmaplookup and get a reference to a map th...

7CVSS5.5AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2024/08/21 1:15 a.m.2 views

DEBIAN-CVE-2024-43870

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/08/21 12:0 a.m.7 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, which stems from a reference count leak in the platform/x86/amd component in amdpmcprobe...

7.1CVSS6.2AI score0.00226EPSS
SaveExploits0References5
Rows per page
Query Builder