Lucene search
+L

5907 matches found

EUVD
EUVD
•added 2026/09/17 4:08 p.m.•9 views

EUVD-2026-81862

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject load-acquire from pointers requiring fault protection A BPFLOADACQ is not rewritten to a BPFPROBEMEM load by the verifier, unlike a regular BPFLDX, so the JIT emits a plain load with no exception table entry and a fau...

5.6AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:08 p.m.•5 views

CVE-2026-90269 bpf: Reject load-acquire from pointers requiring fault protection

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject load-acquire from pointers requiring fault protection A BPFLOADACQ is not rewritten to a BPFPROBEMEM load by the verifier, unlike a regular BPFLDX, so the JIT emits a plain load with no exception table entry and a fau...

5.7AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:08 p.m.•17 views

CVE-2026-90269

CVE-2026-90269 affects the Linux kernel BPF subsystem. The verifier fails to rewrite BPF_LOAD_ACQ (load-acquire) into a BPF_PROBE_MEM load, unlike a regular BPF_LDX . As a result, the JIT emits a plain load with no exception-table entry, so a page fault on that load panics the kernel instead of b...

5.6AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•7 views

EUVD-2026-81857

In the Linux kernel, the following vulnerability has been resolved: btrfs: always wait for ordered extents to avoid OE races BUG Syzbot reported a bug that there can be conflicting OEs for the same range: BTRFS critical device loop4: panic in insertorderedextent:264: overlapping ordered extents,...

5.7AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:08 p.m.•21 views

CVE-2026-90264

CVE-2026-90264 is a race condition in the Linux kernel's btrfs filesystem that can cause a kernel BUG/panic . The bug occurs when a direct IO finishes short: the file's isize is reverted, which skips the ordered extent (OE) wait during subsequent buffered writeback. This allows a new OE to be ins...

5.7AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•33 views

CVE-2026-90264 btrfs: always wait for ordered extents to avoid OE races

In the Linux kernel, the following vulnerability has been resolved: btrfs: always wait for ordered extents to avoid OE races BUG Syzbot reported a bug that there can be conflicting OEs for the same range: BTRFS critical device loop4: panic in insertorderedextent:264: overlapping ordered extents,...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:08 p.m.•9 views

CVE-2026-90264 btrfs: always wait for ordered extents to avoid OE races

In the Linux kernel, the following vulnerability has been resolved: btrfs: always wait for ordered extents to avoid OE races BUG Syzbot reported a bug that there can be conflicting OEs for the same range: BTRFS critical device loop4: panic in insertorderedextent:264: overlapping ordered extents,...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•5 views

EUVD-2026-81785

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

5.7AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 4:07 p.m.•6 views

CVE-2026-90192 mailbox: qcom-cpucp: handle NULL data in send_data callback

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•27 views

CVE-2026-90192 mailbox: qcom-cpucp: handle NULL data in send_data callback

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:07 p.m.•13 views

CVE-2026-90192

CVE-2026-90192 affects the Linux kernel 's Qualcomm qcom-cpucp mailbox driver. The root cause is a NULL pointer dereference in qcom_cpucp_mbox_send_data(), which blindly dereferenced the data pointer when mailbox_clear_channel() invoked mbox_send_message() with NULL data to signal an RX channel c...

5.7AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•5 views

EUVD-2026-81722

In the Linux kernel, the following vulnerability has been resolved: virtioballoon: quiesce balloon work before device shutdown Commit 8bd2fa086a04 "virtio: break and reset virtio devices on deviceshutdown" added a generic virtio bus .shutdown handler that breaks and resets every virtio device...

5.8AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90083

CVE-2026-90083 affects the Linux kernel's net/sched act_ife (IFE) traffic control action. The IFE action uses skb->dev->hard_header_len as the Ethernet header length, which is incorrect on non-Ethernet devices (e.g., PPP reports PPP_HDRLEN while nothing is stripped on ingress). When a packe...

6AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:05 p.m.•9 views

EUVD-2026-81920

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: restore NETIPALIGN in the RX DMA offset Since the RX path was converted to zero-copy, the page pool page is handed to the stack directly as the skb head, and the offset the DMA engine writes at is what determines the...

6AI score0.00609EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:05 p.m.•29 views

CVE-2026-90059 net: stmmac: restore NET_IP_ALIGN in the RX DMA offset

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: restore NETIPALIGN in the RX DMA offset Since the RX path was converted to zero-copy, the page pool page is handed to the stack directly as the skb head, and the offset the DMA engine writes at is what determines the...

7.5CVSS0.00609EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:05 p.m.•10 views

CVE-2026-90059 net: stmmac: restore NET_IP_ALIGN in the RX DMA offset

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: restore NETIPALIGN in the RX DMA offset Since the RX path was converted to zero-copy, the page pool page is handed to the stack directly as the skb head, and the offset the DMA engine writes at is what determines the...

7.5CVSS6AI score
SaveExploits0References6
NVD
NVD
•added 2026/09/16 11:17 a.m.•6 views

CVE-2026-89981

In the Linux kernel, the following vulnerability has been resolved: arm64: Don't read GMIDEL1 when MTE is disabled cpuinfostorecpu gates the GMIDEL1 read on the raw IDAA64PFR1EL1, so it reads the register even when the kernel has disabled MTE CONFIGARM64MTE=n or arm64.nomte. KVM sets HCREL2.TID5 ...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/16 11:17 a.m.•10 views

DEBIAN-CVE-2026-89981

In the Linux kernel, the following vulnerability has been resolved: arm64: Don't read GMIDEL1 when MTE is disabled cpuinfostorecpu gates the GMIDEL1 read on the raw IDAA64PFR1EL1, so it reads the register even when the kernel has disabled MTE CONFIGARM64MTE=n or arm64.nomte. KVM sets HCREL2.TID5 ...

5.8AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 a.m.•7 views

CVE-2026-89966

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlbcma: fix null nodemask dereference in hugetlbcmaallocfrozenfolio allocbuddyhugetlbfoliowithmpol can pass a NULL nodemask to allocfreshhugetlbfolio as a fallback to allocate from all nodes. If order is gigantic,...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

DEBIAN-CVE-2026-89966

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlbcma: fix null nodemask dereference in hugetlbcmaallocfrozenfolio allocbuddyhugetlbfoliowithmpol can pass a NULL nodemask to allocfreshhugetlbfolio as a fallback to allocate from all nodes. If order is gigantic,...

5.6AI score0.00198EPSS
SaveExploits0References1
Rows per page
Query Builder