Lucene search
+L

490133 matches found

EUVD
EUVD
added 2026/08/28 6:48 a.m.9 views

EUVD-2026-67513

In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: fix unaligned memory access in timestamp adjustment Use getunalignedbe32 and putunalignedbe32 to safely read and write the timestamp fields. This prevents performance degradation due to unaligned memory acces...

5.8AI score0.00446EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80636 netfilter: conntrack: revert ct extension genid infrastructure

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revert ct extension genid infrastructure This infrastructure is not used anymore after moving ct timeout and helper to use datapath refcount to track object use. Revert commit c56716c69ce1 "netfilter:...

5.8AI score
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.13 views

CVE-2026-80634 netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...

9.8CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 6:48 a.m.7 views

EUVD-2026-67511

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from short trigger BA firmware response The firmware response length is only checked against sizeofrsp 20 bytes, but when candidatecnt = 1, a 22-byte candidate struct is read at buf + 20 without...

5.8AI score0.0026EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/28 6:48 a.m.29 views

CVE-2026-80635

CVE-2026-80635 is an out-of-bounds read vulnerability in the wcn36xx Wi-Fi driver of the Linux kernel. When processing a trigger BA (Block Acknowledgment) firmware response, the code checks the response length only against the base struct size (20 bytes). However, when candidate_cnt >= 1, a 22...

8.8CVSS5.8AI score0.0026EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.13 views

CVE-2026-80635

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from short trigger BA firmware response The firmware response length is only checked against sizeofrsp 20 bytes, but when candidatecnt = 1, a 22-byte candidate struct is read at buf + 20 without...

8.8CVSS5.8AI score0.0026EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.43 views

CVE-2026-80634 netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...

9.8CVSS0.00379EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.42 views

CVE-2026-80635 wifi: wcn36xx: fix OOB read from short trigger BA firmware response

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from short trigger BA firmware response The firmware response length is only checked against sizeofrsp 20 bytes, but when candidatecnt = 1, a 22-byte candidate struct is read at buf + 20 without...

8.8CVSS0.0026EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/28 6:48 a.m.34 views

CVE-2026-80634

CVE-2026-80634 is a Linux kernel vulnerability in the netfilter flowtable subsystem. The root cause is an integer underflow: in the DEV_PATH_BR_VLAN_UNTAG path, info->num_encaps (a u8) is post-decremented inside WARN_ON_ONCE(), wrapping to 255 when already zero. This causes nft_dev_forward_pat...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80634

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.6 views

EUVD-2026-67510

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: avoid numencaps underflow on bridge VLAN untag The DEVPATHBRVLANUNTAG case post-decrements info-numencaps inside WARNONONCE. numencaps is u8, so if it's already 0 the decrement still happens and wraps it to...

5.8AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80635 wifi: wcn36xx: fix OOB read from short trigger BA firmware response

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from short trigger BA firmware response The firmware response length is only checked against sizeofrsp 20 bytes, but when candidatecnt = 1, a 22-byte candidate struct is read at buf + 20 without...

8.8CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.36 views

CVE-2026-80633 iommufd: Take dma_resv lock before dma_buf_unpin() in release path

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.19 views

CVE-2026-80633

CVE-2026-80633 is a locking bug in the Linux kernel iommufd subsystem. The function iopt_release_pages() calls dma_buf_unpin() without holding the required dma_resv lock, causing a kernel WARN every time iommufd_ioas_destroy() or iommufd_ioas_unmap() releases the last reference on a DMABUF-backed...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.8 views

EUVD-2026-67509

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

5.8AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80633

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80633 iommufd: Take dma_resv lock before dma_buf_unpin() in release path

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80632 wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996_init_tx_queues()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996inittxqueues When MT76NPU and CONFIGNETMEDIATEKSOCWED are enabled and mt76 detects properly the Airoha NPU SoC, mt7996inittxqueues will dereference a NULL WED pointer. Fix...

5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 6:48 a.m.8 views

EUVD-2026-67508

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix NULL pointer dereference in mt7996inittxqueues When MT76NPU and CONFIGNETMEDIATEKSOCWED are enabled and mt76 detects properly the Airoha NPU SoC, mt7996inittxqueues will dereference a NULL WED pointer. Fix...

5.8AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.30 views

CVE-2026-80631

CVE-2026-80631 affects the Linux kernel's btrfs LZO decompression path (lzo_decompress_bio() in fs/btrfs/lzo.c). The root cause is an insufficient validation check: each on-disk segment length (seg_len) is validated only against the workspace buffer size, not against the actual compressed input s...

7.5CVSS5.8AI score0.00343EPSS
SaveExploits0References2
Rows per page
Query Builder