CVE-2025-24032 – Linux-PAM PAM-PKCS#11 Public Key Certificate Token Hijacking

PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user’s public data (e.g. […]

CVE-2025-21690 – VMware StorVSC Denial of Service Vulnerability

CVE ID : CVE-2025-21690 Published : Feb. 10, 2025, 4:15 p.m. | 1 hour, 52 minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Ratelimit warning logs to prevent VM denial of service If there’s a persistent error in the hypervisor, the SCSI warning for failed I/O can flood the […]

CVE-2025-21687 – “Linux VFIO Platform Out-of-Bounds Read/Write”

The following table lists the changes that have been made to the CVE-2025-21687 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 Feb. 10, 2025 Action […]

CVE-2025-21686 – Linux Kernel io_uring Unprivileged Memory Corruption Vulnerability

In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: require cloned buffers to share accounting contexts When IORING_REGISTER_CLONE_BUFFERS is used to clone buffers from uring instance A to uring instance B, where A and B use different MMs for accounting, the accounting can go wrong: If uring instance A is closed before uring […]

CVE-2025-24031 – Apache PAM-PKCS#11 X509 Certificate PIN Input Vulnerability (Segmentation Fault)

The following table lists the changes that have been made to the CVE-2025-24031 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] Feb. 10, 2025 Action […]

CVE-2025-21693 – Linux Kernel zswap Crypto Accomp API CPU Hotplug UAF

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: properly synchronize freeing resources during CPU hotunplug In zswap_compress() and zswap_decompress(), the per-CPU acomp_ctx of the current CPU at the beginning of the operation is retrieved and used throughout. However, since neither preemption nor migration are disabled, it is possible that the operation […]

CVE-2025-21692 – Linux Kernel: Qdisc ETS Class Array Index Out-of-Bounds Vulnerability

The following table lists the changes that have been made to the CVE-2025-21692 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 Feb. 10, 2025 Action […]

CVE-2025-21691 – Linux Kernel cachestat Permission Checking Vulnerability

The following table lists the changes that have been made to the CVE-2025-21691 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 Feb. 10, 2025 Action […]

CVE-2025-21689 – Linux Kernel USB Quatech2 Null Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() This patch addresses a null-ptr-deref in qt2_process_read_urb() due to an incorrect bounds check in the following: if (newport > serial->num_ports) { dev_err(&port->dev, “%s – port change to invalid port: %in”, __func__, newport); break; } The condition doesn’t account […]

CVE-2025-21688 – Raspberry Pi DRM V3D NULL Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Assign job pointer to NULL before signaling the fence In commit e4b5ccd392b9 (“drm/v3d: Ensure job pointer is set to NULL after job completion”), we introduced a change to assign the job pointer to NULL after completing a job, indicating job completion. However, this approach […]