Lucene search
+L

10842 matches found

NVD
NVD
added 2025/05/02 4:15 p.m.14 views

CVE-2023-53046

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hcicmdsyncclear There is a potential race condition in hcicmdsyncwork and hcicmdsyncclear, and could lead to use-after-free. For instance, hcicmdsyncwork is added to the 'reqworkqueue' after...

7.8CVSS0.00138EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.8 views

CVE-2023-53047

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdteeopensession There is a potential race condition in amdteeopensession that may lead to use-after-free. For instance, in amdteeopensession after sess-sessmask is set, and before setting:...

7.8CVSS0.0014EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/02 4:15 p.m.8 views

UBUNTU-CVE-2023-53082

In the Linux kernel, the following vulnerability has been resolved: vpvdpa: fix the crash in hot unplug with vpvdpa While unplugging the vpvdpa device, it triggers a kernel panic The root cause is: vdpamgmtdevunregister will accesses modern devices which will cause a use after free. So need to...

7.8CVSS6AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/02 3:55 p.m.12 views

CVE-2023-53110 net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL sndbufdesc in smccdctxhandler When performing a stress test on SMC-R by rmmod mlx5ib driver during the wrk/nginx test, we found that there is a probability of triggering a panic while terminating all link groups...

7.5CVSS5.8AI score
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:55 p.m.120 views

CVE-2023-53110

In CVE-2023-53110, the Linux kernel vulnerability affects the SMC subsystem (net/smc). The issue arises from a race between smc_smcr_terminate_all() and smc_buf_create(), which can lead to a NULL sndbuf_desc being dereferenced in smc_cdc_tx_handler during CQE processing, causing a kernel panic (a...

7.5CVSS6.5AI score0.00445EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.19 views

CVE-2023-53110 net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL sndbufdesc in smccdctxhandler When performing a stress test on SMC-R by rmmod mlx5ib driver during the wrk/nginx test, we found that there is a probability of triggering a panic while terminating all link groups...

7.5CVSS0.00445EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/02 3:55 p.m.64 views

CVE-2023-53104

CVE-2023-53104 is rejected/withdrawn by the CVE Numbering Authority and not an active vulnerability entry.

6.4AI score
SaveExploits0
OSV
OSV
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53082 vp_vdpa: fix the crash in hot unplug with vp_vdpa

In the Linux kernel, the following vulnerability has been resolved: vpvdpa: fix the crash in hot unplug with vpvdpa While unplugging the vpvdpa device, it triggers a kernel panic The root cause is: vdpamgmtdevunregister will accesses modern devices which will cause a use after free. So need to...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.33 views

CVE-2023-53082 vp_vdpa: fix the crash in hot unplug with vp_vdpa

In the Linux kernel, the following vulnerability has been resolved: vpvdpa: fix the crash in hot unplug with vpvdpa While unplugging the vpvdpa device, it triggers a kernel panic The root cause is: vdpamgmtdevunregister will accesses modern devices which will cause a use after free. So need to...

0.00191EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/02 3:55 p.m.90 views

CVE-2023-53082

CVE-2023-53082 affects the Linux kernel’s VP_VDPA/VDPA path. The root cause is a use-after-free when unplugging a vp_vdpa device, caused by vdpa_mgmtdev_unregister() accessing modern devices during removal, leading to a crash observed as a kernel panic. The patches fix the crash by changing the s...

7.8CVSS6.2AI score0.00191EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.10 views

CVE-2023-53047 tee: amdtee: fix race condition in amdtee_open_session

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdteeopensession There is a potential race condition in amdteeopensession that may lead to use-after-free. For instance, in amdteeopensession after sess-sessmask is set, and before setting:...

7.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.23 views

CVE-2023-53047 tee: amdtee: fix race condition in amdtee_open_session

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdteeopensession There is a potential race condition in amdteeopensession that may lead to use-after-free. For instance, in amdteeopensession after sess-sessmask is set, and before setting:...

7.8CVSS0.0014EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/02 3:55 p.m.118 views

CVE-2023-53047

CVE-2023-53047 refers to a race condition in the Linux kernel’s AMDTEE path (amdtee_open_session) that can lead to use-after-free when a session is closed concurrently. The official fix is to set the sess->sess_mask bit as the last step in amdtee_open_session to prevent use-after-free after se...

7.8CVSS6.3AI score0.0014EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.23 views

CVE-2023-53046 Bluetooth: Fix race condition in hci_cmd_sync_clear

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hcicmdsyncclear There is a potential race condition in hcicmdsyncwork and hcicmdsyncclear, and could lead to use-after-free. For instance, hcicmdsyncwork is added to the 'reqworkqueue' after...

7.8CVSS0.00138EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53046 Bluetooth: Fix race condition in hci_cmd_sync_clear

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hcicmdsyncclear There is a potential race condition in hcicmdsyncwork and hcicmdsyncclear, and could lead to use-after-free. For instance, hcicmdsyncwork is added to the 'reqworkqueue' after...

7.8CVSS5.5AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/05/02 2:3 a.m.7 views

SUSE CVE-2025-23147

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

5.5CVSS6.1AI score0.00201EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.8 views

SUSE CVE-2025-37759

In the Linux kernel, the following vulnerability has been resolved: ublk: fix handling recovery & reissue in ublkabortqueue Commit 8284066946e6 "ublk: grab request reference when the request is handled by userspace" doesn't grab request reference in case of recovery reissue. Then the request can ...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.9 views

SUSE CVE-2025-37773

In the Linux kernel, the following vulnerability has been resolved: virtiofs: add filesystem context source name check In certain scenarios, for example, during fuzz testing, the source name may be NULL, which could lead to a kernel panic. Therefore, an extra check for the source name should be...

5.5CVSS7.5AI score0.00185EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.8 views

PT-2025-18868 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the skb pull function in the smsc75xx driver, where a packet length check needs to be moved to prevent a...

5AI score
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.21 views

PT-2025-18846 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.14.0-252.el9.x86 64 Description: A vulnerability in the Linux kernel has been resolved, which was causing a kernel panic when unplugging the vp vdpa device. The root cause of the issue is a use-after-free erro...

8.8CVSS7.5AI score0.01328EPSS
SaveExploits2References422
Rows per page
Query Builder