Description
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: SMP: force responder MITM requirements before building the pairing response

smp_cmd_pairing_req() currently builds the pairing response from the
initiator auth_req before enforcing the local BT_SECURITY_HIGH
requirement. If the initiator omits SMP_AUTH_MITM, the response can
also omit it even though the local side still requires MITM.

tk_request() then sees an auth value without SMP_AUTH_MITM and may
select JUST_CFM, making method selection inconsistent with the pairing
policy the responder already enforces.

When the local side requires HIGH security, first verify that MITM can
be achieved from the IO capabilities and then force SMP_AUTH_MITM in the
response in both rsp.auth_req and auth. This keeps the responder auth bits
and later method selection aligned.
Published: 2026-05-08
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability results from a logic error in the Linux kernel’s Bluetooth Security Manager Pairing (SMP) controller. The kernel constructs a pairing response using the initiator’s auth_req before checking that the local device’s high‑security policy mandates man‑in‑the‑middle (MITM) protection. If the initiator omits the MITM flag, the responder can reply without enforcing it, causing a weaker authentication state than the policy requires. This creates an opportunity for an attacker to hijack the pairing process, diminishing Bluetooth communication confidentiality and integrity.

Affected Systems

The defect resides in the generic Linux kernel Bluetooth subsystem; all kernels containing the unpatched SMP logic are potentially vulnerable. No specific version ranges are listed, so any current or near‑current Linux kernel release should be considered at risk until the MITM enforcement patch is applied.

Risk and Exploitability

Based on the description, the likely attack vector is a local Bluetooth pairing session. An adversary would need to be within typical Bluetooth range of the target device and initiate a pairing with a high‑security requirement. The EPSS score is below 1% and no public exploits are known, so the practical risk is moderate, but the CVSS base score of 8.8 signals a high severity. The vulnerability is not listed in the CISA KEV catalog, yet it remains a concern for environments that rely on high‑security Bluetooth connections.

Generated by OpenCVE AI on May 16, 2026 at 03:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that includes the SMP patch referenced in the provided commit logs.
  • If an immediate kernel upgrade is infeasible, reconfigure the Bluetooth stack to disable the BT_SECURITY_HIGH enforcement or set it to a medium or low security level, ensuring that MITM protection can be negotiated.
  • Continuously monitor pairing logs for authentication bits mismatches and enforce a device whitelist that rejects repeated pairings with inconsistent MITM flags.

Generated by OpenCVE AI on May 16, 2026 at 03:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4606-1 linux security update
History

Sat, 16 May 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-265
CWE-296

Sat, 16 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-265
CWE-296
CWE-322
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 15 May 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-285

Fri, 15 May 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*

Mon, 11 May 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-285

Mon, 11 May 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287
CWE-296

Mon, 11 May 2026 07:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Fri, 08 May 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287
CWE-296

Fri, 08 May 2026 14:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SMP: force responder MITM requirements before building the pairing response smp_cmd_pairing_req() currently builds the pairing response from the initiator auth_req before enforcing the local BT_SECURITY_HIGH requirement. If the initiator omits SMP_AUTH_MITM, the response can also omit it even though the local side still requires MITM. tk_request() then sees an auth value without SMP_AUTH_MITM and may select JUST_CFM, making method selection inconsistent with the pairing policy the responder already enforces. When the local side requires HIGH security, first verify that MITM can be achieved from the IO capabilities and then force SMP_AUTH_MITM in the response in both rsp.auth_req and auth. This keeps the responder auth bits and later method selection aligned.
Title Bluetooth: SMP: force responder MITM requirements before building the pairing response
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-05-11T22:22:33.645Z

Reserved: 2026-05-01T14:12:56.002Z

Link: CVE-2026-43334

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-08T14:16:43.130

Modified: 2026-05-15T20:01:41.630

Link: CVE-2026-43334

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-08T00:00:00Z

Links: CVE-2026-43334 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-16T03:30:14Z

Weaknesses