CVE-2026-64207

Source
https://cve.org/CVERecord?id=CVE-2026-64207
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64207.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64207
Downstream
Published
2026-07-20T16:27:54.447Z
Modified
2026-07-22T05:43:08.464003797Z
Summary
net/sched: dualpi2: fix GSO backlog accounting
Details

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

net/sched: dualpi2: fix GSO backlog accounting

When DualPI2 splits a GSO skb into N segments, it propagates N additional packets to its parent before returning NETXMITSUCCESS. The parent then accounts for the original skb once more, leaving its qlen one larger than the number of packets actually queued.

With QFQ as the parent, after all real packets are dequeued, QFQ still has a non-zero qlen while its in-service aggregate has no active classes. qfqchoosenextagg() returns NULL and qfqdequeue() passes the result to qfqpeekskb(), causing a NULL pointer dereference.

Follow the same pattern used by tbfsegment() and taprio: count only successfully queued segments, propagate the difference between the original skb and those segments, and return NETXMIT_SUCCESS whenever at least one segment was queued.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64207.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
8f9516daedd67097a0c6e463fcb7a42b5ee9d477
Fixed
c4b70c1512b8f9f33f23c2c8196dfd1210207681
Fixed
806586e33891066487db1f002be3d455cda6b516
Fixed
05ed733b65ab977dd931e7f7ac0f62fdb81205c2

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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