Lucene search
+L

149095 matches found

EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76512

In the Linux kernel, the following vulnerability has been resolved: fanotify: fix use-after-free of file range info fsnotifyprecontent builds its filerange on the triggering task's stack. fanotifyallocpermevent saves a pointer to range.pos in the heap-allocated permission event so...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:45 p.m.4 views

CVE-2026-89600 fanotify: fix use-after-free of file range info

In the Linux kernel, the following vulnerability has been resolved: fanotify: fix use-after-free of file range info fsnotifyprecontent builds its filerange on the triggering task's stack. fanotifyallocpermevent saves a pointer to range.pos in the heap-allocated permission event so...

6.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89591 accel/rocket: initialize job domain before cleanup paths

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: initialize job domain before cleanup paths rocketioctlsubmitjob releases rjob through rocketjobput on allocation error paths. rocketjobcleanup unconditionally calls rocketiommudomainputjob-domain, but job-domain is...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76503

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: initialize job domain before cleanup paths rocketioctlsubmitjob releases rjob through rocketjobput on allocation error paths. rocketjobcleanup unconditionally calls rocketiommudomainputjob-domain, but job-domain is...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.3 views

CVE-2026-89591 accel/rocket: initialize job domain before cleanup paths

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: initialize job domain before cleanup paths rocketioctlsubmitjob releases rjob through rocketjobput on allocation error paths. rocketjobcleanup unconditionally calls rocketiommudomainputjob-domain, but job-domain is...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89591

CVE-2026-89591 affects the Linux kernel accel/rocket driver. In rocket_ioctl_submit_job(), error paths release the job via rocket_job_put(), which calls rocket_job_cleanup() and unconditionally invokes rocket_iommu_domain_put(job->domain). However, job->domain is only assigned after task co...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.3 views

CVE-2026-89585 auxdisplay: charlcd: cancel backlight work on registration failure

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.25 views

CVE-2026-89585 auxdisplay: charlcd: cancel backlight work on registration failure

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

7.8CVSS0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89585

A use-after-free vulnerability in the Linux kernel's auxdisplay: charlcd driver occurs when charlcd_init() schedules a delayed backlight work item (bl_work) before charlcd_register() completes. If registration fails, the charlcd object is freed while the delayed work still holds its address. A lo...

7.8CVSS0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.5 views

EUVD-2026-76497

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: charlcd: cancel backlight work on registration failure With CONFIGCHARLCDBLFLASH, charlcdinit schedules blwork before charlcdregister calls miscregister. If registration fails, the caller frees the charlcd object whil...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76494

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix double free in bnx2xinitfirmware error path bnx2xinitfirmware frees bp-initops, bp-initdata and bp-initopsoffsets in its error path without setting them to NULL. The cleanup function bnx2xreleasefirmware frees the same...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.3 views

CVE-2026-89582 bnx2x: fix double free in bnx2x_init_firmware() error path

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix double free in bnx2xinitfirmware error path bnx2xinitfirmware frees bp-initops, bp-initdata and bp-initopsoffsets in its error path without setting them to NULL. The cleanup function bnx2xreleasefirmware frees the same...

6.2AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89582

This double free vulnerability affects the bnx2x network driver in the Linux kernel . In the error path of bnx2x_init_firmware(), the pointers bp->init_ops, bp->init_data, and bp->init_ops_offsets are freed via kfree() without being set to NULL . When the cleanup function bnx2x_release_f...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.21 views

CVE-2026-89582 bnx2x: fix double free in bnx2x_init_firmware() error path

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix double free in bnx2xinitfirmware error path bnx2xinitfirmware frees bp-initops, bp-initdata and bp-initopsoffsets in its error path without setting them to NULL. The cleanup function bnx2xreleasefirmware frees the same...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76481

In the Linux kernel, the following vulnerability has been resolved: cxl/mce: Make the MCE notifier per-region Flavien Solt reported lifetime issues with the CXL MCE notifier, which can lead to NULL dereferences and use-after-free in the MCE handler. The notifier was registered per memory device a...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.25 views

CVE-2026-89570 cxl/mce: Make the MCE notifier per-region

In the Linux kernel, the following vulnerability has been resolved: cxl/mce: Make the MCE notifier per-region Flavien Solt reported lifetime issues with the CXL MCE notifier, which can lead to NULL dereferences and use-after-free in the MCE handler. The notifier was registered per memory device a...

7.8CVSS0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89570

A lifetime bug in the Linux kernel's CXL (Compute Express Link) MCE notifier can cause NULL dereferences and use-after-free in the MCE handler. The notifier was incorrectly registered per memory device (stored in struct cxl_memdev_state) rather than per region. The fix moves it into struct cxl_re...

7.8CVSS0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.3 views

CVE-2026-89570 cxl/mce: Make the MCE notifier per-region

In the Linux kernel, the following vulnerability has been resolved: cxl/mce: Make the MCE notifier per-region Flavien Solt reported lifetime issues with the CXL MCE notifier, which can lead to NULL dereferences and use-after-free in the MCE handler. The notifier was registered per memory device a...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89569 Bluetooth: RFCOMM: serialize security confirmation handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

8.8CVSS0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76480

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

0.002EPSS
SaveExploits0References4
Rows per page
Query Builder