Lucene search
+L

10250 matches found

OSV
OSV
added 2025/05/02 4:15 p.m.3 views

DEBIAN-CVE-2023-53072

In the Linux kernel, the following vulnerability has been resolved: mptcp: use the workqueue to destroy unaccepted sockets Christoph reported a UaF at token lookup time after having refactored the passive socket initialization part: BUG: KASAN: use-after-free in tokenbucketbusy+0x253/0x260 Read o...

7.8CVSS5.8AI score0.00191EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.7 views

CVE-2023-53044

In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate allocpercpu failure Check allocprecpu's return value and return an error from dmstatsinit if it fails. Update allocdev to fail if dmstatsinit does. Otherwise, a NULL pointer dereference will occu...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.0 views

DEBIAN-CVE-2023-53044

In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate allocpercpu failure Check allocprecpu's return value and return an error from dmstatsinit if it fails. Update allocdev to fail if dmstatsinit does. Otherwise, a NULL pointer dereference will occu...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.10 views

UBUNTU-CVE-2023-53079

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix steering rules cleanup vport's mc, uc and multicast rules are not deleted in teardown path when EEH happens. Since the vport's promisc settingsuc, mc and all in firmware are reset after EEH, mlx5 driver will try to...

5.5CVSS6.1AI score0.00204EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 4:15 p.m.6 views

UBUNTU-CVE-2023-53098

In the Linux kernel, the following vulnerability has been resolved: media: rc: gpio-ir-recv: add remove function In case runtime PM is enabled, do runtime PM clean up to remove cpu latency qos request, otherwise driver removal may have below kernel dump: 19.463299 Unable to handle kernel NULL...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 4:15 p.m.18 views

UBUNTU-CVE-2023-53105

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix cleanup null-ptr deref on encap lock During module is unloaded while a peer tc flow is still offloaded, first the peer uplink rep profile is changed to a nic profile, and so neigh encap lock is destroyed. Next duri...

5.5CVSS6.1AI score0.00187EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/02 4:15 p.m.8 views

UBUNTU-CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/02 4:15 p.m.5 views

UBUNTU-CVE-2023-53072

In the Linux kernel, the following vulnerability has been resolved: mptcp: use the workqueue to destroy unaccepted sockets Christoph reported a UaF at token lookup time after having refactored the passive socket initialization part: BUG: KASAN: use-after-free in tokenbucketbusy+0x253/0x260 Read o...

7.8CVSS6.3AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/02 4:15 p.m.5 views

UBUNTU-CVE-2023-53127

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

5.5CVSS5.7AI score0.00174EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.21 views

CVE-2023-53131 SUNRPC: Fix a server shutdown leak

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/02 3:56 p.m.108 views

CVE-2023-53131

CVE-2023-53131 refers to a Linux kernel issue in SUNRPC: a server shutdown leak caused by a race where kthread_stop() may prevent threadfn from running, leaving svc_rqst cleanup incomplete. The connected Nessus/OpenVAS entries for Unity Linux and EulerOS acknowledge the same description block and...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/02 3:56 p.m.16 views

CVE-2023-53127 scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

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

CVE-2023-53105 net/mlx5e: Fix cleanup null-ptr deref on encap lock

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix cleanup null-ptr deref on encap lock During module is unloaded while a peer tc flow is still offloaded, first the peer uplink rep profile is changed to a nic profile, and so neigh encap lock is destroyed. Next duri...

0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 3:55 p.m.9 views

CVE-2023-53105 net/mlx5e: Fix cleanup null-ptr deref on encap lock

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix cleanup null-ptr deref on encap lock During module is unloaded while a peer tc flow is still offloaded, first the peer uplink rep profile is changed to a nic profile, and so neigh encap lock is destroyed. Next duri...

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

CVE-2023-53098 media: rc: gpio-ir-recv: add remove function

In the Linux kernel, the following vulnerability has been resolved: media: rc: gpio-ir-recv: add remove function In case runtime PM is enabled, do runtime PM clean up to remove cpu latency qos request, otherwise driver removal may have below kernel dump: 19.463299 Unable to handle kernel NULL...

5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.63 views

CVE-2023-53088 mptcp: fix UaF in listener shutdown

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

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

CVE-2023-53079 net/mlx5: Fix steering rules cleanup

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix steering rules cleanup vport's mc, uc and multicast rules are not deleted in teardown path when EEH happens. Since the vport's promisc settingsuc, mc and all in firmware are reset after EEH, mlx5 driver will try to...

6AI score
SaveExploits0References8
OSV
OSV
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53072 mptcp: use the workqueue to destroy unaccepted sockets

In the Linux kernel, the following vulnerability has been resolved: mptcp: use the workqueue to destroy unaccepted sockets Christoph reported a UaF at token lookup time after having refactored the passive socket initialization part: BUG: KASAN: use-after-free in tokenbucketbusy+0x253/0x260 Read o...

7.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2025/05/02 3:55 p.m.122 views

CVE-2023-53044

The CVE-2023-53044 entry concerns a Linux kernel vulnerability in the dm-stats path. A NULL pointer dereference can occur in dm_stats_cleanup() if alloc_percpu() fails during dm_stats_init(), with the failure not being properly propagated from alloc_precpu() or dm_stats_init() to dm_stats_cleanup...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2025/05/02 12:0 a.m.14 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the mlx5 driver accessing invalid pointers while cleaning up rules...

5.5CVSS6.5AI score0.00204EPSS
SaveExploits0References5
Rows per page
Query Builder