Lucene search
+L

14049 matches found

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

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.3AI score0.00277EPSS
SaveExploits0References29
CVE
CVE
added 2024/06/21 10:18 a.m.197 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.26 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:52 a.m.7 views

SUSE CVE-2021-47609

In the Linux kernel, the following vulnerability has been resolved: firmware: armscpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpipd-name, it could result in the buffer overflow when copying the SCPI device name from the corresponding device tree node as the name...

5.5CVSS7.9AI score0.0026EPSS
SaveExploits0References14
GithubExploit
GithubExploit
added 2024/06/21 2:58 a.m.412 views

Exploit for Injection in Datagear

CVE-2024-37759 PoC Description DataGear version 5.0.0 and...

9.8CVSS10AI score0.0282EPSS
SaveExploits2
NVD
NVD
added 2024/06/21 12:15 a.m.20 views

CVE-2020-35155

Rejected reason: CVE ID was once reserved, but never used...

SaveExploits0
NVD
NVD
added 2024/06/21 12:15 a.m.16 views

CVE-2020-35156

Rejected reason: CVE ID was once reserved, but never used...

SaveExploits0
NVD
NVD
added 2024/06/21 12:15 a.m.23 views

CVE-2020-35157

Rejected reason: CVE ID was once reserved, but never used...

SaveExploits0
CNNVD
CNNVD
added 2024/06/21 12:00 a.m.7 views

Linux kernel security vulnerabilities

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 ipvlan module's use of skb-sk in ipvlanprocessv4,6outbound...

5.5CVSS6.5AI score0.00268EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/20 11:13 a.m.19 views

CVE-2022-48716 ASoC: codecs: wcd938x: fix incorrect used of portid

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix incorrect used of portid Mixer controls have the channel id in mixer-reg, which is not same as port id. port id should be derived from chaninfo array. So fix this. Without this, its possible that we cou...

7.8CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.4 views

DEBIAN-CVE-2024-38616

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: re-fix fortified-memset warning The carl9170txrelease function sometimes triggers a fortified-memset warning in my randconfig builds: In file included from include/linux/string.h:254, from...

8.2CVSS5.6AI score0.00651EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.6 views

DEBIAN-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...

7CVSS6.2AI score0.00256EPSS
SaveExploits0References1
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
OSV
OSV
added 2024/06/19 2:15 p.m.4 views

DEBIAN-CVE-2024-38543

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

5.5CVSS5.5AI score0.00241EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.29 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
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
Cvelist
Cvelist
added 2024/06/19 1:56 p.m.36 views

CVE-2024-38617 kunit/fortify: Fix mismatched kvalloc()/vfree() usage

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc/vfree usage The kv family of tests were accidentally freeing with vfree instead of kvfree. Use kvfree instead...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/19 1:56 p.m.49 views

CVE-2024-38617

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc/vfree usage The kv family of tests were accidentally freeing with vfree instead of kvfree. Use kvfree instead...

5.5CVSS5.4AI score0.00209EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.23 views

CVE-2024-36979 net: bridge: mst: fix vlan use-after-free

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

6.6AI score0.00257EPSS
SaveExploits0References5
Rows per page
Query Builder