CVE-2026-74281
Last modified
CVE-2026-74281 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tipc: reject inverted service ranges from peer bindings tipc_update_nametbl() inserts a binding advertised by a peer node using the lower and upper service-range bounds taken directly from the wire, without checking that lower <= upper. The local bind path validates the ordering (tipc_uaddr_valid()), but the name-distribution path does not. A binding with lower > upper is inserted at the far end of the service-range rbtree (keyed on lower) where no lookup or withdrawal can ever match it (service_range_foreach_match() requires sr->lower <= end). The publication, its service_range node and the augmented rbtree entry are then leaked for the lifetime of the namespace, and there is no per-peer cap equivalent to TIPC_MAX_PUBL on locally created bindings. Reject inverted ranges in the network path as well. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tipc: reject inverted service ranges from peer bindings tipc_update_nametbl() inserts a binding advertised by a peer node using the lower and upper service-range bounds taken directly from the wire, without checking that lower <= upper. The local bind path validates the ordering (tipc_uaddr_valid()), but the name-distribution path does not. A binding with lower > upper is inserted at the far end of the service-range rbtree (keyed on lower) where no lookup or withdrawal can ever match it (service_range_foreach_match() requires sr->lower <= end). The publication, its service_range node and the augmented rbtree entry are then leaked for the lifetime of the namespace, and there is no per-peer cap equivalent to TIPC_MAX_PUBL on locally created bindings. Reject inverted ranges in the network path as well. A peer node can otherwise leak unbounded binding-table memory by sending PUBLICATION items with lower > upper.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 37922ea4a3105176357c8d565a9d982c4a08714a, < cd1955f81bd8ebeef51b324989ac871ad1947fb6; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < f683200b83a0085d4e11abea8c1fdd9fdfb95b0b; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < f1715d92ee3095d9215b493a8603a81f646fcf61; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < 581ef56e5c34d475056ce086dc2ba0e872ba6857; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < 7e401233f9bb74a626e70698d0d62f3a94ac0676; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < 973bf0ed896b9898668dbadb82ed849d7d573010; >= 37922ea4a3105176357c8d565a9d982c4a08714a, < 2afb648f7b99216c687db1f89739c995e1144153 |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74281?
How severe is CVE-2026-74281?
How do I fix CVE-2026-74281?
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-74276In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74277In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74278In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74279In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-7428Prior to 2025-11-03, well-intended users of Terraform or RES…9.2
- CVE-2026-74280In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-74282In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74283In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74285In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74286In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74287In the Linux kernel, the following vulnerability has been re…9.1
Are you affected by CVE-2026-74281?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
