Lucene search
+L

12896 matches found

Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.55 views

CVE-2023-53632

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdpsetfeatures Hold RTNL lock when calling xdpsetfeatures with a registered netdev, as the call triggers the netdev notifiers. This could happen when switching from uplink rep ...

5.5CVSS5.5AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53629 fs: dlm: fix use after free in midcomms commit

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: 151.760477...

9.8CVSS6.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.17 views

CVE-2023-53629

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: 151.760477...

9.8CVSS6.4AI score0.00454EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.22 views

CVE-2023-53629 fs: dlm: fix use after free in midcomms commit

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: 151.760477...

9.8CVSS0.00454EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:19 p.m.31 views

CVE-2023-53629

CVE-2023-53629 affects the Linux kernel, specifically the dlm subsystem during midcomms processing in softirq context. The vulnerability is a use-after-free in dlm_midcomms_commit_mhandle that could enable a crash or potential memory corruption. It was addressed by a kernel patch described as "fs...

9.8CVSS6.4AI score0.00454EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/10/07 3:19 p.m.33 views

CVE-2023-53627

CVE-2023-53627 affects the Linux kernel SCSI driver histi_sas. The root cause is a race on sas_dev.list traversal during slot freeing in dereg_device_v3_hw() and hisi_sas_release_tasks(), which can trigger a NULL pointer dereference and kernel panic. The mitigation is to grab the sas_dev lock whi...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53627 scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

7.8CVSS6.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.19 views

CVE-2023-53627

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

7.8CVSS5.2AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:19 p.m.32 views

CVE-2023-53622

Summary of CVE-2023-53622 (Linux kernel, gfs2): A data race can occur in gfs2_show_options() when accessing fields of gfs2_tune (eg, gt_logd_secs) without holding the gt_spin lock, allowing concurrent execution with gfs2_reconfigure() to race. The fix acquires the lock (sdp->sd_tune.gt_spin) b...

7CVSS6.2AI score0.00135EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.5 views

EUVD-2025-32806

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix possible data races in gfs2showoptions Some fields such as gtlogdsecs of the struct gfs2tune are accessed without holding the lock gtspin in gfs2showoptions: val = sdp-sdtune.gtlogdsecs; if val != 30 seqprintfs,...

6AI score0.00135EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.15 views

CVE-2023-53622 gfs2: Fix possible data races in gfs2_show_options()

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix possible data races in gfs2showoptions Some fields such as gtlogdsecs of the struct gfs2tune are accessed without holding the lock gtspin in gfs2showoptions: val = sdp-sdtune.gtlogdsecs; if val != 30 seqprintfs,...

0.00135EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53623 mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

5.1AI score
SaveExploits0References11
OSV
OSV
added 2025/10/07 3:19 p.m.9 views

CVE-2023-53622 gfs2: Fix possible data races in gfs2_show_options()

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix possible data races in gfs2showoptions Some fields such as gtlogdsecs of the struct gfs2tune are accessed without holding the lock gtspin in gfs2showoptions: val = sdp-sdtune.gtlogdsecs; if val != 30 seqprintfs,...

6.5AI score
SaveExploits0References11
OSV
OSV
added 2025/10/07 3:19 p.m.12 views

CVE-2022-50518 parisc: Fix locking in pdc_iodc_print() firmware call

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdciodcprint firmware call Utilize pdclock spinlock to protect parallel modifications of the iodcdbuf buffer, check length to prevent buffer overflow of iodcdbuf, drop the iodcretbuf buffer and fix some wro...

7.8CVSS6.9AI score
SaveExploits0References6
OSV
OSV
added 2025/10/07 3:19 p.m.9 views

CVE-2022-50516 fs: dlm: fix invalid derefence of sb_lvbptr

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sblvbptr I experience issues when putting a lkbsb on the stack and have sblvbptr field to a dangled pointer while not using DLMLKFVALBLK. It will crash with the following kernel message, the...

6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.9 views

CVE-2022-50516

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sblvbptr I experience issues when putting a lkbsb on the stack and have sblvbptr field to a dangled pointer while not using DLMLKFVALBLK. It will crash with the following kernel message, the...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.8 views

EUVD-2025-32826

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sblvbptr I experience issues when putting a lkbsb on the stack and have sblvbptr field to a dangled pointer while not using DLMLKFVALBLK. It will crash with the following kernel message, the...

5.8AI score0.00155EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.8 views

SUSE CVE-2022-50494

In the Linux kernel, the following vulnerability has been resolved: thermal: intelpowerclamp: Use getcpu instead of smpprocessorid to avoid crash When CPU 0 is offline and intelpowerclamp is used to inject idle, it generates kernel BUG: BUG: using smpprocessorid in preemptible 00000000 code:...

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/10/07 12:48 a.m.6 views

SUSE CVE-2023-53581

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOTREADY flag state after locking Currently the check for NOTREADY flag is performed before obtaining the necessary lock. This opens a possibility for race condition when the flow is concurrently removed from...

4.7CVSS6.4AI score0.00104EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2020-3240

Malware in sbrugna...

5.3CVSS5.6AI score0.0034EPSS
SaveExploits0References2
Rows per page
Query Builder