Lucene search
+L

18 matches found

RedhatCVE
RedhatCVE
added 2025/07/25 7:20 p.m.10 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...

7CVSS6.5AI score0.0033EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/11 10:24 a.m.5 views

CVE-2025-38310

In the Linux kernel, the following vulnerability has been resolved: seg6: Fix validation of nexthop addresses The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the kernel reading uninitialized memory if user space...

7CVSS6.3AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/09 5:58 p.m.7 views

CVE-2025-38242

In the Linux kernel, the following vulnerability has been resolved: mm: userfaultfd: fix race of userfaultfdmove and swap cache This commit fixes two kinds of races, they may have different results: Barry reported a BUGON in commit c50f8e6053b0, we may see the same BUGON if the filemap lookup...

5.5CVSS6.6AI score0.00113EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/08 6:13 p.m.5 views

CVE-2024-36357

A transient execution vulnerability in some AMD processors may allow an attacker to infer data in the L1D cache, potentially resulting in the leakage of sensitive information across privileged boundaries...

5.6CVSS5.9AI score0.0032EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/07/04 6:05 p.m.6 views

CVE-2025-38223

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid kernel BUG for encrypted inode with unaligned file size The generic/397 test hits a BUGON for the case of encrypted inode with unaligned file size for example, 33K or 1K: 877.737811 run fstests generic/397 at 2025-01-...

5.5CVSS6.2AI score0.0009EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/04 5:41 p.m.7 views

CVE-2025-38215

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix doregisterframebuffer to prevent null-ptr-deref in fbvideomodetovar If fbaddvideomode in doregisterframebuffer fails to allocate memory for fbvideomode, it will later lead to a null-ptr dereference in fbvideomodetovar,...

7CVSS6.4AI score0.00141EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/03 5:51 p.m.4 views

CVE-2025-4878

A vulnerability was found in libssh, where an uninitialized variable exists under certain conditions in the privatekeyfromfile function. This flaw can be triggered if the file specified by the filename doesn't exist and may lead to possible signing failures or heap corruption...

3.6CVSS6AI score0.00186EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/06/19 6:24 a.m.2 views

CVE-2022-50225

In the Linux kernel, the following vulnerability has been resolved: riscv:uprobe fix SRSPIE set/clear handling In riscv the process of uprobe going to clear spie before exec the origin insn,and set spie after that.But When access the page which origin insn has been placed a page fault may happen...

5.5CVSS6.2AI score0.00153EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/18 1:19 p.m.5 views

CVE-2022-49952

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session count to avoid corrupting memory beyond the fixed-size slab-allocated session array when there are more than FASTRPCMAXSESSIONS...

5.5CVSS6.6AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/12 5:58 a.m.21 views

CVE-2023-53145

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btsdio: fix use after free bug in btsdioremove due to race condition In btsdioprobe, the data-work is bound with btsdiowork. It will be started in btsdiosendframe. If the btsdioremove runs with a unfinished work, there...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/09 8:25 a.m.9 views

CVE-2025-37836

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pciregisterhostbridge If deviceregister fails, call putdevice to give up the reference to avoid a memory leak, per the comment at deviceregister. Found by code review. bhelgaas: squash Dan Carpenter's...

5.5CVSS6.7AI score0.00292EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 6:34 a.m.6 views

CVE-2022-49849

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix match incorrectly in devargsmatchdevice syzkaller found a failed assertion: assertion failed: args-devid != u64-1 || args-missing, in fs/btrfs/volumes.c:6921 This can be triggered when we set devid to u64-1 by ioctl. I...

5.5CVSS6.5AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 6:22 a.m.7 views

CVE-2022-49770

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid putting the realm twice when decoding snaps fails When decoding the snaps fails it maybe leaving the 'firstrealm' and 'realm' pointing to the same snaprealm memory. And then it'll put it twice and could cause random...

5.5CVSS6.5AI score0.00546EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:41 a.m.9 views

CVE-2022-49867

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcwwandellink IOSM driver registers network device without setting the needsfreenetdev flag, and does NOT call freenetdev when unregisters network device, which causes a memory leak. This patc...

5.5CVSS6.4AI score0.00187EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:35 a.m.23 views

CVE-2025-37752

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: move the limit validation It is not sufficient to directly validate the limit on the data that the user passes as it can be updated based on how the other parameters are changed. Move the check at the end of the...

5.5CVSS6.5AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/04/02 6:09 a.m.12 views

CVE-2025-21948

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in inputevent. BUG: KASAN: null-ptr-deref in instrumentatomicread include/linux/instrumented.h:68 inline BUG:...

5.5CVSS7.2AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/04/01 11:32 p.m.6 views

CVE-2025-21900

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix a deadlock when recovering state on a sillyrenamed file If the file is sillyrenamed, and slated for delete on close, it is possible for a server reboot to triggeer an open reclaim, with can again race with the...

5.5CVSS7.2AI score0.00325EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/28 7:02 a.m.26 views

CVE-2023-53033

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: incorrect arithmetics when fetching VLAN header bits If the offset + length goes over the ethernet + vlan header, then the length is adjusted to copy the bytes that are within the boundaries of the vlanethh...

5.5CVSS6.9AI score0.01944EPSS
SaveExploits5References4
Rows per page
Query Builder