CVE-2023-53386
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix potential use-after-free when clear keys Similar to commit c5d2b6fa26b5 ("Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk"). We can not access k after kfree_rcu() call.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.02%• Percentile: 5%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- linux•linux
≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < e87da6a0ac6e631454e7da53a76aa9fe44aaa5dd | ≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < 942d8cefb022f384d5424f8b90c7878f3f93726f | ≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < 94617b736c25091b60e514e2e7aeafcbbee6b700 | ≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < da19f35868dfbecfff4f81166c054d2656cb1be4 | ≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < 35cc42f04bc49f0656f6840cb7451b3df6049649 | ≥ d7d41682efc25d58b5bd8b80e85e3c9ce586635c, < 3673952cf0c6cf81b06c66a0b788abeeb02ff3ae | 5.7
- linux•linux_kernel
≥ 5.7, < 5.10.195 | ≥ 5.11, < 5.15.132 | ≥ 5.16, < 6.1.53 | ≥ 6.2, < 6.4.16 | ≥ 6.5, < 6.5.3
References (6)
- https://git.kernel.org/stable/c/e87da6a0ac6e631454e7da53a76aa9fe44aaa5dd
- https://git.kernel.org/stable/c/942d8cefb022f384d5424f8b90c7878f3f93726f
- https://git.kernel.org/stable/c/94617b736c25091b60e514e2e7aeafcbbee6b700
- https://git.kernel.org/stable/c/da19f35868dfbecfff4f81166c054d2656cb1be4
- https://git.kernel.org/stable/c/35cc42f04bc49f0656f6840cb7451b3df6049649
- https://git.kernel.org/stable/c/3673952cf0c6cf81b06c66a0b788abeeb02ff3ae