CVE-2026-63982
Last modified
CVE-2026-63982 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop When mirred redirects to ingress (from either ingress or egress) the loop state from sched_mirred_dev array dev is lost because of 1) the packet deferral into the backlog and 2) the fact the sched_mirred_dev array is cleared. In such cases, if there was a loop we won't discover it. Here's a simple test to reproduce: ip a add dev port0 10.10.10.11/24 tc qdisc add dev port0 clsact tc filter add dev port0 egress protocol ip \ prio 10 matchall action mirred ingress redirect dev port1 tc qdisc add dev port1 clsact tc filter add dev port1 ingress protocol ip \ prio 10 matchall action mirred egress redirect dev port0 ping -c 1 -W0.01 10.10.10.10. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop When mirred redirects to ingress (from either ingress or egress) the loop state from sched_mirred_dev array dev is lost because of 1) the packet deferral into the backlog and 2) the fact the sched_mirred_dev array is cleared. In such cases, if there was a loop we won't discover it. Here's a simple test to reproduce: ip a add dev port0 10.10.10.11/24 tc qdisc add dev port0 clsact tc filter add dev port0 egress protocol ip \ prio 10 matchall action mirred ingress redirect dev port1 tc qdisc add dev port1 clsact tc filter add dev port1 ingress protocol ip \ prio 10 matchall action mirred egress redirect dev port0 ping -c 1 -W0.01 10.10.10.10
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 906736728cea480a85803c67fafb1b0e78491922, < 66f4607fe788fc7d81bce0e2f7b3726ed2f71284; >= fe946a751d9b52b7c45ca34899723b314b79b249, < 45ac526a0d5733c3695946bd84ec57f24d8f5e66; >= fe946a751d9b52b7c45ca34899723b314b79b249, < db875221ab08d213a83bf30196ae8b64d55a3403 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63982?
How severe is CVE-2026-63982?
How do I fix CVE-2026-63982?
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-63977In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63978In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63979In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6398Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-63980In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-63981In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63984In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63985In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63986In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63987In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63988In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63982?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
