CVE-2026-31417High· 7.5▾ TwilightIn the Linux kernel, the following vulnerability has been resolved: net/x25: Fix overflow when accumulating packets Add a check to ensure that `x25_sock.fraglen` does not overflow. The `fraglen` also needs to be resetted when purging …
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 41.3 · likelihood 0.1 · 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.4%
In the Linux kernel, the following vulnerability has been resolved:
net/x25: Fix overflow when accumulating packets
Add a check to ensure that x25_sock.fraglen does not overflow.
The fraglen also needs to be resetted when purging fragment_queue in
x25_clear_queues().
Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 96fc16370b0bceb289c7e0479bd0540b81e257aaLinux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 798d613afb64b01a203f448fb0f43c37c6afe79dLinux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6e568835ea54a3e1d08e310e34f95d434e739477Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1734bd85c5e0a7a801295b729efb56b009cb8fc3Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 4e2d1bcef78d21247fe8fef13bc7ed95885df2b5Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8c92969c197b91c134be27dc3afb64ab468853a9Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < f953f11ccf4afe6feb635c08145f4240d9a6b544Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < a1822cb524e89b4cd2cf0b82e484a2335496a6d9Linux 2.6.12Refer 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