Lucene search
+L

3024 matches found

UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.6 views

CVE-2025-38411

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the INPROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will also...

9.8CVSS6.6AI score0.0033EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.2 views

CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS6.2AI score0.00165EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.3 views

CVE-2025-38415

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check return result of sbminblocksize Syzkaller reports an "UBSAN: shift-out-of-bounds in squashfsbioread" bug. Syzkaller forks multiple processes which after mounting the Squashfs filesystem, issues an ioctl"/dev/loop0...

7.8CVSS6.3AI score0.00185EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.7 views

CVE-2025-38400

In the Linux kernel, the following vulnerability has been resolved: nfs: Clean up /proc/net/rpc/nfs when nfsfsprocnetinit fails. syzbot reported a warning below 1 following a fault injection in nfsfsprocnetinit. 0 When nfsfsprocnetinit fails, /proc/net/rpc/nfs is not removed. Later, rpcprocexit...

5.5CVSS6AI score0.00187EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38354

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gpu: Fix crash when throttling GPU immediately during boot There is a small chance that the GPU is already hot during boot. In that case, the call to ofdevfreqcoolingregister will immediately try to apply devfreq cooling,...

5.5CVSS5.9AI score0.0016EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38364

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix MASTATEPREALLOC flag in maspreallocate Temporarily clear the preallocation flag when explicitly requesting allocations. Pre-existing allocations are already counted against the request through masnodecountgfp, but...

5.5CVSS5.9AI score0.0016EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38369

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

7.8CVSS6.2AI score0.00158EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38391

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pinassignments A poorly implemented DisplayPort Alt Mode port partner can indicate that its pin assignment capabilities are greater than the maximum value, DPPINASSIGNF. In...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.3 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS5.7AI score0.00132EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38377

In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...

8.8CVSS6.3AI score0.00235EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38395

In the Linux kernel, the following vulnerability has been resolved: regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods drvdata::gpiods is supposed to hold an array of 'gpiodesc' pointers. But the memory is allocated for only one pointer. This will lead to out-of-bounds access later ...

8.4CVSS6.3AI score0.00177EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS6.2AI score0.00177EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38380

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.6AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38387

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

5.5CVSS6AI score0.00174EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between async reclaim worker and closectree Syzbot reported an assertion failure due to an attempt to add a delayed iput after we have set BTRFSFSSTATENODELAYEDIPUT in the fsinfo state: WARNING: CPU: 0 PID: 65 at...

4.7CVSS5.7AI score0.00098EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.12 views

CVE-2025-38366

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check validity of "numcpu" from user space The maximum supported cpu number is EIOINTCROUTEMAXVCPUS about irqchip EIOINTC, here add validation about cpu number to avoid array pointer overflow...

7.8CVSS6.7AI score0.00148EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.3 views

CVE-2025-38360

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add more checks for DSC / HUBP ONO guarantees WHY For non-zero DSC instances it's possible that the HUBP domain required to drive it for sequential ONO ASICs isn't met, potentially causing the logic to the tile t...

5.5CVSS5.7AI score0.00157EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

7.8CVSS6.1AI score0.00156EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.5 views

CVE-2025-38378

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix slab use-after-free bug in appletbkbdprobe In probe appletbkbdprobe a "struct appletbkbd kbd" is allocated via devmkzalloc to store touch bar keyboard related data. Later on if backlightdevicegetbyname finds...

7.8CVSS6.6AI score0.00148EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.3 views

CVE-2025-38382

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix iteration of extrefs during log replay At inodeaddref when processing extrefs, if we jump into the next label we have an undefined value of victimname.len, since we haven't initialized it before we did the goto. This...

7.8CVSS6AI score0.00168EPSS
SaveExploits0References29
Rows per page
Query Builder