Bug 2513343 (CVE-2026-68138)
| Summary: | CVE-2026-68138 kernel: net/sched: serialize qdisc_rtab_list against concurrent get/put | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | akhatavk, akito5623, aos-team-art-private, asdas, dpaolell, jdelft, jupierce, lgarciaa, mbiarnes, ppalepu, ppostler, prdhamdh, rhel-process-autobot, sghai, sidsharm, suppawar, vlaad, watson-tool-maintainers |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in the Linux kernel's networking scheduler component. A race condition exists in the handling of rate tables (`qdisc_rtab_list`) due to a lack of proper locking during concurrent operations. A local attacker could exploit this by sending specially crafted network filter requests, leading to a use-after-free or double-free vulnerability. This could result in a system-wide denial of service.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2026-08-10 12:32:03 UTC
FLY An LPE exploit for CVE-2026-68138 has been published. Please verify this. PoC https://github.com/aramosf/CVE-2026-68138 Patch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=fb29e1b41052488ee3f2d115d4a870497ebd7f7d Possible mitigations: System-wide: sysctl -w user.max_user_namespaces=0 Per systemd unit: RestrictNamespaces=yes These settings prevent creation of user namespaces required by the published PoC. Note: Setting user.max_user_namespaces=0 system-wide will break rootless containers (e.g., rootless podman) and other applications relying on unprivileged user namespaces. |