Lucene search
+L

14086 matches found

Positive Technologies
Positive Technologies
added 2026/04/27 12:00 a.m.13 views

PT-2026-35492

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double-free issue exists in the Linux kernel's KASAN Kernel Address Sanitizer component. The kasan free pxd function incorrectly assumes that the page table is always aligned with stru...

7.8CVSS5.2AI score0.00122EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:00 a.m.13 views

RHEL 7 : kernel-rt (RHSA-2026:10756)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:10756 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

8.8CVSS6.9AI score0.00788EPSS
SaveExploits2References21
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:06 a.m.8 views

smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()

...

9.8CVSS5.2AI score0.00457EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:05 a.m.24 views

smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()

...

9.8CVSS5.2AI score0.00457EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/26 12:00 a.m.6 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2026-014339)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-014339 advisory. In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtkscp: Fix a potential double free 'scp-rproc' is allocated using devmrprocalloc, so...

7.8CVSS5.4AI score0.00244EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/25 11:11 a.m.10 views

OESA-2026-2094 giflib security update

giflib is a library of gif images and provides utilities for processing images. Security Fixes: Giflib contains a double-free vulnerability that is the result of a shallow copy in GifMakeSavedImage and incorrect error handling. The conditions needed to trigger this vulnerability are difficult but...

5.1CVSS5.4AI score0.00144EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/04/25 1:39 a.m.15 views

SUSE CVE-2026-31576

In the Linux kernel, the following vulnerability has been resolved: media: hackrf: fix to not free memory after the device is registered in hackrfprobe In hackrf driver, the following race condition occurs: CPU0 CPU1 hackrfprobe kzalloc; // alloc hackrfdev .... v4l2deviceregister; .... fd =...

5.5CVSS5.5AI score0.00128EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/04/25 1:38 a.m.10 views

SUSE CVE-2026-31608

In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in smbdirectfreesendmsg after smbdirectflushsendlist smbdirectflushsendlist already calls smbdirectfreesendmsg, so we should not call it again after postsendmsg moved it to the batch list...

8.1CVSS5.4AI score0.00457EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/25 1:38 a.m.13 views

SUSE CVE-2026-31609

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbdfreesendio after smbdsendbatchflush smbdsendbatchflush already calls smbdfreesendio, so we should not call it again after smbdpostsend moved it to the batch list...

8.1CVSS5.4AI score0.00457EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/25 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-31608

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in smbdirectfreesendmsg after smbdirectflushsendlist...

9.8CVSS6.5AI score0.00457EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/04/24 8:33 p.m.10 views

CVE-2026-31608

A flaw was found in the Linux kernel's Server Message Block SMB server component. This vulnerability, a double-free error, occurs when the smbdirectfreesendmsg function is called redundantly after smbdirectflushsendlist has already executed it. A remote attacker could potentially exploit this fla...

9.8CVSS5.6AI score0.00457EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/24 8:32 p.m.9 views

CVE-2026-31609

A flaw was found in the Linux kernel's Server Message Block SMB client. This vulnerability, a double-free, occurs in the smbdfreesendio function after smbdsendbatchflush has already freed the memory. This memory corruption can lead to a denial of service DoS for the affected system. Mitigation To...

9.8CVSS5.4AI score0.00457EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/24 6:24 p.m.9 views

CVE-2026-31576

A flaw was found in the Linux kernel's hackrf driver. A race condition exists where memory for the hackrf device is freed prematurely during device unregistration, even when file descriptors are still in use. This allows a local user to trigger a use-after-free and double-free vulnerability...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/24 3:16 p.m.10 views

CVE-2026-31608

In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in smbdirectfreesendmsg after smbdirectflushsendlist smbdirectflushsendlist already calls smbdirectfreesendmsg, so we should not call it again after postsendmsg moved it to the batch list...

9.8CVSS0.00457EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 3:16 p.m.7 views

DEBIAN-CVE-2026-31609

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbdfreesendio after smbdsendbatchflush smbdsendbatchflush already calls smbdfreesendio, so we should not call it again after smbdpostsend moved it to the batch list...

9.8CVSS5.2AI score0.00457EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/24 3:16 p.m.7 views

DEBIAN-CVE-2026-31608

In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in smbdirectfreesendmsg after smbdirectflushsendlist smbdirectflushsendlist already calls smbdirectfreesendmsg, so we should not call it again after postsendmsg moved it to the batch list...

9.8CVSS5.2AI score0.00457EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.12 views

CVE-2026-31609

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbdfreesendio after smbdsendbatchflush smbdsendbatchflush already calls smbdfreesendio, so we should not call it again after smbdpostsend moved it to the batch list...

9.8CVSS0.00457EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

AZL-83789 CVE-2026-31609 affecting package kernel for versions less than 6.6.134.1-2

In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in smbdfreesendio after smbdsendbatchflush smbdsendbatchflush already calls smbdfreesendio, so we should not call it again after smbdpostsend moved it to the batch list...

9.8CVSS6.8AI score0.00457EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.11 views

CVE-2026-31578

In the Linux kernel, the following vulnerability has been resolved: media: as102: fix to not free memory after the device is registered in as102usbprobe In as102usb driver, the following race condition occurs: CPU0 CPU1 as102usbprobe kzalloc; // alloc as102devt .... usbregisterdev; fd =...

7.8CVSS0.00128EPSS
SaveExploits0References9
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

DEBIAN-CVE-2026-31578

In the Linux kernel, the following vulnerability has been resolved: media: as102: fix to not free memory after the device is registered in as102usbprobe In as102usb driver, the following race condition occurs: CPU0 CPU1 as102usbprobe kzalloc; // alloc as102devt .... usbregisterdev; fd =...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References1
Rows per page
Query Builder