CVE-2026-53364 (GCVE-0-2026-53364)
Vulnerability from cvelistv5 – Published: 2026-07-13 17:33 – Updated: 2026-07-13 17:33
VLAI
EPSS
VEX
Title
Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()
Summary
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()
hci_le_big_terminate() allocates iso_list_data via kzalloc_obj but
returns 0 without freeing it when neither pa_sync_term nor big_sync_term
flags are set after evaluating the PA and BIG sync connection state.
This early-return path was introduced when hci_le_big_terminate() was
refactored to take struct hci_conn instead of raw u8 parameters, adding
PA/BIG flag evaluation logic. The existing kfree() on hci_cmd_sync_queue
failure does not cover this path.
Severity
No CVSS data available.
Assigner
References
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
a7bcffc673de219af2698fbb90627016233de67b , < e6b78019664dfe37c3dc707f50e7b453d6c7726d
(git)
Affected: a7bcffc673de219af2698fbb90627016233de67b , < a59d4f4217e6200ca9180643e5738a87d3fa8be0 (git) Affected: a7bcffc673de219af2698fbb90627016233de67b , < bfa9d28960ed677d556bdf097073bc3129686229 (git) Affected: 087812a6119b4cd5c9d658b48aee40a25707a1c6 (git) Affected: 6.16.4 , < 6.17 (semver) |
|
| Linux | Linux |
Affected:
6.17
Unaffected: 0 , < 6.17 (semver) Unaffected: 6.18.35 , ≤ 6.18.* (semver) Unaffected: 7.0.12 , ≤ 7.0.* (semver) Unaffected: 7.1 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"net/bluetooth/hci_conn.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "e6b78019664dfe37c3dc707f50e7b453d6c7726d",
"status": "affected",
"version": "a7bcffc673de219af2698fbb90627016233de67b",
"versionType": "git"
},
{
"lessThan": "a59d4f4217e6200ca9180643e5738a87d3fa8be0",
"status": "affected",
"version": "a7bcffc673de219af2698fbb90627016233de67b",
"versionType": "git"
},
{
"lessThan": "bfa9d28960ed677d556bdf097073bc3129686229",
"status": "affected",
"version": "a7bcffc673de219af2698fbb90627016233de67b",
"versionType": "git"
},
{
"status": "affected",
"version": "087812a6119b4cd5c9d658b48aee40a25707a1c6",
"versionType": "git"
},
{
"lessThan": "6.17",
"status": "affected",
"version": "6.16.4",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/bluetooth/hci_conn.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.17"
},
{
"lessThan": "6.17",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.35",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.0.*",
"status": "unaffected",
"version": "7.0.12",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.35",
"versionStartIncluding": "6.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0.12",
"versionStartIncluding": "6.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1",
"versionStartIncluding": "6.17",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "6.16.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()\n\nhci_le_big_terminate() allocates iso_list_data via kzalloc_obj but\nreturns 0 without freeing it when neither pa_sync_term nor big_sync_term\nflags are set after evaluating the PA and BIG sync connection state.\n\nThis early-return path was introduced when hci_le_big_terminate() was\nrefactored to take struct hci_conn instead of raw u8 parameters, adding\nPA/BIG flag evaluation logic. The existing kfree() on hci_cmd_sync_queue\nfailure does not cover this path."
}
],
"providerMetadata": {
"dateUpdated": "2026-07-13T17:33:52.302Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/e6b78019664dfe37c3dc707f50e7b453d6c7726d"
},
{
"url": "https://git.kernel.org/stable/c/a59d4f4217e6200ca9180643e5738a87d3fa8be0"
},
{
"url": "https://git.kernel.org/stable/c/bfa9d28960ed677d556bdf097073bc3129686229"
}
],
"title": "Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-53364",
"datePublished": "2026-07-13T17:33:52.302Z",
"dateReserved": "2026-06-09T07:44:35.400Z",
"dateUpdated": "2026-07-13T17:33:52.302Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-53364",
"date": "2026-07-14",
"epss": "0.00155",
"percentile": "0.05061"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-53364\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-13T18:16:28.297\",\"lastModified\":\"2026-07-14T15:26:52.267\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nBluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()\\n\\nhci_le_big_terminate() allocates iso_list_data via kzalloc_obj but\\nreturns 0 without freeing it when neither pa_sync_term nor big_sync_term\\nflags are set after evaluating the PA and BIG sync connection state.\\n\\nThis early-return path was introduced when hci_le_big_terminate() was\\nrefactored to take struct hci_conn instead of raw u8 parameters, adding\\nPA/BIG flag evaluation logic. The existing kfree() on hci_cmd_sync_queue\\nfailure does not cover this path.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bluetooth/hci_conn.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a7bcffc673de219af2698fbb90627016233de67b\",\"lessThan\":\"e6b78019664dfe37c3dc707f50e7b453d6c7726d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a7bcffc673de219af2698fbb90627016233de67b\",\"lessThan\":\"a59d4f4217e6200ca9180643e5738a87d3fa8be0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a7bcffc673de219af2698fbb90627016233de67b\",\"lessThan\":\"bfa9d28960ed677d556bdf097073bc3129686229\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"087812a6119b4cd5c9d658b48aee40a25707a1c6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.16.4\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bluetooth/hci_conn.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.35\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.12\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/a59d4f4217e6200ca9180643e5738a87d3fa8be0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bfa9d28960ed677d556bdf097073bc3129686229\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e6b78019664dfe37c3dc707f50e7b453d6c7726d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-07-14T16:22:38+00:00",
"cve": "CVE-2026-53364",
"id": "CVE-2026-53364",
"initial_release_date": "2026-07-13T00:00:00+00:00",
"product_status:known_affected": "184",
"product_status:known_not_affected": "90",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53364.json",
"version": "3"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…