Lucene search
+L

6305 matches found

Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.20 views

CVE-2024-35910

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

5.8CVSS7.8AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:35 a.m.19 views

CVE-2024-35909 net: wwan: t7xx: Split 64bit accesses to fix alignment issues

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle kernel paging request at virtual address...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.18 views

CVE-2024-35908

In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tlsswrecvmsg, we take a reference on the psock, and then call tlsrxreaderlock. If that fails, we return directly without releasing the reference. Instead of...

5.5CVSS7.2AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.50 views

CVE-2024-35907

In the Linux kernel, the following vulnerability has been resolved: mlxbfgige: call requestirq after NAPI initialized The mlxbfgige driver encounters a NULL pointer exception in mlxbfgigeopen when kdump is enabled. The sequence to reproduce the exception is as follows: a enable kdump b trigger...

5.5CVSS7AI score0.00227EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.54 views

CVE-2024-35906

Removed by vendor...

5.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.48 views

CVE-2024-35905

In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear negative as a result of overflowing its signed int...

7.8CVSS7.8AI score0.00223EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35904 selinux: avoid dereference of garbage after mount failure

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid dereference of garbage after mount failure In case kernmount fails and returns an error pointer return in the error branch instead of continuing and dereferencing the error pointer. While on it drop the never read...

6.8AI score0.00226EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/19 8:34 a.m.94 views

CVE-2024-35903

The CVE-2024-35903 entry: In the Linux kernel, x86/bpf: Fix IP after emitting call depth accounting. The issue adjusts the IP passed to emit_patch to compute the correct offset for a CALL when x86_call_depth_emit_accounting emits code; without this, instructions may be skipped and the system coul...

5.5CVSS6.7AI score0.0021EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.44 views

CVE-2024-35903

In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to emitpatch so it calculates the correct offset for the CALL instruction if x86calldepthemitaccounting emits code. Otherwise we will skip some instruction...

5.5CVSS7.2AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.17 views

CVE-2024-35900

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject new basechain after table flag update When dormant flag is toggled, hooks are disabled in the commit phase by iterating over current chains in table existing and new. The following configuration allows...

5.5CVSS7.6AI score0.00226EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.29 views

CVE-2024-35901 net: mana: Fix Rx DMA datasize and skb_over_panic

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix Rx DMA datasize and skboverpanic managetrxbufcfg aligns the RX buffer's DMA datasize to be multiple of 64. So a packet slightly bigger than mtu+14, say 1536, can be received and cause skboverpanic. Sample dmesg:...

6.6AI score0.0021EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.21 views

CVE-2024-35899

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: flush pending destroy work before exitnet release Similar to 2c9f0293280e "netfilter: nftables: flush pending destroy work before netlink notifier" to address a race between exitnet and the destroy workqueue...

6.1CVSS7.4AI score0.00184EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.27 views

CVE-2024-35899 netfilter: nf_tables: flush pending destroy work before exit_net release

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: flush pending destroy work before exitnet release Similar to 2c9f0293280e "netfilter: nftables: flush pending destroy work before netlink notifier" to address a race between exitnet and the destroy workqueue...

6.3AI score0.00184EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35898

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftflowtabletypeget nftunregisterflowtabletype within nfflowinetmoduleexit can concurrent with nftflowtabletypeget within nftablesnewflowtable. And thhere is not any protection when...

5.5CVSS7.7AI score0.00193EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:34 a.m.20 views

CVE-2024-35898 netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftflowtabletypeget nftunregisterflowtabletype within nfflowinetmoduleexit can concurrent with nftflowtabletypeget within nftablesnewflowtable. And thhere is not any protection when...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.26 views

CVE-2024-35897 netfilter: nf_tables: discard table flag update with pending basechain deletion

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

6.6AI score0.00239EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.16 views

CVE-2024-35896

In the Linux kernel, the following vulnerability has been resolved: netfilter: validate user input for expected length I got multiple syzbot reports showing old bugs exposed by BPF after commit 20f2505fb436 "bpf: Try to avoid kzalloc in cgroup/s,getsockopt" setsockopt @optlen argument should be...

7.1CVSS7.7AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/05/19 8:34 a.m.167 views

CVE-2024-35897

CVE-2024-35897 – Normalized details: In the Linux kernel, a nf_tables (netfilter) issue was resolved: when performing a table flag update with a pending basechain deletion, hook unregistration is deferred to the commit phase. This sequence can delete a basechain while its hook remains registered ...

5.5CVSS6.8AI score0.00239EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/05/19 8:34 a.m.215 views

CVE-2024-35896

CVE-2024-35896 concerns the Linux kernel’s netfilter/SockOpt path. The description shows a fix for validating user input length in nf_setsockopt, preventing a slab-out-of-bounds read traced to copy_from_sockptr_offset used during iptables/setsockopt handling. The issue manifested as a read of siz...

7.1CVSS6.5AI score0.00227EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS7.5AI score0.0018EPSS
SaveExploits0
Rows per page
Query Builder