PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43334 Git CVE debrief

CVE-2026-43334 is a Linux kernel Bluetooth SMP flaw in which the responder could build a pairing response before fully enforcing its local high-security MITM requirement. That mismatch could let later pairing-method selection follow a weaker path than intended, until the response is corrected to carry the MITM bit consistently.

Vendor
Git
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-08
Original CVE updated
2026-05-11
Advisory published
2026-05-08
Advisory updated
2026-05-11

Who should care

Linux kernel and distro maintainers, Bluetooth stack integrators, OEMs shipping Bluetooth-enabled devices, and security teams that rely on Bluetooth pairing with BT_SECURITY_HIGH requirements.

Technical summary

According to the supplied description, smp_cmd_pairing_req() used the initiator’s auth_req to construct the pairing response before enforcing the responder’s local BT_SECURITY_HIGH policy. If the initiator did not request SMP_AUTH_MITM, the responder’s response could also omit it, and tk_request() might then select JUST_CFM even though the local policy required MITM. The fix is to first confirm that MITM is achievable from the IO capabilities and then force SMP_AUTH_MITM into both rsp.auth_req and auth when the local side requires HIGH security, keeping policy enforcement and later method selection aligned.

Defensive priority

High priority. The issue is rated CVSS 8.8 HIGH in the supplied data and affects authentication-policy handling during Bluetooth pairing, with an adjacent-network attack surface.

Recommended defensive actions

  • Apply the Linux kernel update that contains the fix for CVE-2026-43334.
  • Prioritize updates on systems that use Bluetooth pairing in environments requiring high security or authenticated pairing.
  • Verify downstream kernel, distro, and vendor backports that include the MITM enforcement change.
  • Retest Bluetooth pairing flows after patching to confirm MITM-required devices still negotiate as expected and that weaker pairing paths are rejected when policy demands it.

Evidence notes

This debrief is based on the supplied CVE description, NVD metadata, and kernel.org stable references. The CVE was published at 2026-05-08T14:16:43.130Z and modified at 2026-05-11T08:16:09.977Z. NVD metadata in the source corpus lists CVSS 3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H and vulnStatus Received. No affected version range was provided in the source corpus, so this summary avoids version-specific claims.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43334 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43334

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43334 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43334

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/01bb4045d2306c266178f49ce0c3576d237a3040

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/425a22c5373d4e1b46492ab869074ebeeade61f3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7ab69426e7ecbd18a222ee2ec87ca612d30197d7

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/91649c02c1baaa18cedf7fb425fa1f0f852c8183

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c8ff0ca6508535bccabd81c5c9dcc63de8a3d4fb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d05111bfe37bfd8bd4d2dfe6675d6bdeef43f7c7

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ec17efb1ef91506cfd17a77692eaf4bbacb520ea

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.