Lucene search
+L

12792 matches found

OSV
OSV
added 2025/12/24 1:16 p.m.17 views

UBUNTU-CVE-2025-68749

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpugembofree removes the BO from the BOs list before it gets unmapped. Then fileprivunbind triggers a...

7.8CVSS5.7AI score0.00105EPSS
SaveExploits0References20
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54072

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

6.3AI score0.002EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:15 p.m.10 views

CVE-2022-50720

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC or xAPIC, and Extended APIC or x2APIC. X2APIC mode is mostly compatible with legacy APIC, but it disables the memory-mapped APIC interface in favor...

0.00236EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:15 p.m.11 views

CVE-2022-50712

In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/devlink.c:6291 devlinkregionsnapshotdel+0x12e/0x140 CPU...

0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:15 p.m.8 views

UBUNTU-CVE-2022-50720

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC or xAPIC, and Extended APIC or x2APIC. X2APIC mode is mostly compatible with legacy APIC, but it disables the memory-mapped APIC interface in favor...

5.7AI score0.00236EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.8 views

CVE-2022-50712

In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/devlink.c:6291 devlinkregionsnapshotdel+0x12e/0x140 CPU...

5.7AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.8 views

CVE-2022-50720

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC or xAPIC, and Extended APIC or x2APIC. X2APIC mode is mostly compatible with legacy APIC, but it disables the memory-mapped APIC interface in favor...

5.7AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:15 p.m.12 views

UBUNTU-CVE-2022-50712

In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/devlink.c:6291 devlinkregionsnapshotdel+0x12e/0x140 CPU...

5.7AI score0.0023EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 1:07 p.m.39 views

CVE-2023-54156

CVE-2023-54156 affects the Linux kernel sfc/efx_net_stats path where ethtool self-tests can trigger a stats read during NIC reset. If Stats are read while NIC data (mc_stats) is NULL due to fini, there is a NULL dereference in efx_nic_update_stats, potentially crashing the kernel. The advisory's ...

7.8CVSS6AI score0.00204EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:07 p.m.9 views

CVE-2023-54156 sfc: fix crash when reading stats while NIC is resetting

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

7.8CVSS6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:07 p.m.38 views

CVE-2023-54157

The CVE-2023-54157 issue concerns the Linux kernel binder code: a use-after-free in alloc->vma during a race with munmap. The root cause is a downgrade of the mmap lock that allows binder_update_page_range() to access alloc->vma while vm_area_free() may tear down the VMA, enabling a UAF as ...

7.8CVSS6.1AI score0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:07 p.m.10 views

CVE-2023-54152 can: j1939: prevent deadlock by moving j1939_sk_errqueue()

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by moving j1939skerrqueue This commit addresses a deadlock situation that can occur in certain scenarios, such as when running data TP/ETP transfer and subscribing to the error queue while receiving a...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:07 p.m.34 views

CVE-2023-54152

Summary: CVE-2023-54152 affects the Linux kernel’s j1939 subsystem, where a deadlock could occur when performing data TP/ETP transfers and subscribing to the error queue during a net down event. Root cause: a call to j1939_sk_errqueue() was made inside the active_session_list_lock, which could in...

6.1AI score0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:07 p.m.22 views

CVE-2023-54149

CVE-2023-54149 affects the Linux kernel where, when the felix driver is used as a DSA master for a VLAN-aware bridge, vlan_for_each() is invoked from a context that may not hold rtnl_lock, leading to a potentially unsafe RCU read-side usage. The advisory notes that vlan_for_each() expects rtnl_lo...

7.5CVSS6.1AI score0.00244EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 1:06 p.m.47 views

CVE-2023-54142

CVE-2023-54142: In the Linux kernel gtp_encap path, a use-after-free occurs in __gtp_encap_destroy() when sk cleanup races with sock data access. The advisory notes that a previous patch added lock_sock() and release_sock() around __gtp_encap_destroy() to protect sk->sk_user_data, but release_...

7.8CVSS6AI score0.00152EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.36 views

CVE-2023-54128 fs: drop peer group ids under namespace lock

In the Linux kernel, the following vulnerability has been resolved: fs: drop peer group ids under namespace lock When cleaning up peer group ids in the failure path we need to make sure to hold on to the namespace lock. Otherwise another thread might just turn the mount from a shared into a...

7.8CVSS0.0016EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:06 p.m.25 views

CVE-2023-54128

The CVE-2023-54128 entry refers to a Linux kernel issue in fs: drop peer group IDs under namespace lock. The root cause is failing to hold the namespace lock while cleaning up peer group IDs in the failure path, which could allow another thread to change a mount from shared to non-shared concurre...

7.8CVSS6.1AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:06 p.m.5 views

CVE-2023-54128 fs: drop peer group ids under namespace lock

In the Linux kernel, the following vulnerability has been resolved: fs: drop peer group ids under namespace lock When cleaning up peer group ids in the failure path we need to make sure to hold on to the namespace lock. Otherwise another thread might just turn the mount from a shared into a...

7.8CVSS6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:06 p.m.27 views

CVE-2023-54088

Technical details about CVE-2023-54088 (Linux blk-cgroup queue_lock handling) are not publicly provided in the supplied documents. Monitor OSV and distro advisories for patched versions and fixes.

7.8CVSS6.1AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:06 p.m.9 views

CVE-2023-54088 blk-cgroup: hold queue_lock when removing blkg->q_node

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: hold queuelock when removing blkg-qnode When blkg is removed from q-blkglist from blkgfreeworkfn, queuelock has to be held, otherwise, all kinds of bugslist corruption, hard lockup, .. can be triggered from...

7.8CVSS6.4AI score
SaveExploits0References7
Rows per page
Query Builder