CVE-2024-42141
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2024-42141 affects the Linux kernel's Bluetooth ISO implementation. The vulnerability was discovered in July 2024 and involves a NULL pointer dereference issue in the net/bluetooth/iso.c file. The vulnerability affects Linux kernel versions from 6.5.12 up to (excluding) 6.6, from 6.6 up to (excluding) 6.6.39, from 6.7 up to (excluding) 6.9.9, and various 6.10 release candidates (NVD).

Technical details

The vulnerability stems from improper handling of the HCI connection pointer (hcon) in the iso_sock_recvmsg() function within the Bluetooth ISO subsystem. The Smatch static checker identified that the code assumes 'pi->conn->hcon' could be null at line 1359, but then attempts to use it at line 1364, potentially leading to a NULL pointer dereference. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (Medium) with vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (Kernel Patch).

Impact

The vulnerability can lead to a denial of service condition through a NULL pointer dereference in the Linux kernel's Bluetooth ISO implementation. This could potentially affect system stability and availability for systems using the affected Bluetooth functionality (NVD).

Exploitability

The vulnerability requires local access with low privileges and no user interaction to exploit. The attack complexity is low, making it relatively straightforward to trigger the vulnerability if an attacker has the necessary local access (NVD).

Mitigation and workarounds

The vulnerability has been patched by modifying the code to check the socket flag (BT_SK_PA_SYNC) instead of the HCI connection pointer. The fix is available in the kernel patch that changes the condition from checking 'pi->conn->hcon && test_bit(HCI_CONN_PA_SYNC, &pi->conn->hcon->flags)' to checking 'test_bit(BT_SK_PA_SYNC, &pi->flags)' (Kernel Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management