Lucene search
+L

13368 matches found

Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64123

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

7.8CVSS5.2AI score0.00126EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.18 views

CVE-2026-64106

Linux kernel KVM arm64 vgic-its vulnerability: a userspace process can restore an ITS Device Table Entry with a Size encoding more EventID bits than the virtual ITS supports. Although MAPD rejects the state, vgic_its_restore_dte() stores the out-of-range value in dev->num_eventid_bits, allowin...

9CVSS5.3AI score0.00148EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.36 views

CVE-2026-64106 KVM: arm64: vgic-its: Reject restored DTE with out-of-range num_eventid_bits

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Reject restored DTE with out-of-range numeventidbits Userspace can restore an ITS Device Table Entry whose Size field encodes more EventID bits than the virtual ITS supports. The live MAPD path rejects that...

9CVSS0.00148EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64106

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Reject restored DTE with out-of-range numeventidbits Userspace can restore an ITS Device Table Entry whose Size field encodes more EventID bits than the virtual ITS supports. The live MAPD path rejects that...

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

CVE-2026-64097

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64097 drm/amd/display: Validate GPIO pin LUT table size before iterating

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

7.8CVSS5.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.36 views

CVE-2026-64097 drm/amd/display: Validate GPIO pin LUT table size before iterating

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

7.8CVSS0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 3:40 p.m.23 views

CVE-2026-64097

Summary: Linux kernel: drm/amd/display GPIO pin LUT table size validation vulnerability. The get_gpio_i2c_info() and bios_parser_get_gpio_pin_info() parsers derive element counts from table_header.structuresize and iterate gpio_pin[] entries. If VBIOS structuresize exceeds actual mapped data, an ...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/19 3:40 p.m.11 views

EUVD-2026-45782

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

5.4AI score0.00129EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64097

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64090 batman-adv: tt: avoid empty VLAN responses

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: avoid empty VLAN responses The commit 16116dac2339 "batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs" added checks to the local direct TT response code. But the response can also be done...

5.3AI score
SaveExploits0References11
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64079 netfilter: x_tables: allocate hook ops while under mutex

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

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

CVE-2026-64078 netfilter: x_tables: add and use xtables_unregister_table_exit

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: add and use xtablesunregistertableexit Previous change added xtablesunregistertablepreexit to detach the table from the packetpath and to unlink it from the active table list. In case of rmmod, userspace that ...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.7 views

EUVD-2026-45651

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: add and use xtablesunregistertableexit Previous change added xtablesunregistertablepreexit to detach the table from the packetpath and to unlink it from the active table list. In case of rmmod, userspace that ...

5.4AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.15 views

CVE-2026-64078

The CVE-2026-64078 entry concerns a Linux kernel netfilter/x_tables issue that was resolved by introducing and using xtables_unregister_table_exit (replacing xt_unregister_table()) and adding a second-stage helper to unlink the dying table from the list, free hook ops, and emit an audit notificat...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64078

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: add and use xtablesunregistertableexit Previous change added xtablesunregistertablepreexit to detach the table from the packetpath and to unlink it from the active table list. In case of rmmod, userspace that ...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64077 netfilter: ebtables: move to two-stage removal scheme

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.16 views

CVE-2026-64077

The CVE-2026-64077 issue concerns the Linux kernel netfilter ebtables component, resolved by moving to a two-stage removal scheme. The root cause is an incompatibility in ebt_table layout that prevents reusing xt helpers. As a remediation, table->ops assignment is now performed while the ebt m...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.5 views

CVE-2026-64077 netfilter: ebtables: move to two-stage removal scheme

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS5.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64077

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

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