Lucene search
K

1339 matches found

Cvelist
Cvelist
added 2025/04/01 3:41 p.m.9 views

CVE-2025-21946 ksmbd: fix out-of-bounds in parse_sec_desc()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds in parsesecdesc If osidoffset, gsidoffset and dacloffset could be greater than smbntsd struct size. If it is smaller, It could cause slab-out-of-bounds. And when validating sid, It need to check it includ...

0.0011EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.13 views

CVE-2025-21936 Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtdeviceconnected Add check for the return value of mgmtallocskb in mgmtdeviceconnected to prevent null pointer dereference...

0.00018EPSS
Exploits0References5
CVE
CVE
added 2025/04/01 3:40 p.m.89 views

CVE-2025-21903

CVE-2025-21903 affects the Linux kernel’s MCTP over I3C header handling: daddr may be NULL when no neighbour table entry exists, in which case the TX packet should be dropped; saddr may also be NULL if transmitted by a different protocol. The issue is escalated as a local vector with a Medium bas...

5.5CVSS7.1AI score0.00015EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/03/29 3:31 p.m.7 views

CVE-2025-21873

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: bsg: Fix crash when arpmb command fails If the device doesn't support arpmb we'll crash due to copying user data in bsgtransportsgiofn. In the case where ufsbsgexecadvancedrpmbreq returns an error, do not set the...

5.5CVSS7.4AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.6 views

CVE-2023-52983

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bicsetbfqq After commit 64dc8c732f5c "block, bfq: fix possible uaf for 'bfqq-bic'", bic-bfqq will be accessed in bicsetbfqq, however, in some context bic-bfqq will be freed, and bicsetbfqq is calle...

7.8CVSS0.00027EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.6 views

CVE-2023-52984

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices The probe function is only used for the DP83822 PHY, leaving the private data pointer uninitialized for the smaller DP83825/26 models. While all uses of the...

5.5CVSS0.00011EPSS
Exploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.5 views

CVE-2022-49757

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

5.5CVSS0.00029EPSS
Exploits0References7
Ubuntu
Ubuntu
added 2025/03/27 4:48 p.m.13 views

USN-7380-1: Linux kernel (Low Latency) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - x86...

8.1CVSS7.1AI score0.0009EPSS
Exploits3
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.5 views

CVE-2023-53022

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid deadlock in enetctxonesteptstamp This lockdep splat says it better than I could: ================================ WARNING: inconsistent lock state 6.2.0-rc2-07010-ga9b9500ffaac-dirty 967 Not tainted...

5.5CVSS5.4AI score0.00037EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.7 views

CVE-2023-53018 Bluetooth: hci_conn: Fix memory leaks

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leaks When hcicmdsyncqueue failed in hcileterminatebig or hcilebigterminate, the memory pointed by variable d is not freed, which will cause memory leak. Add release process to error path...

0.00021EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.10 views

CVE-2023-53003 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

0.00273EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52998

In the Linux kernel, the following vulnerability has been resolved: net: fec: Use pagepoolputfullpage when freeing rx buffers The pagepoolreleasepage was used when freeing rx buffers, and this function just unmaps the page if mapped and does not recycle the page. So after hundreds of down/up the...

5.5CVSS5.4AI score0.00097EPSS
Exploits0
CVE
CVE
added 2025/03/27 4:43 p.m.116 views

CVE-2023-52991

CVE-2023-52991 affects the Linux kernel’s skb_segment_list path. The issue stems from a prior change: net: Support GRO/GSO fraglist chaining, which can cause frag_list to be NULL if it is pulled into the linear area during processing. This condition leads to a NULL pointer dereference in skb_segm...

5.5CVSS6.5AI score0.00021EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.14 views

CVE-2023-52975 scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ipaddress attr, we can get a KASAN UAF report like...

0.0002EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/03/27 4:42 p.m.13 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.5CVSS5.5AI score0.00016EPSS
Exploits0
CVE
CVE
added 2025/03/27 4:42 p.m.88 views

CVE-2022-49740

CVE-2022-49740 concerns the Linux kernel brcmfmac driver. The vulnerability arises when the device-provided channel spec count exceeds the allocated list length in brcmf_construct_chaninfo() and brcmf_enable_bw40_2g(), causing slab-out-of-bounds reads. The patch adds bounds checks so these functi...

7.1CVSS6.5AI score0.00023EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:37 p.m.7 views

CVE-2023-52931 drm/i915: Avoid potential vm use-after-free

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.1AI score0.00051EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/27 4:37 p.m.8 views

CVE-2023-52931

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Avoid potential vm use-after-free Adding the vm to the vmxa table makes it visible to userspace, which could try to race with us to close the vm. So we need to take our extra reference before putting it in the table...

7.8CVSS5.6AI score0.00051EPSS
Exploits0
NVD
NVD
added 2025/03/27 3:15 p.m.7 views

CVE-2024-58090

In the Linux kernel, the following vulnerability has been resolved: sched/core: Prevent rescheduling when interrupts are disabled David reported a warning observed while loop testing kexec jump: Interrupts enabled after irqrouterresume+0x0/0x50 WARNING: CPU: 0 PID: 560 at drivers/base/syscore.c:1...

5.5CVSS0.00019EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/03/27 2:57 p.m.13 views

CVE-2025-21889 perf/core: Add RCU read lock protection to perf_iterate_ctx()

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

0.00014EPSS
Exploits0References4
Rows per page
Query Builder