CVE-2024-6350 – Zigbee Wireless Mesh Network Buffer Overflow Denial of Service Vulnerability

The following table lists the changes that have been made to the CVE-2024-6350 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by [email protected] Jan. 08, 2025 Action […]

CVE-2024-56777 – “Linux kernel Deref Dereference Error in drm/sti”

The following table lists the changes that have been made to the CVE-2024-56777 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56773 – Linux Kernel kunit Null Pointer Dereference Vulnerability

The following table lists the changes that have been made to the CVE-2024-56773 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56780 – Linux quota kernel Freezeâ„¢ DoS Vulnerability

In the Linux kernel, the following vulnerability has been resolved: quota: flush quota_release_work upon quota writeback One of the paths quota writeback is called from is: freeze_super() sync_filesystem() ext4_sync_fs() dquot_writeback_dquots() Since we currently don’t always flush the quota_release_work queue in this path, we can end up with the following race: 1. dquot are added to […]

CVE-2024-56779 – NFSd Memory Leak Vulnerability

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur The action force umount(umount -f) will attempt to kill all rpc_task even umount operation may ultimately fail if some files remain open. Consequently, if an action attempts to open a file, it can potentially send two rpc_task […]

CVE-2024-56778 – Linux Kernel – STI Display Driver Use After Free Vulnerability

The following table lists the changes that have been made to the CVE-2024-56778 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56776 – Linux Kernel DEREFerence Error (Drm/Sti) Memory Leak

The following table lists the changes that have been made to the CVE-2024-56776 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56775 – AMD Display Refcount Vulnerability

The following table lists the changes that have been made to the CVE-2024-56775 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56774 – “Linux Btrfs Null-Pointer Dereference Vulnerability”

The following table lists the changes that have been made to the CVE-2024-56774 vulnerability over time. Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability’s severity, exploitability, or other characteristics. New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67 Jan. 08, 2025 Action […]

CVE-2024-56772 – Linux kernel: Uninitialized Free Pointer (UAF) vulnerability in kunit string-stream module.

In the Linux kernel, the following vulnerability has been resolved: kunit: string-stream: Fix a UAF bug in kunit_init_suite() In kunit_debugfs_create_suite(), if alloc_string_stream() fails in the kunit_suite_for_each_test_case() loop, the “suite->log = stream” has assigned before, and the error path only free the suite->log’s stream memory but not set it to NULL, so the later string_stream_clear() of […]