CVE-2026-63983

Source
https://cve.org/CVERecord?id=CVE-2026-63983
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63983.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63983
Downstream
Published
2026-07-19T14:56:06.047Z
Modified
2026-07-21T03:47:42.320497478Z
Summary
net/sched: fix packet loop on netem when duplicate is on
Details

In the Linux kernel, the following vulnerability has been resolved:

net/sched: fix packet loop on netem when duplicate is on

When netem duplicates a packet it re-enqueues the copy at the root qdisc. If another netem sits in the tree the copy can be duplicated again, recursing until the stack or memory is exhausted.

The original duplication guard temporarily zeroed q->duplicate around the re-enqueue, but that does not cover all cases because it is per-qdisc state shared across all concurrent enqueue paths and is not safe without additional locking.

Use the skb tcdepth field introduced in an earlier patch: - increment it on the duplicate before re-enqueue - skip duplication for any skb whose tcdepth is already non-zero.

This marks the packet itself rather than mutating qdisc state, therefore it is safe regardless of tree topology or concurrency.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63983.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0afb51e72855971dba83b3c6b70c547c2d1161fd
Fixed
1a298a514ce766c6d0c232991a390fec67af81ad
Fixed
cfb2616042767ab31260d4f39190c381bec8b12e
Fixed
9552b11e3edabc97cfcd9f29103d5afbce7ae183

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63983.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.12
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63983.json"