CVE-2026-68286
Last modified
CVE-2026-68286 is a vulnerability of currently unknown severity. In 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() / u64_stats_inc() / u64_stats_update_end() were called after spin_unlock_irqrestore(&...drop_queue.lock, flags), when local IRQs had already been re-enabled. Tracepoint probes can execute in IRQ or softirq context. On 32-bit architectures, u64_stats_update_begin() disables preemption but not interrupts, relying on seqcount writes.
Description
In 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() / u64_stats_inc() / u64_stats_update_end() were called after spin_unlock_irqrestore(&...drop_queue.lock, flags), when local IRQs had already been re-enabled. Tracepoint probes can execute in IRQ or softirq context. On 32-bit architectures, u64_stats_update_begin() disables preemption but not interrupts, relying on seqcount writes. If a nested interrupt occurs on the same CPU during the 64-bit stats update, the reentrant seqcount update can corrupt the seqcount state or stats value. Fix this by performing the 64-bit per-CPU stats update before releasing drop_queue.lock via spin_unlock_irqrestore(), ensuring local interrupts remain disabled during the u64_stats update.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e9feb58020f952f7d9de785ede9a7d54ab1eda5c, < d5e2cd2bc8ae36617346b3a54ee9da61d866bf92; >= e9feb58020f952f7d9de785ede9a7d54ab1eda5c, < fd098a23bf8fda7eae48db9b06e7c34fc4d228fa |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68286?
How severe is CVE-2026-68286?
How do I fix CVE-2026-68286?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68280In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68287In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68288In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68289In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6829nesquena hermes-webui contains a trust-boundary failure vuln…6.3
- CVE-2026-68290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68291In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68286?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
