Lucene search
+L

3701 matches found

Cvelist
Cvelist
added 2025/10/01 11:45 a.m.13 views

CVE-2023-53490 mptcp: fix disconnect vs accept race

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix disconnect vs accept race Despite commit 0ad529d9fd2b "mptcp: fix possible divide by zero in recvmsg", the mptcp protocol is still prone to a race between disconnect or shutdown and accept. The root cause is that the...

7.8CVSS0.00109EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:45 a.m.31 views

CVE-2023-53489

CVE-2023-53489 affects the Linux kernel memory handling for UDP sockets with TX timestamps and zerocopy skbs. The issue is a memory leak: clones of skbs and their ubuf references can keep a socket refcnt and skb references in the error/clock path, causing leaked sk, sock and skb when close() is c...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.16 views

CVE-2022-50467 scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFTID An error case exit from lpfccmplctcmdgftid results in a call to lpfcnlpput with a null pointer to a nodelist structure. Changed lpfccmplctcmdgftid to...

0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 11:45 a.m.6 views

CVE-2022-50459 scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling getpeername Fix a NULL pointer crash that occurs when we are freeing the socket at the same time we access it via sysfs. The problem is that: 1. iscsiswtcpconngetparam and...

7.8CVSS6.6AI score
SaveExploits0References8
CVE
CVE
added 2025/10/01 11:45 a.m.29 views

CVE-2022-50451

CVE-2022-50451 involves a memory leak in the Linux kernel’s ntfs3 module, specifically in the ntfs_fill_super() error path. The provided documents consistently describe a bug where an unreferenced kmemleak object is leaked during mounting, traced to the error handling path of ntfs_fill_super(). T...

5.5CVSS6.1AI score0.00151EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.16 views

CVE-2022-50449 clk: samsung: Fix memory leak in _samsung_clk_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

0.00152EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/01 11:45 a.m.14 views

CVE-2022-50446 ARC: mm: fix leakage of memory allocated for PTE

In the Linux kernel, the following vulnerability has been resolved: ARC: mm: fix leakage of memory allocated for PTE Since commit d9820ff "ARC: mm: switch pgtablet back to struct page " a memory leakage problem occurs. Memory allocated for page table entries not released during process terminatio...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.15 views

CVE-2022-50446 ARC: mm: fix leakage of memory allocated for PTE

In the Linux kernel, the following vulnerability has been resolved: ARC: mm: fix leakage of memory allocated for PTE Since commit d9820ff "ARC: mm: switch pgtablet back to struct page " a memory leakage problem occurs. Memory allocated for page table entries not released during process terminatio...

0.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.8 views

CVE-2023-53482 iommu: Fix error unwind in iommu_group_alloc()

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix error unwind in iommugroupalloc If either iommugroupgratefile fails then the iommugroup is leaked. Destroy it on these error paths. Found by kselftest/iommu/iommufdfailnth...

0.00146EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/01 11:42 a.m.22 views

CVE-2023-53476

CVE-2023-53476 affects the Linux kernel’s RDMA/cxgb4 code path (c4iw_fill_res_cm_id_entry). The issue arises when epcp is re-assigned; re-testing epcp->state == LISTEN after reassignment can dereference NULL listen_ep or ep, leading to a NULL pointer dereference. The vulnerability is triggered...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.11 views

CVE-2023-53475 usb: xhci: tegra: fix sleep in atomic call

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: tegra: fix sleep in atomic call When we set the dual-role port to Host mode, we observed the following splat: 167.057718 BUG: sleeping function called from invalid context at include/linux/sched/mm.h:229 167.057872...

4.9AI score
SaveExploits0References8
CVE
CVE
added 2025/10/01 11:42 a.m.40 views

CVE-2023-53468

Summary of CVE-2023-53468 : In the Linux kernel, the ubifs memory leak is fixed in the alloc_wbufs() path. The issue was triggered when ubifs_wbuf_init() returns an error inside the loop, causing wbuf->buf and wbuf->inodes that were already allocated to remain unfreed. The fix adds an error...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.12 views

CVE-2023-53468 ubifs: Fix memory leak in alloc_wbufs()

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in allocwbufs kmemleak reported a sequence of memory leaks, and show them as following: unreferenced object 0xffff8881575f8400 size 1024: comm "mount", pid 19625, jiffies 4297119604 age 20.383s hex dump fir...

6.5AI score
SaveExploits0References9
OSV
OSV
added 2025/10/01 11:42 a.m.5 views

CVE-2023-53465 soundwire: qcom: fix storing port config out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: soundwire: qcom: fix storing port config out-of-bounds The 'qcomswrmctrl-pconfig' has size of QCOMSDWMAXPORTS 14, however we index it starting from 1, not 0, to match real port numbers. This can lead to writing port config past...

7.8CVSS6.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/10/01 11:42 a.m.7 views

CVE-2023-53466

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915mcuexit Always purge mcu skb queues in mt7915mcuexit routine even if mt7915firmwarestate fails...

5.5CVSS5.1AI score0.00143EPSS
SaveExploits0
OSV
OSV
added 2025/10/01 11:42 a.m.4 views

CVE-2023-53462 hsr: Fix uninit-value access in fill_frame_info()

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fillframeinfo Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: uninit-value in fillframeinfo net/hsr/hsrforward.c:601 inli...

7.1CVSS6.5AI score
SaveExploits0References8
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53455

CVE-2023-53455 concerns the Linux kernel DRM vc4 deadlock: vc4_hdmi_reset_link() returning -EDEADLK may deadlock in the locking context. The accepted fix is to drop held locks and back off using drm_modeset_backoff(), per the cited kernel DRM-KMS guidance. The vulnerability entry provides example...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.12 views

CVE-2023-53454 HID: multitouch: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free...

8.8CVSS0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/01 11:42 a.m.8 views

CVE-2023-53452 wifi: rtw89: fix potential race condition between napi_init and napi_enable

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napiinit and napienable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user space starts the netdev that will enable NAPI. Then...

6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.17 views

CVE-2022-50444 clk: tegra20: Fix refcount leak in tegra20_clock_init

In the Linux kernel, the following vulnerability has been resolved: clk: tegra20: Fix refcount leak in tegra20clockinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

0.00149EPSS
SaveExploits0References9
Rows per page
Query Builder