Vulnerabilities

DATE CVE VULNERABILITY TITLE RISK
2024-11-19 CVE-2024-11098 The SVG Block plugin for WordPress is vulnerable to Stored Cross-Site Scripting via REST API SVG File uploads in all versions up to, and including, 1.1.24 due to insufficient input sanitization and output escaping.
network
low complexity
CWE-79
5.5
2024-11-19 CVE-2024-50264 Use After Free vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangling pointer can be created in vsk->trans, potentially leading to a Use-After-Free condition.
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50265 NULL Pointer Dereference vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() Syzkaller is able to provoke null-ptr-dereference in ocfs2_xa_remove(): [ 57.319872] (a.out,1161,7):ocfs2_xa_remove:2028 ERROR: status = -12 [ 57.320420] (a.out,1161,7):ocfs2_xa_cleanup_value_truncate:1999 ERROR: Partial truncate while removing xattr overlay.upper.
local
low complexity
linux CWE-476
5.5
2024-11-19 CVE-2024-50267 Use After Free vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer.
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50276 Double Free vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102x_tx_frame_spi(), so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the original skb.
local
low complexity
linux CWE-415
7.8
2024-11-19 CVE-2024-50281 NULL Pointer Dereference vulnerability in Linux Kernel 6.10.7/6.12
In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation When sealing or unsealing a key blob we currently do not wait for the AEAD cipher operation to finish and simply return after submitting the request.
local
low complexity
linux CWE-476
5.5
2024-11-19 CVE-2024-50282 Classic Buffer Overflow vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() Avoid a possible buffer overflow if size is larger than 4K. (cherry picked from commit f5d873f5825b40d886d03bd2aede91d4cf002434)
local
low complexity
linux CWE-120
7.8
2024-11-19 CVE-2024-50283 Use After Free vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp ksmbd_user_session_put should be called under smb3_preauth_hash_rsp(). It will avoid freeing session before calling smb3_preauth_hash_rsp().
local
low complexity
linux CWE-416
7.8
2024-11-19 CVE-2024-50286 Use After Free vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create There is a race condition between ksmbd_smb2_session_create and ksmbd_expire_session.
local
high complexity
linux CWE-416
7.0
2024-11-19 CVE-2024-50287 Divide By Zero vulnerability in Linux Kernel 6.12
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpg_precalculate_line() blindly rescales the buffer even when scaled_witdh is equal to zero.
local
low complexity
linux CWE-369
5.5