CVE-2026-72022
Last modified
CVE-2026-72022 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: llc: fix SAP refcount leak in llc_ui_autobind() llc_ui_autobind() opens a SAP after choosing a dynamic LSAP. llc_sap_open() returns a reference owned by the caller, and llc_sap_add_socket() takes a second reference for the socket's membership in the SAP hash tables. llc_ui_bind() drops the caller's reference after adding the socket, but llc_ui_autobind() keeps it. When the socket is closed, llc_sap_remove_socket() releases only the socket reference, leaving the SAP on llc_sap_list with sk_count == 0. This is user-visible because repeated autobind and close cycles can consume all dynamic SAP values and make later autobinds fail with -EUSERS. Drop the caller's reference after a successful autobind, matching llc_ui_bind()'s ownership model.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: llc: fix SAP refcount leak in llc_ui_autobind() llc_ui_autobind() opens a SAP after choosing a dynamic LSAP. llc_sap_open() returns a reference owned by the caller, and llc_sap_add_socket() takes a second reference for the socket's membership in the SAP hash tables. llc_ui_bind() drops the caller's reference after adding the socket, but llc_ui_autobind() keeps it. When the socket is closed, llc_sap_remove_socket() releases only the socket reference, leaving the SAP on llc_sap_list with sk_count == 0. This is user-visible because repeated autobind and close cycles can consume all dynamic SAP values and make later autobinds fail with -EUSERS. Drop the caller's reference after a successful autobind, matching llc_ui_bind()'s ownership model.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 79dc4b508e3f2649390a1f745f7657813e5938ec; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a2f9fa31ae021ef1fdcaf3ab17bd49f9223dd6a4; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b589a965184dde49c43b8caf5bcc65715a7b4ef2; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < c7881b6088276601beaccb7440b8d56eab0d65ae; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b2fc9955ddc7c4ca03be44b995193bd6486c62e1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 61a7ff4a62003b55a15022567486741b3bd83914; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 21a537606fe35be2b85971a5fd35c0023b6ef98f; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 660667cd406648bbaffbd5c0d897c2263a852f11 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72022?
How severe is CVE-2026-72022?
How do I fix CVE-2026-72022?
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-72017In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72018In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72019In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-7202A vulnerability has been found in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72020In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72021In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-72023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72024In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72025In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72026In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72027In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72028In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72022?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
