Latest CVE Feed
-
8.2
HIGHCVE-2024-37574
The GriceMobile com.grice.call application 4.5.2 for Android enables any installed application (with no permissions) to place phone calls without user interaction by sending a crafted intent via the com.iui.mobile.presentation.MobileActivity.... Read more
Affected Products :- Published: Dec. 04, 2024
- Modified: Dec. 12, 2024
-
8.8
HIGHCVE-2024-11643
The Accessibility by AllAccessible plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the 'AllAccessible_save_settings' function in all versions up to, and inc... Read more
Affected Products :- Published: Dec. 04, 2024
- Modified: Dec. 04, 2024
-
5.5
MEDIUMCVE-2024-53140
In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - (optional) kicks off the dumping p... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
7.8
HIGHCVE-2024-53139
In the Linux kernel, the following vulnerability has been resolved: sctp: fix possible UAF in sctp_v6_available() A lockdep report [1] with CONFIG_PROVE_RCU_LIST=y hints that sctp_v6_available() is calling dev_get_by_index_rcu() and ipv6_chk_addr() with... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
5.5
MEDIUMCVE-2024-53138
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of get_page() and page_ref_inc() APIs to increment the page reference. But on the release path (... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53137
In the Linux kernel, the following vulnerability has been resolved: ARM: fix cacheflush with PAN It seems that the cacheflush syscall got broken when PAN for LPAE was implemented. User access was not enabled around the cache maintenance instructions, ca... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
4.7
MEDIUMCVE-2024-53136
In the Linux kernel, the following vulnerability has been resolved: mm: revert "mm: shmem: fix data-race in shmem_getattr()" Revert d949d1d14fa2 ("mm: shmem: fix data-race in shmem_getattr()") as suggested by Chuck [1]. It is causing deadlocks when acc... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
6.5
MEDIUMCVE-2024-53135
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN Hide KVM's pt_mode module param behind CONFIG_BROKEN, i.e. disable support for virtualizing Intel PT via gu... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53134
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i < bc->onecell_data.num_domains', not 'bc->onecell_data.num_domains' which will make the look never finish ... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
7.8
HIGHCVE-2024-53133
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle dml allocation failure to avoid crash [Why] In the case where a dml allocation fails for any reason, the current state's dml contexts would no longer be valid. T... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
5.5
MEDIUMCVE-2024-53132
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix "Missing outer runtime PM protection" warning Fix the following drm_WARN: [953.586396] xe 0000:00:02.0: [drm] Missing outer runtime PM protection ... <4> [953.587090] ?... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
5.5
MEDIUMCVE-2024-53131
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs that oc... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53130
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint When using the "block:block_dirty_buffer" tracepoint, mark_buffer_dirty() may cause a NULL pointer dereference, or a general ... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53129
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: Fix a dereferenced before check warning The 'state' can't be NULL, we should check crtc_state. Fix warning: drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1096 vop_plan... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
5.5
MEDIUMCVE-2024-53128
In the Linux kernel, the following vulnerability has been resolved: sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers When CONFIG_KASAN_SW_TAGS and CONFIG_KASAN_STACK are enabled, the object_is_on_stack() function may produce incorrec... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: May. 02, 2025
-
5.5
MEDIUMCVE-2024-53127
In the Linux kernel, the following vulnerability has been resolved: Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K" The commit 8396c793ffdf ("mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K") increased the max_req_size, ev... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 14, 2024
-
7.8
HIGHCVE-2024-53126
In the Linux kernel, the following vulnerability has been resolved: vdpa: solidrun: Fix UB bug with devres In psnet_open_pf_bar() and snet_open_vf_bar() a string later passed to pcim_iomap_regions() is placed on the stack. Neither pcim_iomap_regions() n... Read more
Affected Products : linux_kernel- Published: Dec. 04, 2024
- Modified: Dec. 11, 2024
-
5.4
MEDIUMCVE-2024-40745
Reflected Cross site scripting vulnerability in Convert Forms component for Joomla in versions before 4.4.8.... Read more
Affected Products : convert_forms- Published: Dec. 04, 2024
- Modified: Jun. 04, 2025
-
9.8
CRITICALCVE-2024-40744
Unrestricted file upload via security bypass in Convert Forms component for Joomla in versions before 4.4.8.... Read more
Affected Products : convert_forms- Published: Dec. 04, 2024
- Modified: Jun. 04, 2025
-
2.3
LOWCVE-2024-12056
The Client secret is not checked when using the OAuth Password grant type. By exploiting this vulnerability, an attacker could connect to a web server using a client application not explicitly authorized as part of the OAuth deployment. Exploitation requ... Read more
Affected Products :- Published: Dec. 04, 2024
- Modified: Dec. 04, 2024