BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2024
CVE-2024-50255High confidence

Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs

Linux · Linux

5.5MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

19 package states
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivelinuxAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-awsAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-azureAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-azure-nvidiaAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-gcpAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-gkeAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-gkeopAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-ibmAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-lowlatencyAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-nvidiaAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-nvidia-lowlatencyAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-nvidia-tegraAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-oem-6.11Affected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-oracleAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-raspiAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-raspi-realtimeAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-realtimeAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-riscvAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-xilinxAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 11 Sept 2026
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2024-44757

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs Fix __hci_cmd_sync_sk() to return not NULL for unknown opcodes. __hci_cmd_sync_sk() returns NULL if a command returns a status event. However, it also returns NULL where an opcode doesn't exist in the hci_cc table because hci_cmd_complete_evt() assumes status = skb->data[0] for unknown opcodes. This leads to null-ptr-deref in cmd_sync for HCI_OP_READ_LOCAL_CODECS as there is no hci_cc for HCI_OP_READ_LOCAL_CODECS, which always assumes status = skb->data[0]. KASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077] CPU: 1 PID: 2000 Comm: kworker/u9:5 Not tainted 6.9.0-ga6bcb805883c-dirty #10 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Workqueue: hci7 hci_power_on RIP: 0010:hci_read_supported_codecs+0xb9/0x870 net/bluetooth/hci_codec.c:138 Code: 08 48 89 ef e8 b8 c1 8f fd 48 8b 75 00 e9 96 00 00 00 49 89 c6 48 ba 00 00 00 00 00 fc ff df 4c 8d 60 70 4c 89 e3 48 c1 eb 03 <0f> b6 04 13 84 c0 0f 85 82 06 00 00 41 83 3c 24 02 77 0a e8 bf 78 RSP: 0018:ffff888120bafac8 EFLAGS: 00010212 RAX: 0000000000000000 RBX: 000000000000000e RCX: ffff8881173f0040 RDX: dffffc0000000000 RSI: ffffffffa58496c0 RDI: ffff88810b9ad1e4 RBP: ffff88810b9ac000 R08: ffffffffa77882a7 R09: 1ffffffff4ef1054 R10: dffffc0000000000 R11: fffffbfff4ef1055 R12: 0000000000000070 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88810b9ac000 FS: 0000000000000000(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f6ddaa3439e CR3: 0000000139764003 CR4: 0000000000770ef0 PKRU: 55555554 Call Trace: <TASK> hci_read_local_codecs_sync net/bluetooth/hci_sync.c:4546 [inline] hci_init_stage_sync net/bluetooth/hci_sync.c:3441 [inline] hci_init4_sync net/bluetooth/hci_sync.c:4706 [inline] hci_init_sync net/bluetooth/hci_sync.c:4742 [inline] hci_dev_init_sync net/bluetooth/hci_sync.c:4912 [inline] hci_dev_open_sync+0x19a9/0x2d30 net/bluetooth/hci_sync.c:4994 hci_dev_do_open net/bluetooth/hci_core.c:483 [inline] hci_power_on+0x11e/0x560 net/bluetooth/hci_core.c:1015 process_one_work kernel/workqueue.c:3267 [inline] process_scheduled_works+0x8ef/0x14f0 kernel/workqueue.c:3348 worker_thread+0x91f/0xe50 kernel/workqueue.c:3429 kthread+0x2cb/0x360 kernel/kthread.c:388 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244

What

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs Fix __hci_cmd_sync_sk() to return not NULL for unknown opcodes. __hci_cmd_sync_sk() returns NULL if a command returns a status event. However, it also returns NULL where an opcode doesn't exist in the hci_cc table because hci_cmd_complete_evt() assumes status = skb->data[0] for unknown opcodes. This leads to null-ptr-deref in cmd_sync for HCI_OP_READ_LOCAL_CODECS as there is no hci_cc for HCI_OP_READ_LOCAL_CODECS, which always assumes status = skb->data[0]. KASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077] CPU: 1 PID: 2000 Comm: kworker/u9:5 Not tainted 6.9.0-ga6bcb805883c-dirty #10 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Workqueue: hci7 hci_power_on RIP: 0010:hci_read_supported_codecs+0xb9/0x870 net/bluetooth/hci_codec.c:138 Code: 08 48 89 ef e8 b8 c1 8f fd 48 8b 75 00 e9 96 00 00 00 49 89 c6 48 ba 00 00 00 00 00 fc ff df 4c 8d 60 70 4c 89 e3 48 c1 eb 03 <0f> b6 04 13 84 c0 0f 85 82 06 00 00 41 83 3c 24 02 77 0a e8 bf 78 RSP: 0018:ffff888120bafac8 EFLAGS: 00010212 RAX: 0000000000000000 RBX: 000000000000000e RCX: ffff8881173f0040 RDX: dffffc0000000000 RSI: ffffffffa58496c0 RDI: ffff88810b9ad1e4 RBP: ffff88810b9ac000 R08: ffffffffa77882a7 R09: 1ffffffff4ef1054 R10: dffffc0000000000 R11: fffffbfff4ef1055 R12: 0000000000000070 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88810b9ac000 FS: 0000000000000000(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f6ddaa3439e CR3: 0000000139764003 CR4: 0000000000770ef0 PKRU: 55555554 Call Trace: <TASK> hci_read_local_codecs_sync net/bluetooth/hci_sync.c:4546 [inline] hci_init_stage_sync net/bluetooth/hci_sync.c:3441 [inline] hci_init4_sync net/bluetooth/hci_sync.c:4706 [inline] hci_init_sync net/bluetooth/hci_sync.c:4742 [inline] hci_dev_init_sync net/bluetooth/hci_sync.c:4912 [inline] hci_dev_open_sync+0x19a9/0x2d30 net/bluetooth/hci_sync.c:4994 hci_dev_do_open net/bluetooth/hci_core.c:483 [inline] hci_power_on+0x11e/0x560 net/bluetooth/hci_core.c:1015 process_one_work kernel/workqueue.c:3267 [inline] process_scheduled_works+0x8ef/0x14f0 kernel/workqueue.c:3348 worker_thread+0x91f/0xe50 kernel/workqueue.c:3429 kthread+0x2cb/0x360 kernel/kthread.c:388 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244

Why

The product dereferences a pointer that it expects to be valid but is NULL.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs Fix __hci_cmd_sync_sk() to return not NULL for unknown opcodes. __hci_cmd_sync_sk() returns NULL if a command returns a status event. However, it also returns NULL where an opcode doesn't exist in the hci_cc table because hci_cmd_complete_evt() assumes status = skb->data[0] for unknown opcodes. This leads to null-ptr-deref in cmd_sync for HCI_OP_READ_LOCAL_CODECS as there is no hci_cc for HCI_OP_READ_LOCAL_CODECS, which always assumes status = skb->data[0]. KASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077] CPU: 1 PID: 2000 Comm: kworker/u9:5 Not tainted 6.9.0-ga6bcb805883c-dirty #10 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Workqueue: hci7 hci_power_on RIP: 0010:hci_read_supported_codecs+0xb9/0x870 net/bluetooth/hci_codec.c:138 Code: 08 48 89 ef e8 b8 c1 8f fd 48 8b 75 00 e9 96 00 00 00 49 89 c6 48 ba 00 00 00 00 00 fc ff df 4c 8d 60 70 4c 89 e3 48 c1 eb 03 <0f> b6 04 13 84 c0 0f 85 82 06 00 00 41 83 3c 24 02 77 0a e8 bf 78 RSP: 0018:ffff888120bafac8 EFLAGS: 00010212 RAX: 0000000000000000 RBX: 000000000000000e RCX: ffff8881173f0040 RDX: dffffc0000000000 RSI: ffffffffa58496c0 RDI: ffff88810b9ad1e4 RBP: ffff88810b9ac000 R08: ffffffffa77882a7 R09: 1ffffffff4ef1054 R10: dffffc0000000000 R11: fffffbfff4ef1055 R12: 0000000000000070 R13: 0000000000000000 R14: 0000000000000000 R15: ffff88810b9ac000 FS: 0000000000000000(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f6ddaa3439e CR3: 0000000139764003 CR4: 0000000000770ef0 PKRU: 55555554 Call Trace: <TASK> hci_read_local_codecs_sync net/bluetooth/hci_sync.c:4546 [inline] hci_init_stage_sync net/bluetooth/hci_sync.c:3441 [inline] hci_init4_sync net/bluetooth/hci_sync.c:4706 [inline] hci_init_sync net/bluetooth/hci_sync.c:4742 [inline] hci_dev_init_sync net/bluetooth/hci_sync.c:4912 [inline] hci_dev_open_sync+0x19a9/0x2d30 net/bluetooth/hci_sync.c:4994 hci_dev_do_open net/bluetooth/hci_core.c:483 [inline] hci_power_on+0x11e/0x560 net/bluetooth/hci_core.c:1015 process_one_work kernel/workqueue.c:3267 [inline] process_scheduled_works+0x8ef/0x14f0 kernel/workqueue.c:3348 worker_thread+0x91f/0xe50 kernel/workqueue.c:3429 kthread+0x2cb/0x360 kernel/kthread.c:388 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244

Why

The product dereferences a pointer that it expects to be valid but is NULL.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
local access → NULL Pointer Dereference → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
Low: a basic authenticated account is required
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-476

CWE-476: NULL Pointer Dereference. The product dereferences a pointer that it expects to be valid but is NULL.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRLowPrivileges required: The attacker needs basic user-level privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
CWE-476
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-2024-3397Linux Kernel: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff

Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-1057Multiples vulnérabilités dans les produits VMware

d?id=CVE-2024-50200 Référence CVE CVE-2024-50207 https://www.cve.org/CVERecord?id=CVE-2024-50207 Référence CVE CVE-2024-50215 https://www.cve.org/CVERecord?id=CVE-2024-50215 Référence CVE CVE-2024-50216 https://www.cve.org/CVERecord?id=CVE-2024-50216 Référence CVE CVE-2024-50223 https://www.cve.org/CVERecord?id=CVE-2024-50223 Référence CVE CVE-2024-50226 https://www.cve.org/CVERecord?id=CVE-2024-50226 Référence CVE CVE-2024-50235 https://www.cve.org/CVERecord?id=CVE-2024-50235 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50271 https://www.cve.org/CVERecord?id=CVE-2024-50271 Référence CVE CVE-2024-50274 https://www.cve.org/CVERecord?id=CVE-2024-50274 Référence CVE CVE-2024-50275 https://www.cve.org/CVERecord?id=CVE-2024-50275 Référence CVE CVE-2024-50294 https://www.cve.org/CVERecord?id=CVE-2024-50294 Référence CVE CVE-2024-50303 https://www.cve.org/CVERecord?id=CVE-2024-50303 Référence CVE CVE-2024-50602 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-0366Multiples vulnérabilités dans le noyau Linux d'Ubuntu

d?id=CVE-2024-50243 Référence CVE CVE-2024-50244 https://www.cve.org/CVERecord?id=CVE-2024-50244 Référence CVE CVE-2024-50245 https://www.cve.org/CVERecord?id=CVE-2024-50245 Référence CVE CVE-2024-50246 https://www.cve.org/CVERecord?id=CVE-2024-50246 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50248 https://www.cve.org/CVERecord?id=CVE-2024-50248 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50258 https://www.cve.org/CVERecord?id=CVE-2024-50258 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50263 https://www.cve.org/CVERecord?id=CVE-2024-50263 Référence CVE CVE-2024-50265 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-0349Multiples vulnérabilités dans le noyau Linux d'Ubuntu

d?id=CVE-2024-50244 Référence CVE CVE-2024-50245 https://www.cve.org/CVERecord?id=CVE-2024-50245 Référence CVE CVE-2024-50246 https://www.cve.org/CVERecord?id=CVE-2024-50246 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50248 https://www.cve.org/CVERecord?id=CVE-2024-50248 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50258 https://www.cve.org/CVERecord?id=CVE-2024-50258 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50263 https://www.cve.org/CVERecord?id=CVE-2024-50263 Référence CVE CVE-2024-50265 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-0185Multiples vulnérabilités dans le noyau Linux d'Ubuntu

d?id=CVE-2024-50246 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50248 https://www.cve.org/CVERecord?id=CVE-2024-50248 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50253 https://www.cve.org/CVERecord?id=CVE-2024-50253 Référence CVE CVE-2024-50254 https://www.cve.org/CVERecord?id=CVE-2024-50254 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50258 https://www.cve.org/CVERecord?id=CVE-2024-50258 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50260 https://www.cve.org/CVERecord?id=CVE-2024-50260 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50263 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-0152Multiples vulnérabilités dans le noyau Linux d'Ubuntu

d?id=CVE-2024-50246 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50248 https://www.cve.org/CVERecord?id=CVE-2024-50248 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50253 https://www.cve.org/CVERecord?id=CVE-2024-50253 Référence CVE CVE-2024-50254 https://www.cve.org/CVERecord?id=CVE-2024-50254 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50258 https://www.cve.org/CVERecord?id=CVE-2024-50258 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50260 https://www.cve.org/CVERecord?id=CVE-2024-50260 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50263 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2025-AVI-0002Multiples vulnérabilités dans le noyau Linux de Debian LTS

d?id=CVE-2024-50242 Référence CVE CVE-2024-50243 https://www.cve.org/CVERecord?id=CVE-2024-50243 Référence CVE CVE-2024-50244 https://www.cve.org/CVERecord?id=CVE-2024-50244 Référence CVE CVE-2024-50245 https://www.cve.org/CVERecord?id=CVE-2024-50245 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50264 https://www.cve.org/CVERecord?id=CVE-2024-50264 Référence CVE CVE-2024-50265 https://www.cve.org/CVERecord?id=CVE-2024-50265 Référence CVE CVE-2024-50267 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2024-AVI-1102Multiples vulnérabilités dans le noyau Linux de SUSE

d?id=CVE-2024-50236 Référence CVE CVE-2024-50237 https://www.cve.org/CVERecord?id=CVE-2024-50237 Référence CVE CVE-2024-50240 https://www.cve.org/CVERecord?id=CVE-2024-50240 Référence CVE CVE-2024-50245 https://www.cve.org/CVERecord?id=CVE-2024-50245 Référence CVE CVE-2024-50246 https://www.cve.org/CVERecord?id=CVE-2024-50246 Référence CVE CVE-2024-50248 https://www.cve.org/CVERecord?id=CVE-2024-50248 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50264 https://www.cve.org/CVERecord?id=CVE-2024-50264 Référence CVE CVE-2024-50265 https://www.cve.org/CVERecord?id=CVE-2024-50265 Référence CVE CVE-2024-50267 https://www.cve.org/CVERecord?id=CVE-2024-50267 Référence CVE CVE-2024-50268 https://www.cve.org/CVERecord?id=CVE-2024-50268 Référence CVE CVE-2024-50269 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2024-AVI-1031Multiples vulnérabilités dans le noyau Linux de Debian

d?id=CVE-2024-50242 Référence CVE CVE-2024-50243 https://www.cve.org/CVERecord?id=CVE-2024-50243 Référence CVE CVE-2024-50244 https://www.cve.org/CVERecord?id=CVE-2024-50244 Référence CVE CVE-2024-50245 https://www.cve.org/CVERecord?id=CVE-2024-50245 Référence CVE CVE-2024-50247 https://www.cve.org/CVERecord?id=CVE-2024-50247 Référence CVE CVE-2024-50249 https://www.cve.org/CVERecord?id=CVE-2024-50249 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-50251 https://www.cve.org/CVERecord?id=CVE-2024-50251 Référence CVE CVE-2024-50252 https://www.cve.org/CVERecord?id=CVE-2024-50252 Référence CVE CVE-2024-50255 https://www.cve.org/CVERecord?id=CVE-2024-50255 Référence CVE CVE-2024-50256 https://www.cve.org/CVERecord?id=CVE-2024-50256 Référence CVE CVE-2024-50257 https://www.cve.org/CVERecord?id=CVE-2024-50257 Référence CVE CVE-2024-50259 https://www.cve.org/CVERecord?id=CVE-2024-50259 Référence CVE CVE-2024-50261 https://www.cve.org/CVERecord?id=CVE-2024-50261 Référence CVE CVE-2024-50262 https://www.cve.org/CVERecord?id=CVE-2024-50262 Référence CVE CVE-2024-50264 https://www.cve.org/CVERecord?id=CVE-2024-50264 Référence CVE CVE-2024-50265 https://www.cve.org/CVERecord?id=CVE-2024-50265 Référence CVE CVE-2024-50267 https://www.cve.org/CVERecord?id=

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2024-012765Linux の Linux Kernel における NULL ポインタデリファレンスに関する脆弱性

Linux の Linux Kernel には、NULL ポインタデリファレンスに関する脆弱性が存在します。

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
Linux: abfeea476c68afea54c9c050a2d3b19d5d2ee873 < 5d9054b9f769a8e124c4fa02072437c864726baf, abfeea476c68afea54c9c050a2d3b19d5d2ee873 < 1f1764466c33a4466363b821a25cd65c46a5a793, abfeea476c68afea54c9c050a2d3b19d5d2ee873 < 48d7c24b7ef6417c68f206566364db1f8087bb23, abfeea476c68afea54c9c050a2d3b19d5d2ee873 < 1e67d8641813f1876a42eeb4f532487b8a7fb0a8, 5.17
Fixed
Linux: < 5.17, 6.1.116 ≤ 6.1.*, 6.6.60 ≤ 6.6.*, 6.11.7 ≤ 6.11.*, 6.12 ≤ *
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 9 Nov 2024 · Last source change 11 May 2026, 20:48 UTC · CWE-476 · NULL Pointer Dereference

CVE recordCVE.org · 5.2
CVSS sourceNIST NVD
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2024-44757
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceCISA ADP
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates ↗

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2024-50255 · cve.blacktree.nl