Lucene search
+L

426 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 5:40 p.m.5 views

CVE-2026-72431

A flaw was found in the Linux kernel. A vulnerability exists in the /proc/allocinfo feature where the system may attempt to access memory after it has been freed, known as a use-after-free. This can happen when a kernel module is unloaded while the system is still processing information from...

5.5CVSS5.4AI score0.00198EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-72431

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads...

5.6AI score0.00198EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/17 3:29 p.m.9 views

CVE-2026-74442

A flaw was found in the Linux kernel's drm/vmwgfx driver. This vulnerability occurs when the vmwvkmsinit function fails to initialize a workqueue, leaving a pointer as NULL. During module unload, the vmwvkmscleanup function attempts to destroy this NULL workqueue, leading to a kernel panic. A loc...

5.5CVSS5.5AI score0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:17 p.m.8 views

CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:17 p.m.5 views

UBUNTU-CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.5AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.7AI score0.00168EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.30 views

CVE-2026-74442 drm/vmwgfx: avoid destroy_workqueue(NULL) on vkms init failure

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.4 views

CVE-2026-72431

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-72431

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00198EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59330

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72431 alloc_tag: fix use-after-free in /proc/allocinfo after module unload

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72431 alloc_tag: fix use-after-free in /proc/allocinfo after module unload

In the Linux kernel, the following vulnerability has been resolved: alloctag: fix use-after-free in /proc/allocinfo after module unload allocinfostart only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72431

CVE-2026-72431 describes a use-after-free in Linux kernel /proc/allocinfo handling after module unload. The issue arises because allocinfo_start() reinitializes the codetag iterator only at pos=0, but subsequent reads reuse a cached iterator state. allocinfo_stop() releases mod_lock between batch...

5.5AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:53 a.m.9 views

CVE-2026-72167 mtd: rawnand: pl353: fix probe resource allocation

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: pl353: fix probe resource allocation During probe, the devmioremap is called with the parent device instead of the current one. So when the module is unloaded, the register area isn't released. Target the pl35x devi...

5.4AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72619

In the Linux kernel, the following vulnerability has been resolved: alloc tag: fix use-after-free in /proc/allocinfo after module unload allocinfo start only reinitializes the codetag iterator at position 0. For subsequent reads position 0, it reuses cached iterator state from the previous batch...

5.5AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.10 views

PT-2026-72894

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroy workqueueNULL on vkms init failure Two paths through vmw vkms init can leave vmw-crc workq NULL while still leaving the rest of the driver in a state that calls vmw vkms cleanup at module unload: 1. vmw...

5.6AI score0.00168EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/11 11:24 a.m.14 views

CVE-2026-68084

A flaw was found in the Linux kernel's tsi148 bridge component. This vulnerability occurs due to a resource leak where the location monitor resources are not properly freed during device unbind or module unload operations. An attacker could potentially exploit this flaw to exhaust system resource...

5.4AI score0.00172EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68178

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: pin the module while the device is open miscopen installs a misc driver's file operations with fopsget, which pins fileoperations::owner before replacing the file's fop. The NSM misc device leaves nsmdevfops.owner unse...

7.8CVSS0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:17 p.m.6 views

UBUNTU-CVE-2026-68084

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.2AI score0.00172EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:04 p.m.11 views

CVE-2026-68415 xfrm: clear mode callbacks after failed mode setup

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

7.8CVSS5.4AI score
SaveExploits0References6
Rows per page
Query Builder