Lucene search
+L

2256 matches found

NVD
NVD
added 2026/07/19 4:17 p.m.6 views

CVE-2026-64044

In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls ovpnpeerrelease directly rather than ovpnpeerput, bypassing the kref. The accompanying comment "peer was not yet hashed, thus it is not use...

7.8CVSS0.00172EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-63930

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

7.8CVSS0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:41 p.m.12 views

EUVD-2026-45864

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix potential memory leaks in ipcimeminit The memory allocated in ipcprotocolinit is not freed on the error paths that follow in ipcimeminit. Fix that by calling the corresponding release function ipcprotocoldein...

5.4AI score0.00161EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/19 3:41 p.m.14 views

CVE-2026-64179

CVE-2026-64179 affects the Linux kernel’s net: wwan: iosm subsystem. The issue involved memory allocated during ipc_protocol_init() not being freed on error paths in ipc_imem_init(). The fix adds a call to ipc_protocol_deinit() in the error path to ensure proper release of resources and prevent m...

5.4AI score0.00161EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64161

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix ethportsnode leak in probe The error path on ofpropertyreadu32 failure inside icssmpruethprobe returns without putting ethportsnode, which was acquired before the foreachchildofnode loop. Drop it before...

5.2AI score0.00167EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.11 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.2AI score0.00173EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00173EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.15 views

EUVD-2026-45840

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.4AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64155 wifi: ath11k: fix error path leaks in some WMI WOW calls

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64150

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: release locallock before re-enabling softirqs Quoting sashiko: In the error path, localbhenable is called before localunlocknestedbh...

9.8CVSS5.2AI score0.00442EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64150

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: release locallock before re-enabling softirqs Quoting sashiko: In the error path, localbhenable is called before localunlocknestedbh...

5.3AI score0.00442EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.35 views

CVE-2026-64150 netfilter: nft_inner: release local_lock before re-enabling softirqs

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: release locallock before re-enabling softirqs Quoting sashiko: In the error path, localbhenable is called before localunlocknestedbh...

9.8CVSS0.00442EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:40 p.m.9 views

EUVD-2026-45835

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: release locallock before re-enabling softirqs Quoting sashiko: In the error path, localbhenable is called before localunlocknestedbh...

5.3AI score0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64129 mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.32 views

CVE-2026-64129 mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

0.00172EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 3:40 p.m.15 views

CVE-2026-64099

The CVE-2026-64099 entry describes a Linux kernel vulnerability in DRM/V3D where CPU job query arrays could be read after the job is freed on error paths, causing a use-after-free. The root cause is reading cpu_job after v3d_job_cleanup() and in early failure paths, where v3d_job_deallocate() zer...

7.8CVSS5.5AI score0.00134EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 3:40 p.m.11 views

EUVD-2026-45784

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

5.5AI score0.00134EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64099

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

5.4AI score0.00134EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64099

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64044

In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls ovpnpeerrelease directly rather than ovpnpeerput, bypassing the kref. The accompanying comment "peer was not yet hashed, thus it is not use...

7.8CVSS5.2AI score0.00172EPSS
SaveExploits0
Rows per page
Query Builder