CVE-2026-31416None▾ SunlitIn the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_log: account for netlink header size This is a followup to an old bug fix: NLMSG_DONE needs to account for the netlink header size, not just the a…
▾ Sunlit zone — Low / medium · no exploitation signal
impact 2.8 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 8.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via CVEORG
Last analysed / modified upstream
0.1%
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nfnetlink_log: account for netlink header size
This is a followup to an old bug fix: NLMSG_DONE needs to account for the netlink header size, not just the attribute size.
This can result in a WARN splat + drop of the netlink message, but other than this there are no ill effects.
Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 4ec216410fac9de83c99177a160ebb8d42fad075Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 09883bf257f4243ed5a1fd35078ec6f0d0f3696aLinux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 761b45c661af48da6a065868d59ab1e1f64fd9b6Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 607245c4dbb86d9a10dd8388da0fb82170a99b61Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 6b419700e459fbf707ca1543b7c1b57a60fedb73Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 88a8f56e6276f616baad4274c6b8e4683e26e520Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < f08ffa3e1c8e36b6131f69c5eb23700c28cbd262Linux >= 9dfa1dfe4d5e5e66a991321ab08afe69759d797a < 6d52a4a0520a6696bdde51caa11f2d6821cd0c01Linux 3a758a2b78da2f49f7165678faf999e946a0c4b5Linux 131172845aa2c804ffa9423455aee585061ea35eLinux b1fef6b81871a396f3b8702077333e769673c87bLinux add9183d993c12fb61ce0a674a424341d5be5b36Linux >= 3.10.61 < 3.11Linux >= 3.12.34 < 3.13Linux >= 3.14.25 < 3.15Linux >= 3.17.4 < 3.18Linux 3.18Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-68286NoneIn the Linux kernel, the following vulnerability has been resolved: drop_monitor: perform u64_stats updates under IRQ-disabled section In net_dm_packet_trace_kfree_skb_hit() and net_dm_hw_trap_packet_probe(), u64_stats_update_begin() /…
CVE-2026-68337NoneIn the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpf_net_context The bpf_redirect*() helpers and skb_do_redirect() obtain the per-task bpf_redirect_info via bpf_net_ctx_get_ri()…
CVE-2026-68287High· 7.5In the Linux kernel, the following vulnerability has been resolved: drop_monitor: fix size calculations for 64-bit attributes net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() use nla_put_u64_64bit() to append 64-bit attri…
CVE-2026-68288NoneIn the Linux kernel, the following vulnerability has been resolved: net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOAD net_dm_packet_report_fill() and net_dm_hw_packet_report_fill() open code the NET_DM_ATTR_PAYLOAD attribute to a…
CVE-2026-68289NoneIn the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipc_recvmsg() and tipc_recvstream() In tipc_recvmsg(), the copy length is computed as: copy = min_t(int, dlen - offset, buflen); buf…
CVE-2026-68303NoneIn the Linux kernel, the following vulnerability has been resolved: drm/vc4: hvs/v3d: Fix null dereference in unbind The hvs and v3d drivers use dev_get_drvdata(master) in their unbind functions