CVE & CISA-KEV Catalog

CVE-2026-23074

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: net/sched: Enforce that teql can only be used as root qdisc Design intent of teql is that it is only supposed to be used as root qdisc. We need to check for that constraint. Although not important, I will describe the scenario that unearthed this issue for the curious. GangMin Kim <[email protected]> managed to concot a scenario as follows: ROOT qdisc 1:0 (QFQ) ├── class 1:1 (weight=15, lmax=16384) netem with delay 6.4s └── class 1:2 (weight=1, lmax=1514) teql GangMin sends a packet which is enqueued to 1:1 (netem). Any invocation of dequeue by QFQ from this class will not return a packet until after 6.4s. In the meantime, a second packet is sent and it lands on 1:2. teql's enqueue will return success and this will activate class 1:2. Main issue is that teql only updates the parent visible qlen (sch->q.qlen) at dequeue. Since QFQ will only call dequeue if peek succeeds (and teql's peek always returns NULL), dequeue will never be called and thus the qlen will remain as 0. With that in mind, when GangMin updates 1:2's lmax value, the qfq_change_class calls qfq_deact_rm_from_agg. Since the child qdisc's qlen was not incremented, qfq fails to deactivate the class, but still frees its pointers from the aggregate. So when the first packet is rescheduled after 6.4 seconds (netem's delay), a dangling pointer is accessed causing GangMin's causing a UAF.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.249-1CVE-2026-23074
Fixed in:6.1.162-1CVE-2026-23074
Fixed in:6.12.69-1CVE-2026-23074
Fixed in:6.18.8-1CVE-2026-23074
bpftoolRocky
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
kernelRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
kernelRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-abi-whitelistsRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-bootwrapperRed Hat / RHEL
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
kernel-bootwrapperRocky
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
kernel-coreRocky
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
kernel-debugRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-debugRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
kernel-debug-coreRocky
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-debug-debuginfoRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
kernel-debug-develRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
kernel-debug-develRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
Fixed in:0:4.18.0-305.186.1.el8_4RHSA-2026:3360
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
Fixed in:0:4.18.0-193.187.1.el8_2RHSA-2026:3388
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
kernel-debuginfoRed Hat / RHEL
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:4.18.0-477.130.1.el8_8RHSA-2026:3277
kernel-debuginfoRocky
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:2.6.32-754.59.1.el6RHSA-2026:3810
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7RHSA-2026:3685
Fixed in:0:3.10.0-1160.147.1.el7.ppc64RHSA-2026:3685
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.181.1.el8_6RHSA-2026:3268

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.13%probability of exploitation in 30 days
3rdpercentile

Low risk: more likely to be exploited than 3% of all known CVEs.

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2021-34833High7.896%--

Common questions

How do I fix CVE-2026-23074?

Published advisories record a fix for 517 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-23074 being actively exploited?

Not that we know of. CVE-2026-23074 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.13% is the estimated probability that it will be exploited in the next 30 days. That is higher than 3% of all scored CVEs.

How severe is CVE-2026-23074?

CVE-2026-23074 has a CVSS v3 base score of 7.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-23074 affect?

Published advisories record a fix for linux (Debian), bpftool (Rocky), bpftool (Red Hat / RHEL), bpftool-debuginfo (Rocky), and 513 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-23074
CVE-2026-23074 severity badge

Markdown

[![CVE-2026-23074](https://tridentstack.com/cve/badge/CVE-2026-23074.svg)](https://tridentstack.com/cve/CVE-2026-23074)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-23074"><img src="https://tridentstack.com/cve/badge/CVE-2026-23074.svg" alt="CVE-2026-23074"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-15.