Lucene search
+L

3116 matches found

SUSE CVE
SUSE CVE
added 2025/09/18 11:43 p.m.5 views

SUSE CVE-2022-50378

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

4.4CVSS6.5AI score0.00159EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/09/18 8:43 p.m.9 views

CVE-2023-53446

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcielinkstate-downstream is a pointer to the pcidev of function 0. Previously we retained that pointer when removing function 0, and subsequent ASPM...

4.4CVSS5.3AI score0.00149EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/18 7:23 p.m.15 views

CVE-2022-50411

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix error code path in acpidscallcontrolmethod A use-after-free in acpipsparseaml after a failing invocaion of acpidscallcontrolmethod is reported by KASAN 1 and code inspection reveals that nextwalkstate pushed to the...

4.4CVSS6AI score0.00163EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/18 7:14 p.m.8 views

CVE-2022-50408

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free bug in brcmfnetdevstartxmit ret = brcmfprototxqueuedatadrvr, ifp-ifidx, skb; may be schedule, and then complete before the line ndev-stats.txbytes += skb-len; 46.912801...

7CVSS5.9AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 4:15 p.m.8 views

UBUNTU-CVE-2022-50408

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free bug in brcmfnetdevstartxmit ret = brcmfprototxqueuedatadrvr, ifp-ifidx, skb; may be schedule, and then complete before the line ndev-stats.txbytes += skb-len; 46.912801...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/18 4:04 p.m.9 views

CVE-2023-53427 cifs: Fix warning and UAF when destroy the MR list

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery work not initialized and list not cleared. Then will be warning and UAF when release the MR: WARNING: CPU: 4 PID: 824 at...

7.8CVSS4.9AI score
SaveExploits0References10
OSV
OSV
added 2025/09/18 2:15 p.m.6 views

DEBIAN-CVE-2022-50378

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

7.8CVSS6.3AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

UBUNTU-CVE-2022-50378

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.6 views

CVE-2023-53377 cifs: prevent use-after-free by freeing the cfile later

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent use-after-free by freeing the cfile later In smb2compoundop we have a possible use-after-free which can cause hard to debug problems later on. This was revealed during stress testing with KASAN enabled kernel. Fixin...

6.1AI score0.00148EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/18 1:33 p.m.8 views

CVE-2022-50386

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2capchanholdunlesszero after calling l2capgetchanblah to prevent the following trace: Bluetooth: l2capcore.c:static void l2capchandestroystruct kref kref Bluetooth: chan...

8.8CVSS5.8AI score0.00357EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.23 views

CVE-2022-50378 drm/meson: reorder driver deinit sequence to fix use-after-free bug

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

0.00159EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/18 1:33 p.m.20 views

CVE-2022-50378

In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: +0.006275 ============================================================= +0.000029 BUG: KASAN:...

7.8CVSS6.3AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2025/09/18 1:33 p.m.43 views

CVE-2022-50378

CVE-2022-50378 is a Linux kernel issue in the DRM Meson driver where unloading the driver could trigger a use-after-free (observed as a KASAN warning on __list_del_entry_valid). The description attributes the bug to the driver deinit sequence and notes that a reorder of the deinitialization steps...

7.8CVSS6.1AI score0.00159EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/09/17 11:31 p.m.7 views

SUSE CVE-2022-50248

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path, and it appears there is indeed a way to...

7CVSS6.4AI score0.00161EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/09/17 11:31 p.m.5 views

SUSE CVE-2022-50256

In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by mesonencoderhdmiinit and mesonencodercvbsinit were not manually removed at module unload time, which caused dangling references to freed memory to...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39818

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: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save Improper us...

7.8CVSS6.3AI score0.00144EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.9 views

PT-2025-42270

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free flaw within the b2c2 component, specifically in the flexcop pci remove function. The issue arises because cancel delayed work does not guarante...

4.6CVSS5.8AI score0.00218EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50240

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the mmaplock for later use. This is unsafe and there are a number ...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.7 views

SUSE CVE-2023-53265

In the Linux kernel, the following vulnerability has been resolved: ubi: ensure that VID header offset + VID header size dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x85/0xad lib/dumpstack.c:106 printaddressdescription mm/kasan/report.c:317 inline printreport.cold.13+0xb6/0x6bb...

5.5CVSS6.3AI score0.0016EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.16 views

CVE-2023-53320

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix issues in mpi3mrgetalltgtinfo The function mpi3mrgetalltgtinfo has four issues: 1 It calculates valid entry length in alltgtinfo assuming the header part of the struct mpi3mrdevicemapinfo would equal to sizeofu3...

7.8CVSS6.2AI score0.00151EPSS
SaveExploits0
Rows per page
Query Builder