Latest CVE Feed
-
7.8
HIGHCVE-2024-47696
In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency In the commit aee2424246f9 ("RDMA/iwcm: Fix a use-after-free related to destroying CM IDs"), the function flush_work... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Nov. 08, 2024
-
6.5
MEDIUMCVE-2024-47692
In the Linux kernel, the following vulnerability has been resolved: nfsd: return -EINVAL when namelen is 0 When we have a corrupted main.sqlite in /var/lib/nfs/nfsdcld/, it may result in namelen being 0, which will cause memdup_user() to return ZERO_SIZ... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Nov. 08, 2024
-
9.1
CRITICALCVE-2024-47685
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() syzbot reported that nf_reject_ip6_tcphdr_put() was possibly sending garbage on the four reserved tcp bits (th->res1) Use skb_... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-47684
In the Linux kernel, the following vulnerability has been resolved: tcp: check skb is non-NULL in tcp_rto_delta_us() We have some machines running stock Ubuntu 20.04.6 which is their 5.4.0-174-generic kernel that are running ceph and recently hit a null... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Nov. 08, 2024
-
4.7
MEDIUMCVE-2024-47679
In the Linux kernel, the following vulnerability has been resolved: vfs: fix race between evice_inodes() and find_inode()&iput() Hi, all Recently I noticed a bug[1] in btrfs, after digged it into and I believe it'a race in vfs. Let's assume there's a ... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-47672
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead There is a WARNING in iwl_trans_wait_tx_queues_empty() (that was recently converted from just a message), that can be hi... Read more
Affected Products : linux_kernel- Published: Oct. 09, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-47671
In the Linux kernel, the following vulnerability has been resolved: USB: usbtmc: prevent kernel-usb-infoleak The syzbot reported a kernel-usb-infoleak in usbtmc_write, we need to clear the structure before filling fields.... Read more
Affected Products : linux_kernel- Published: Oct. 09, 2024
- Modified: Nov. 08, 2024
-
7.8
HIGHCVE-2024-47670
In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2_xattr_find_entry() Add a paranoia check to make sure it doesn't stray beyond valid memory region containing ocfs2 xattr entries when scanning for a m... Read more
Affected Products : linux_kernel- Published: Oct. 09, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-47663
In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9834: Validate frequency parameter value In ad9834_write_frequency() clk_get_rate() can return 0. In such case ad9834_calc_freqreg() call will lead to divisio... Read more
Affected Products : linux_kernel- Published: Oct. 09, 2024
- Modified: Nov. 08, 2024
-
7.1
HIGHCVE-2024-46854
In the Linux kernel, the following vulnerability has been resolved: net: dpaa: Pad packets to ETH_ZLEN When sending packets under 60 bytes, up to three bytes of the buffer following the data may be leaked. Avoid this by extending all packets to ETH_ZLEN... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 08, 2024
-
7.8
HIGHCVE-2024-46853
In the Linux kernel, the following vulnerability has been resolved: spi: nxp-fspi: fix the KASAN report out-of-bounds bug Change the memcpy length to fix the out-of-bounds issue when writing the data that is not 4 byte aligned to TX FIFO. To reproduce ... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 08, 2024
-
7.8
HIGHCVE-2024-46849
In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: axg-card: fix 'use-after-free' Buffer 'card->dai_link' is reallocated in 'meson_card_reallocate_links()', so move 'pad' pointer initialization after this function when memo... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-44988
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Fix out-of-bound access If an ATU violation was caused by a CPU Load operation, the SPID could be larger than DSA_MAX_PORTS (the size of mv88e6xxx_chip.ports[] arra... Read more
Affected Products : linux_kernel- Published: Sep. 04, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2024-44931
In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpio_device_get_desc() Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by callin... Read more
Affected Products : linux_kernel- Published: Aug. 26, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2023-52913
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gem_context_register() makes the context visible to userspace, and which point a separate thread can trigger the I915_GEM_CONTEXT_DESTROY ioctl. So ... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2022-48938
In the Linux kernel, the following vulnerability has been resolved: CDC-NCM: avoid overflow in sanity checking A broken device may give an extreme offset like 0xFFF0 and a reasonable length for a fragment. In the sanity check as formulated now, this wil... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Nov. 08, 2024
-
5.5
MEDIUMCVE-2022-48910
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6_mc_down() at most once There are two reasons for addrconf_notify() to be called with NETDEV_DOWN: either the network device is actually going down, or IPv... Read more
Affected Products : linux_kernel- Published: Aug. 22, 2024
- Modified: Nov. 08, 2024
-
8.8
HIGHCVE-2023-29126
The Waybox Enel X web management application contains a PHP-type juggling vulnerability that may allow a brute force process and under certain conditions bypass authentication.... Read more
- Published: Nov. 05, 2024
- Modified: Nov. 08, 2024
-
9.0
CRITICALCVE-2023-29125
A heap buffer overflow could be triggered by sending a specific packet to TCP port 7700.... Read more
- Published: Nov. 05, 2024
- Modified: Nov. 08, 2024
-
9.6
CRITICALCVE-2023-29121
Waybox Enel TCF Agent service could be used to get administrator’s privileges over the Waybox system.... Read more
- Published: Nov. 05, 2024
- Modified: Nov. 08, 2024