Lucene search
+L

2554 matches found

OSV
OSV
added 2024/06/21 11:15 a.m.11 views

UBUNTU-CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS6.1AI score0.00277EPSS
SaveExploits0References30
CVE
CVE
added 2024/06/21 10:18 a.m.195 views

CVE-2024-36286

CVE-2024-36286 is a Linux kernel issue where netfilter nfnetlink_queue could call nf_reinject() without holding rcu_read_lock, risking suspicious RCU usage. The resolution adds proper RCU handling in instance_destroy_rcu() and related paths (e.g., nf_reinject, nfqnl_flush) to ensure rcu_read_lock...

7.8CVSS6.5AI score0.00277EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.44 views

CVE-2024-36286 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS0.00277EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.25 views

CVE-2024-36286 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS6.7AI score0.00277EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.6 views

SUSE CVE-2024-38577

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix showrcutaskstracegpkthread buffer overflow There is a possibility of buffer overflow in showrcutaskstracegpkthread if counters, passed to sprintf are huge. Counter numbers, needed for this are unrealistically high,...

6.4CVSS6.8AI score0.00257EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/06/20 3:27 p.m.31 views

CVE-2024-38577

A potential buffer overflow was found in showrcutaskstracegpkthread in the Linux kernel. This issue may lead to a crash...

5.5CVSS9.4AI score0.00257EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:01 p.m.27 views

CVE-2024-38618

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Set lower bound of start tick time Currently ALSA timer doesn't have the lower limit of the start tick time, and it allows a very small size, e.g. 1 tick with 1ns resolution for hrtimer. Such a situation may lead to ...

4.4CVSS6.9AI score0.00648EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 3:15 p.m.11 views

UBUNTU-CVE-2021-47599

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

4.7CVSS6.2AI score0.00148EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.24 views

CVE-2021-47599

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

4.7CVSS6.3AI score0.00148EPSS
SaveExploits0References25
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.65 views

CVE-2021-47599 btrfs: use latest_dev in btrfs_show_devname

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

0.00148EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.14 views

CVE-2021-47599 btrfs: use latest_dev in btrfs_show_devname

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

6.5AI score0.00148EPSS
SaveExploits0References2
CVE
CVE
added 2024/06/19 2:54 p.m.120 views

CVE-2021-47599

CVE-2021-47599 covers a Linux kernel bug in btrfs: during pruning/moving devices, btrfs_show_devname() could fail to find devices and emit a warning. The fix updates the device list handling so latest_dev->name is shown reliably in /proc/self/mounts, with devices kept alive under RCU protectio...

4.7CVSS5.5AI score0.00148EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/06/19 2:15 p.m.5 views

DEBIAN-CVE-2024-38577

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix showrcutaskstracegpkthread buffer overflow There is a possibility of buffer overflow in showrcutaskstracegpkthread if counters, passed to sprintf are huge. Counter numbers, needed for this are unrealistically high,...

7.8CVSS5.9AI score0.00257EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.15 views

CVE-2024-38576

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in printcpustallinfo The rcuc-starvation output from printcpustallinfo might overflow the buffer if there is a huge difference in jiffies difference. The situation might seem improbable, but computers...

7.1CVSS0.00256EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 2:15 p.m.20 views

AZL-47261 CVE-2024-38577 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix showrcutaskstracegpkthread buffer overflow There is a possibility of buffer overflow in showrcutaskstracegpkthread if counters, passed to sprintf are huge. Counter numbers, needed for this are unrealistically high,...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.28 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS0.00257EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 2:15 p.m.20 views

UBUNTU-CVE-2024-38577

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix showrcutaskstracegpkthread buffer overflow There is a possibility of buffer overflow in showrcutaskstracegpkthread if counters, passed to sprintf are huge. Counter numbers, needed for this are unrealistically high,...

7.8CVSS6.4AI score0.00257EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.29 views

CVE-2024-38576

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in printcpustallinfo The rcuc-starvation output from printcpustallinfo might overflow the buffer if there is a huge difference in jiffies difference. The situation might seem improbable, but computers...

7.1CVSS6.5AI score0.00256EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.23 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6.4AI score0.00257EPSS
SaveExploits0References12
CVE
CVE
added 2024/06/19 1:56 p.m.188 views

CVE-2024-38618

CVE-2024-38618 affects the Linux kernel: ALSA timer start tick time had no lower bound, enabling very small values (e.g., 1 tick at 1ns) that could trigger an unexpected RCU stall by repeatedly queuing expire updates. The connected docs describe the fix as a patch adding a sanity check for the ti...

5.5CVSS7.3AI score0.00648EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder