Lucene search
+L

2171 matches found

Cvelist
Cvelist
added 2024/08/21 6:10 a.m.44 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,...

7.8CVSS0.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...

7.8CVSS5.5AI score0.00244EPSS
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
CNNVD
CNNVD
added 2024/08/20 12:0 a.m.8 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 Linux kernel, which stems from a reference count underflow caused by calling the nouveauboref function without initializing nouveaubo...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.33 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.9AI score0.00245EPSS
SaveExploits0References18
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.14 views

CVE-2024-43834 xdp: fix invalid wait context of page_pool_destroy()

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

6.7AI score0.00245EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.47 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.38 views

CVE-2024-43834 xdp: fix invalid wait context of page_pool_destroy()

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

0.00245EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.20 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 soc:qcom:icc-bwmon module issuing a warning due to an imbalance in reference counts during bwmonremove,...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.18 views

kernel: ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()

A flaw was discovered in the Linux kernel's IPv6 implementation, specifically within the inet6rtmgetaddr function. The issue arises when user space provides a valid IFATARGETNETNSID value but omits the IFAADDRESS and IFALOCAL attributes. In such cases, the function returns an -EINVAL error while...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 10:8 a.m.3 views

kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

A memory leak flaw was found in the Linux kernel’s SunRpc filesystem sysfs. This flaw allows a local user to crash the system...

7.1CVSS7.2AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 12:13 a.m.6 views

kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

A memory leak flaw was found in the Linux kernel’s SunRpc filesystem sysfs. This flaw allows a local user to crash the system...

7.1CVSS7.2AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 12:13 a.m.6 views

kernel: netfilter: nft_flow_offload: reset dst in route object after setting up flow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flowoffloadadd fails, error path...

7.8CVSS6.6AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.9 views

kernel: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.4 views

kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

A memory leak flaw was found in the Linux kernel’s SunRpc filesystem sysfs. This flaw allows a local user to crash the system...

7.1CVSS7.2AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.7 views

kernel: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change

A memory leak flaw was found in the Linux kernel’s SunRpc filesystem sysfs. This flaw allows a local user to crash the system...

7.1CVSS7.2AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.5 views

kernel: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().

A use-after-free flaw was found in the Linux kernel’s TCP protocol in how a local user triggers a complex race condition during connection to the socket. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS6.8AI score0.00609EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.7 views

kernel: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/08 2:20 a.m.6 views

SUSE CVE-2024-42234

In the Linux kernel, the following vulnerability has been resolved: mm: fix crashes from deferred split racing folio migration Even on 6.10-rc6, I've been seeing elusive "Bad page state"s often on flags when freeing, yet the flags shown are not bad: PGlocked had been set and cleared??, and...

5.5CVSS7.6AI score0.00194EPSS
SaveExploits0References3
Rows per page
Query Builder