Latest CVE Feed
-
5.5
MEDIUMCVE-2025-21682
In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: always recalculate features after XDP clearing, fix null-deref Recalculate features when XDP is detached. Before: # ip li set dev eth0 xdp obj xdp_dummy.bpf.o sec xdp # ... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21681
In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix lockup on tx to unregistering netdev with carrier Commit in a fixes tag attempted to fix the issue in the following sequence of calls: do_output -> ovs_vport_s... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: May. 02, 2025
- Vuln Type: Denial of Service
-
7.8
HIGHCVE-2025-21680
In the Linux kernel, the following vulnerability has been resolved: pktgen: Avoid out-of-bounds access in get_imix_entries Passing a sufficient amount of imix entries leads to invalid access to the pkt_dev->imix_entries array because of the incorrect bo... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-21679
In the Linux kernel, the following vulnerability has been resolved: btrfs: add the missing error handling inside get_canonical_dev_path Inside function get_canonical_dev_path(), we call d_path() to get the final device path. But d_path() can return err... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Jan. 31, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-21678
In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtp_newlink() links the device to a list in dev_net(dev) instead of src_net, where a udp tunnel socket is created. Even whe... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 02, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2025-21677
In the Linux kernel, the following vulnerability has been resolved: pfcp: Destroy device along with udp socket's netns dismantle. pfcp_newlink() links the device to a list in dev_net(dev) instead of net, where a udp tunnel socket is created. Even when ... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Jan. 31, 2025
- Vuln Type: Misconfiguration
-
5.5
MEDIUMCVE-2025-21676
In the Linux kernel, the following vulnerability has been resolved: net: fec: handle page_pool_dev_alloc_pages error The fec_enet_update_cbd function calls page_pool_dev_alloc_pages but did not handle the case when it returned NULL. There was a WARN_ON(... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21675
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clear port select structure when fail to create Clear the port select structure on error so no stale values left after definers are destroyed. That's because the mlx5_lag_dest... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21674
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Race Condition
-
5.5
MEDIUMCVE-2025-21673
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double free of TCP_Server_Info::hostname When shutting down the server in cifs_put_tcp_session(), cifsd thread might be reconnecting to multiple DFS targets before it r... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21672
In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace[1]. This is because if argc is less than 0 and the function returns directly, t... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 03, 2025
- Vuln Type: Race Condition
-
7.8
HIGHCVE-2025-21671
In the Linux kernel, the following vulnerability has been resolved: zram: fix potential UAF of zram table If zram_meta_alloc failed early, it frees allocated zram->table without setting it NULL. Which will potentially cause zram_meta_free to access the... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 10, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21670
In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the trans... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21669
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not exp... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 04, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-21668
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: add missing loop break condition Currently imx8mp_blk_ctrl_remove() will continue the for loop until an out-of-bounds exception occurs. pstate: 60000005 (nZC... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Jan. 31, 2025
- Vuln Type: Denial of Service
-
5.5
MEDIUMCVE-2025-21667
In the Linux kernel, the following vulnerability has been resolved: iomap: avoid avoid truncating 64-bit offset to 32 bits on 32-bit kernels, iomap_write_delalloc_scan() was inadvertently using a 32-bit position due to folio_next_index() returning an un... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 03, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21666
In the Linux kernel, the following vulnerability has been resolved: vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] Recent reports have shown how we sometimes call vsock_*_has_data() when a vsock socket has been de-assigned from a transport... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 03, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-21665
In the Linux kernel, the following vulnerability has been resolved: filemap: avoid truncating 64-bit offset to 32 bits On 32-bit kernels, folio_seek_hole_data() was inadvertently truncating a 64-bit value to 32 bits, leading to a possible infinite loop ... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 03, 2025
- Vuln Type: Denial of Service
-
0.0
NACVE-2024-57948
In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154_if_remove. [1] Remove an IEEE 802.15.4 network interface after unregister... Read more
Affected Products : linux_kernel- Published: Jan. 31, 2025
- Modified: Feb. 02, 2025
- Vuln Type: Memory Corruption
-
6.4
MEDIUMCVE-2024-13662
The eHive Objects Image Grid plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'ehive_objects_image_grid' shortcode in all versions up to, and including, 2.4.1 due to insufficient input sanitization and output escaping on ... Read more
Affected Products :- Published: Jan. 31, 2025
- Modified: Feb. 18, 2025
- Vuln Type: Cross-Site Scripting