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.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability in the Linux kernel’s LLC subsystem manifests as a reference count leak in the llc_ui_autobind() routine. After a successful auto-bind, the function keeps an extra reference to a Service Access Point (SAP), yet fails to drop it when the socket closes. Repeated bind/close sequences accumulate SAP entries with a zero reference count, ultimately depleting the pool of dynamic SAP values. When the pool is exhausted, subsequent autobind attempts fail with an –EUSERS error, making applications that rely on auto‑binding unable to establish new connections and effectively causing a denial of service.

Affected Systems

The flaw resides in the generic Linux kernel; therefore any distribution that incorporates the affected kernel version is susceptible. The issue is inherent to the kernel’s LLC implementation, but the specific affected kernel releases that contain the buggy llc_ui_autobind logic are not enumerated in the provided data. All Linux hosts running a kernel that has not yet been patched for this reference‑count bug could be impacted.

Risk and Exploitability

The CVSS score is not supplied and the EPSS score is unavailable, so the precise exploitation probability cannot be quantified. The vulnerability can be triggered by any actor able to initiate repeated auto‑bind operations against services that use the LLC layer. There is no indication that it has been exploited in the wild or is listed in the CISA KEV catalog. The primary outcome is a local denial of service: repeated use of auto‑bind can exhaust dynamic SAP values, resulting in failed binds, but the flaw does not grant code execution or data exfiltration.

Generated by OpenCVE AI on August 15, 2026 at 08:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the llc_ui_autobind reference‑count fix, then reboot to apply the changes.
  • If an immediate kernel upgrade is not possible, temporarily disable LLC auto‑binding or limit the number of concurrent auto‑bind operations in application configuration to mitigate SAP exhaustion.
  • Apply any vendor‑specific advisory or patch that addresses the reference‑count bug; verify that the kernel source includes the patch commit that drops the retained reference after a successful autobind.

Generated by OpenCVE AI on August 15, 2026 at 08:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title llc: fix SAP refcount leak in llc_ui_autobind()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:51:47.978Z

Reserved: 2026-08-09T03:40:39.900Z

Link: CVE-2026-72022

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:01.193

Modified: 2026-08-15T06:21:01.193

Link: CVE-2026-72022

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T08:15:04Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption