Lucene search
+L

2536 matches found

Cvelist
Cvelist
added 2024/11/19 5:19 p.m.27 views

CVE-2024-53042 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelinitflow There are code paths from which the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning 1. Fix by using...

0.00265EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/11/19 5:19 p.m.2 views

CVE-2024-53042 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelinitflow There are code paths from which the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning 1. Fix by using...

7.5AI score0.00265EPSS
SaveExploits0References6
CVE
CVE
added 2024/11/19 5:19 p.m.171 views

CVE-2024-53042

CVE-2024-53042 affects the Linux kernel’s ipv4/ip_tunnel code. The issue arises from paths where ip_tunnel_init_flow() is invoked without holding the RCU read lock, triggering a suspicious RCU usage warning. The fix uses l3mdev_master_upper_ifindex_by_index() to acquire the RCU read lock before c...

5.5CVSS6.7AI score0.00265EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:19 p.m.38 views

CVE-2024-50304 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelfind The per-netns IP tunnel hash table is protected by the RTNL mutex and iptunnelfind is only called from the control path where the mutex is taken. Add a lockdep...

0.00239EPSS
SaveExploits0References6
CVE
CVE
added 2024/11/19 5:19 p.m.217 views

CVE-2024-50304

The CVE-2024-50304 entry concerns the Linux kernel IPv4 ip_tunnel subsystem. A suspicious RCU usage warning in ip_tunnel_find() was addressed by adding a lockdep check to hlist_for_each_entry_rcu(), validating that the RTNL mutex is held. The per-netns IP tunnel hash table is protected by the RTN...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References8Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/19 12:57 a.m.6 views

kernel: dm: fix use-after-free in dm_cleanup_zoned_dev()

In the Linux kernel, the following vulnerability has been resolved: dm: fix use-after-free in dmcleanupzoneddev dmcleanupzoneddev uses queue, so it must be called before blkcleanupdisk starts its killing: blkcleanupdisk-blkcleanupqueue-kobjectput-blkreleasequeue-...

7.8CVSS6.7AI score0.00262EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:00 a.m.10 views

The vulnerability of the rcu_scheduler_active() function in the net/sunrpc/xprtmultipath.c component of the Linux operating system, related to stack buffer overflows, allows a malicious actor to trigger a service failure.

The vulnerability of the rcuscheduleractive function in the net/sunrpc/xprtmultipath.c component of the Linux operating system is related to buffer overflows in the stack. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00277EPSS
SaveExploits0References17Affected Software5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: aio: fix use-after-free due to missing POLLFREE handling

In the Linux kernel, the following vulnerability has been resolved: aio: fix use-after-free due to missing POLLFREE handling signalfdpoll and binderpoll are special in that they use a waitqueue whose lifetime is the current task, rather than the struct file as is normally the case. This is okay f...

7.8CVSS6.8AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.16 views

kernel: i2c: core: Run atomic i2c xfer when !preemptible

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6.8AI score0.0024EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()

A hung task warning issue was found in the RCU scaling test module. When the holdoff parameter exceeds hungtasktimeoutsecs, the kernel logs a hung task warning for the rcuscalewriter kthread...

5.7AI score0.00179EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

A locking violation was found in the Linux kernel RCU-tasks subsystem's callback list initialization. During system boot, the initialization code calls prinfo while holding the rtp-cbsgbllock spinlock, causing a potentially sleeping function to be called in atomic context, which results in kernel...

5.5CVSS7.2AI score0.00134EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcureadlocktraceheld before calling bpf map helpers These three bpfmaplookup,update,deleteelem helpers are also available for sleepable bpf program, so add the corresponding lock assertion for sleepable bpf program,...

7.8CVSS6.7AI score0.0024EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/11/11 12:00 a.m.23 views

PT-2024-37014

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to soft lockups in the Linux kernel's IPv6 route handling, specifically in the fib6 select path function. This occurs when the nodes of the linked list are...

5.5CVSS5.3AI score0.00492EPSS
SaveExploits0
OSV
OSV
added 2024/11/09 11:15 a.m.5 views

DEBIAN-CVE-2024-50212

In the Linux kernel, the following vulnerability has been resolved: lib: alloctagmoduleunload must wait for pending kfreercu calls Ben Greear reports following splat: ------------ cut here ------------ net/netfilter/nfnatcore.c:1114 module nfnat func:nfnatregisterfn has 256 allocated at module...

5.5CVSS5.4AI score0.00199EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/11/07 12:00 a.m.6 views

PT-2025-3600

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns a vulnerability in the Linux kernel where a disk revalidation changing the conventional zones bitmap of a disk could cause invalid memory references when using the dis...

7.8CVSS7.8AI score0.00765EPSS
SaveExploits0References352
OSV
OSV
added 2024/11/05 6:15 p.m.11 views

AZL-52514 CVE-2024-50126 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: net: sched: use RCU read-side critical section in tapriodump Fix possible use-after-free in 'tapriodump' by adding RCU read-side critical section there. Never seen on x86 but found on a KASAN-enabled arm64 system when investigati...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.10 views

UBUNTU-CVE-2024-50127

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in tapriochange In 'tapriochange', 'admin' pointer may become dangling due to sched switch / removal caused by 'advancesched', and critical section protected by 'q-currententrylock' is too small to...

7.8CVSS6.5AI score0.00247EPSS
SaveExploits0References45
Vulnrichment
Vulnrichment
added 2024/11/05 5:10 p.m.17 views

CVE-2024-50127 net: sched: fix use-after-free in taprio_change()

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in tapriochange In 'tapriochange', 'admin' pointer may become dangling due to sched switch / removal caused by 'advancesched', and critical section protected by 'q-currententrylock' is too small to...

6.5AI score0.00247EPSS
SaveExploits0References7
OSV
OSV
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50126 net: sched: use RCU read-side critical section in taprio_dump()

In the Linux kernel, the following vulnerability has been resolved: net: sched: use RCU read-side critical section in tapriodump Fix possible use-after-free in 'tapriodump' by adding RCU read-side critical section there. Never seen on x86 but found on a KASAN-enabled arm64 system when investigati...

7.8CVSS7.2AI score
SaveExploits0References8
CVE
CVE
added 2024/11/05 5:10 p.m.164 views

CVE-2024-50126

CVE-2024-50126 concerns the Linux kernel’s net/sched path, specifically the taprio_dump() function. The connected advisories confirm a concrete root cause: a use-after-free could occur due to missing an RCU read-side critical section around taprio_dump(). The remediation implemented is to wrap th...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder