Bug 2464455 (CVE-2026-43020) - CVE-2026-43020 kernel: Bluetooth: MGMT: validate LTK enc_size on load
Summary: CVE-2026-43020 kernel: Bluetooth: MGMT: validate LTK enc_size on load
Keywords:
Status: NEW
Alias: CVE-2026-43020
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-01 15:07 UTC by OSIDB Bzimport
Modified: 2026-05-07 17:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-01 15:07:45 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: MGMT: validate LTK enc_size on load

Load Long Term Keys stores the user-provided enc_size and later uses
it to size fixed-size stack operations when replying to LE LTK
requests. An enc_size larger than the 16-byte key buffer can therefore
overflow the reply stack buffer.

Reject oversized enc_size values while validating the management LTK
record so invalid keys never reach the stored key state.


Note You need to log in before you can comment on or make changes to this bug.