Lucene search
+L

6345 matches found

OSV
OSV
added 2024/05/19 8:35 a.m.22 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.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.19 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.49 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
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.45 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
CVE
CVE
added 2024/05/19 8:34 a.m.98 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
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.31 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:...

7.5CVSS6.6AI score0.00468EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.18 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
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.33 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...

7.3CVSS6.3AI score0.00199EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.23 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...

7.3CVSS7.4AI score0.00199EPSS
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...

7CVSS5.9AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.21 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...

7CVSS7.7AI score0.00202EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.30 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...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/19 8:34 a.m.171 views

CVE-2024-35897

CVE-2024-35897 affects the Linux kernel nf_tables component. The issue arises when updating the discard table flag while a basechain deletion is pending, because unregistration of hooks is deferred to the commit phase. If both commands execute together, a basechain can be deleted while its hook r...

7.8CVSS6.8AI score0.00247EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/05/19 8:34 a.m.219 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.19 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
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.39 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

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

6.4AI score0.00182EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.25 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.00182EPSS
SaveExploits0
Rows per page
Query Builder