Lucene search
+L

231 matches found

CVE
CVE
added 2025/04/16 2:11 p.m.122 views

CVE-2025-22026

CVE-2025-22026 (Linux kernel) affects nfsd in the kernel. The issue: nfsd_proc_stat_init() ignored the return value of svc_proc_register(), so if procfile creation fails the kernel may WARN later during removal. The fix updates nfsd_proc_stat_init() to return the same pointer type as svc_proc_reg...

5.5CVSS6.7AI score0.00192EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/04/08 8:18 a.m.174 views

CVE-2025-22010

CVE-2025-22010 affects the Linux kernel’s RDMA/hns: fixes a soft lockup during BT page loop when allocating very large buffers (e.g., MR > 100GB). The vulnerable path occurs in hns_roce_hw_v2: hem_list_alloc_mid_bt, hns_roce_hem_list_request, hns_roce_mtr_create, alloc_mr_pbl, and hns_roce_reg...

5.5CVSS7.3AI score0.00151EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/03 7:19 a.m.11 views

CVE-2025-22004 net: atm: fix use after free in lec_send()

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix use after free in lecsend The -send operation frees skb so save the length before calling -send to avoid a use after free...

7.3AI score0.00194EPSS
Exploits0References5
CVE
CVE
added 2025/04/03 7:19 a.m.185 views

CVE-2025-21997

CVE-2025-21997 : In the Linux kernel, a vulnerability in the XDP socket (xsk) path fixes an integer overflow in xp_create_and_assign_umem(). Because i and pool->chunk_size are 32‑bit values, their product can wrap and be cast to 64‑bit, which may cause two distinct XDP buffers to point to the ...

5.5CVSS7.5AI score0.00179EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/04/03 7:18 a.m.10 views

CVE-2025-21996

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix uninitialized size issue in radeonvcecsparse On the off chance that command stream passed from userspace via ioctl call to radeonvcecsparse is weirdly crafted and first command to execute is to encode case...

5.5CVSS5.8AI score0.00188EPSS
Exploits0
Cvelist
Cvelist
added 2025/04/01 3:47 p.m.21 views

CVE-2025-21970 net/mlx5: Bridge, fix the crash caused by LAG state check

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Bridge, fix the crash caused by LAG state check When removing LAG device from bridge, NETDEVCHANGEUPPER event is triggered. Driver finds the lower devices PFs to flush all the offloaded entries. And mlx5lagissharedfdb i...

0.00178EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/03/29 5:53 p.m.13 views

CVE-2023-52997

A vulnerability was found in the Linux kernel's ipmetricsconvert function, where improper handling of user input can potentially leak kernel memory via side channels. This issue is caused by the use of @type, a user-controlled input, which is an array within this function. If a CPU speculatively...

4.7CVSS6AI score0.00247EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:42 p.m.12 views

CVE-2023-53010

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen ... Call...

5.5CVSS7.6AI score0.00176EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:39 p.m.12 views

CVE-2022-49746

In the Linux kernel, the following vulnerability has been resolved: dmaengine: imx-sdma: Fix a possible memory leak in sdmatransferinit If the function sdmaloadcontext fails, the sdmadesc will be freed, but the allocated desc-bd is forgot to be freed. We already met the sdmaloadcontext failure ca...

5.5CVSS7.1AI score0.00178EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.14 views

CVE-2023-53025

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

Exploits0
NVD
NVD
added 2025/03/27 5:15 p.m.9 views

CVE-2023-52991

In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer in skbsegmentlist Commit 3a1296a38d0c "net: Support GRO/GSO fraglist chaining." introduced UDP listifyed GRO. The segmentation relies on fraglist being untouched when passing through the network stack. This...

5.5CVSS0.00246EPSS
Exploits0References4
CVE
CVE
added 2025/03/27 4:43 p.m.135 views

CVE-2023-53026

CVE-2023-53026 : Linux kernel RDMA/core fix to prevent an integer overflow in the ib block iterator when registering a DMA MR. If an sglist entry and chosen page size align poorly, the 32-bit counter that tracks progress through the sg entry can overflow to or beyond 4 GB, risking an infinite loo...

5.5CVSS6.8AI score0.00177EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.42 views

CVE-2023-52980

In the Linux kernel, the following vulnerability has been resolved: block: ublk: extending queuesize to fix overflow When validating drafted SPDK ublk target, in a case that assigning large queue depth to multiqueue ublk device, ublk target would run into a weird incorrect state. During rounds of...

7.8CVSS5.7AI score0.00229EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.23 views

CVE-2023-52942 cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Fix wrong check in updateparentsubpartscpumask It was found that the check to see if a partition could use up all the cpus from the parent cpuset in updateparentsubpartscpumask was incorrect. As a result, it is...

0.00204EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.9 views

CVE-2025-21874

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: Avoid divide by zero in table status in Inline mode In Inline mode, the journal is unused, and journalsectors is zero. Calculating the journal watermark requires dividing by journalsectors, which should be done only...

5.5CVSS5.7AI score0.00187EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/03/14 3:59 a.m.10 views

CVE-2025-21854

In the Linux kernel, the following vulnerability has been resolved: sockmap, vsock: For connectible sockets allow only connected sockmap expects all vsocks to have a transport assigned, which is expressed in vsockproto::psockupdateskprot. However, there is an edge case where an unconnected...

5.5CVSS6.7AI score0.00197EPSS
Exploits0References4
OSV
OSV
added 2025/03/12 9:42 a.m.10 views

CVE-2025-21857 net/sched: cls_api: fix error handling causing NULL dereference

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: fix error handling causing NULL dereference tcfextsmisscookiebasealloc calls xaalloccyclic which can return 1 if the allocation succeeded after wrapping. This was treated as an error, with value 1 returned to...

5.5CVSS6AI score0.00204EPSS
Exploits0References7
OSV
OSV
added 2025/03/06 4:13 p.m.6 views

CVE-2024-58082 media: nuvoton: Fix an error check in npcm_video_ece_init()

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...

5.5CVSS6.1AI score0.00168EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/02/28 4:22 a.m.12 views

CVE-2022-49655

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscacheinvalidate will be asked to invalidate the file - however, if the cookie is in the LOOKINGUP state or the CREATING state, then request ...

5.3CVSS6.6AI score0.0014EPSS
Exploits0References4
CVE
CVE
added 2025/02/27 2:18 a.m.80 views

CVE-2025-21778

CVE-2025-21778 : In the Linux kernel, a fault occurs when mmap() is used on a trace ring buffer attached to reserve_mem. The mapping relied on virt_to_page() which does not work with vmap’d memory, causing a kernel oops during access. The fix disables mmap() for such persistent ring buffers (rese...

5.5CVSS6.4AI score0.00192EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder