Lucene search
+L

33147 matches found

OSV
OSV
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53645 bpf: Make bpf_refcount_acquire fallible for non-owning refs

In the Linux kernel, the following vulnerability has been resolved: bpf: Make bpfrefcountacquire fallible for non-owning refs This patch fixes an incorrect assumption made in the original bpfrefcount series 0, specifically that the BPF program calling bpfrefcountacquire on some node can always...

7.8CVSS6.2AI score
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 3:19 p.m.6 views

EUVD-2025-32800

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: Avoid nfcthelperhash uses after free If nfconntrackinitstart fails for example due to a registernfconntrackbpf failure, the nfconntrackhelperfini clean-up path frees the nfcthelperhash map. When built with...

6AI score0.00216EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.15 views

CVE-2022-50534 dm thin: Use last transaction's pmd->root when commit failed

In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd-root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - not syncing: softlockup: hung tasks CPU: 7 PID: 26692...

0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2022-50534 dm thin: Use last transaction's pmd->root when commit failed

In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd-root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - not syncing: softlockup: hung tasks CPU: 7 PID: 26692...

6.3AI score
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 3:19 p.m.6 views

EUVD-2025-32837

In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd-root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - not syncing: softlockup: hung tasks CPU: 7 PID: 26692...

5.8AI score0.0016EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 3:19 p.m.12 views

EUVD-2025-32822

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mlme: fix null-ptr deref on failed assoc If association to an AP without a link 0 fails, then we crash in tracing because it assumes that either apmldaddr or link 0 BSS is valid, since we clear sdata-vif.validlink...

5.7AI score0.00155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.28 views

CVE-2022-50533 wifi: mac80211: mlme: fix null-ptr deref on failed assoc

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mlme: fix null-ptr deref on failed assoc If association to an AP without a link 0 fails, then we crash in tracing because it assumes that either apmldaddr or link 0 BSS is valid, since we clear sdata-vif.validlink...

0.00155EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/07 3:19 p.m.47 views

CVE-2022-50534

CVE-2022-50534 (Linux kernel, dm thin) : A vulnerability in the dm thin component can trigger an ABBA deadlock between shrinker_rwsem and pmd-root_lock when concurrent drop cache operations and dm thin worker threads run. This may lead to a broken btree with mixed fresh/stale nodes and cause a sy...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.8 views

EUVD-2025-32825

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix possible resource leaks in mpt3sastransportportadd In mpt3sastransportportadd, if sasrphyadd returns error, sasrphyfree needs be called to free the resource allocated in sasenddevicealloc. Otherwise a kernel...

5.9AI score0.00157EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.20 views

CVE-2022-50529 test_firmware: fix memory leak in test_firmware_init()

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

0.00157EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/07 3:19 p.m.40 views

CVE-2022-50529

CVE-2022-50529 refers to a Linux kernel memory-leak in the test_firmware path. When misc_register() failed in test_firmware_init(), the memory pointed by test_fw_config->name was not released. The leak evidence shows an unreferenced object and a backtrace ending at test_firmware initialization...

5.5CVSS6AI score0.00157EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.12 views

EUVD-2025-32834

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

5.8AI score0.00157EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/07 3:19 p.m.41 views

CVE-2022-50525

The CVE-2022-50525 issue affects the Linux kernel, specifically the iommu/fsl_pamu path. The root cause was in fsl_pamu_probe(): on create_csd() failure, the function returned early, leaving IRQs and memory unreleased. The patch fixes this by jumping to an error-handling path when create_csd() fa...

5.5CVSS6.1AI score0.00161EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.19 views

CVE-2022-50525 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()

In the Linux kernel, the following vulnerability has been resolved: iommu/fslpamu: Fix resource leak in fslpamuprobe The fslpamuprobe returns directly when createcsd failed, leaving irq and memories unreleased. Fix by jumping to error if createcsd returns error...

0.00161EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 3:19 p.m.13 views

CVE-2022-50525 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()

In the Linux kernel, the following vulnerability has been resolved: iommu/fslpamu: Fix resource leak in fslpamuprobe The fslpamuprobe returns directly when createcsd failed, leaving irq and memories unreleased. Fix by jumping to error if createcsd returns error...

6.5AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.33 views

CVE-2022-50523 clk: rockchip: Fix memory leak in rockchip_clk_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll 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.00161EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:19 p.m.11 views

EUVD-2025-32841

In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARNONs by nilfserror for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a kernel warning is generated. This patch replaces th...

5.9AI score0.00161EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.9 views

CVE-2022-50519

In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARNONs by nilfserror for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a kernel warning is generated. This patch replaces th...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:19 p.m.40 views

CVE-2022-50519

CVE-2022-50519 relates to the Linux kernel nilfs2 checkpoint handling. The affected code path was: checkpoint acquisition/finalization may trigger kernel WARN_ONs for anomalies in on-disk checkpoint metadata. The patch replaces WARN_ONs with nilfs_error, so a kernel booted with panic_on_warn no l...

5.5CVSS6AI score0.00161EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.16 views

CVE-2022-50519 nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure

In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARNONs by nilfserror for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a kernel warning is generated. This patch replaces th...

0.00161EPSS
SaveExploits0References9
Rows per page
Query Builder