BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2024
CVE-2024-26641High confidence

ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()

Linux · Linux

8.6HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
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 archivelinux-azure-fdeAffected, 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 10 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-23903

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 actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize ipv6h variable after this call as it can change skb->head. [1] BUG: KMSAN: uninit-value in __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] BUG: KMSAN: uninit-value in INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] BUG: KMSAN: uninit-value in IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 ip6ip6_dscp_ecn_decapsulate+0x178/0x1b0 net/ipv6/ip6_tunnel.c:727 __ip6_tnl_rcv+0xd4e/0x1590 net/ipv6/ip6_tunnel.c:845 ip6_tnl_rcv+0xce/0x100 net/ipv6/ip6_tunnel.c:888 gre_rcv+0x143f/0x1870 ip6_protocol_deliver_rcu+0xda6/0x2a60 net/ipv6/ip6_input.c:438 ip6_input_finish net/ipv6/ip6_input.c:483 [inline] NF_HOOK include/linux/netfilter.h:314 [inline] ip6_input+0x15d/0x430 net/ipv6/ip6_input.c:492 ip6_mc_input+0xa7e/0xc80 net/ipv6/ip6_input.c:586 dst_input include/net/dst.h:461 [inline] ip6_rcv_finish+0x5db/0x870 net/ipv6/ip6_input.c:79 NF_HOOK include/linux/netfilter.h:314 [inline] ipv6_rcv+0xda/0x390 net/ipv6/ip6_input.c:310 __netif_receive_skb_one_core net/core/dev.c:5532 [inline] __netif_receive_skb+0x1a6/0x5a0 net/core/dev.c:5646 netif_receive_skb_internal net/core/dev.c:5732 [inline] netif_receive_skb+0x58/0x660 net/core/dev.c:5791 tun_rx_batched+0x3ee/0x980 drivers/net/tun.c:1555 tun_get_user+0x53af/0x66d0 drivers/net/tun.c:2002 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b Uninit was created at: slab_post_alloc_hook+0x129/0xa70 mm/slab.h:768 slab_alloc_node mm/slub.c:3478 [inline] kmem_cache_alloc_node+0x5e9/0xb10 mm/slub.c:3523 kmalloc_reserve+0x13d/0x4a0 net/core/skbuff.c:560 __alloc_skb+0x318/0x740 net/core/skbuff.c:651 alloc_skb include/linux/skbuff.h:1286 [inline] alloc_skb_with_frags+0xc8/0xbd0 net/core/skbuff.c:6334 sock_alloc_send_pskb+0xa80/0xbf0 net/core/sock.c:2787 tun_alloc_skb drivers/net/tun.c:1531 [inline] tun_get_user+0x1e8a/0x66d0 drivers/net/tun.c:1846 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b CPU: 0 PID: 5034 Comm: syz-executor331 Not tainted 6.7.0-syzkaller-00562-g9f8413c4a66f #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 11/17/2023

What

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize ipv6h variable after this call as it can change skb->head. [1] BUG: KMSAN: uninit-value in __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] BUG: KMSAN: uninit-value in INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] BUG: KMSAN: uninit-value in IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 ip6ip6_dscp_ecn_decapsulate+0x178/0x1b0 net/ipv6/ip6_tunnel.c:727 __ip6_tnl_rcv+0xd4e/0x1590 net/ipv6/ip6_tunnel.c:845 ip6_tnl_rcv+0xce/0x100 net/ipv6/ip6_tunnel.c:888 gre_rcv+0x143f/0x1870 ip6_protocol_deliver_rcu+0xda6/0x2a60 net/ipv6/ip6_input.c:438 ip6_input_finish net/ipv6/ip6_input.c:483 [inline] NF_HOOK include/linux/netfilter.h:314 [inline] ip6_input+0x15d/0x430 net/ipv6/ip6_input.c:492 ip6_mc_input+0xa7e/0xc80 net/ipv6/ip6_input.c:586 dst_input include/net/dst.h:461 [inline] ip6_rcv_finish+0x5db/0x870 net/ipv6/ip6_input.c:79 NF_HOOK include/linux/netfilter.h:314 [inline] ipv6_rcv+0xda/0x390 net/ipv6/ip6_input.c:310 __netif_receive_skb_one_core net/core/dev.c:5532 [inline] __netif_receive_skb+0x1a6/0x5a0 net/core/dev.c:5646 netif_receive_skb_internal net/core/dev.c:5732 [inline] netif_receive_skb+0x58/0x660 net/core/dev.c:5791 tun_rx_batched+0x3ee/0x980 drivers/net/tun.c:1555 tun_get_user+0x53af/0x66d0 drivers/net/tun.c:2002 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b Uninit was created at: slab_post_alloc_hook+0x129/0xa70 mm/slab.h:768 slab_alloc_node mm/slub.c:3478 [inline] kmem_cache_alloc_node+0x5e9/0xb10 mm/slub.c:3523 kmalloc_reserve+0x13d/0x4a0 net/core/skbuff.c:560 __alloc_skb+0x318/0x740 net/core/skbuff.c:651 alloc_skb include/linux/skbuff.h:1286 [inline] alloc_skb_with_frags+0xc8/0xbd0 net/core/skbuff.c:6334 sock_alloc_send_pskb+0xa80/0xbf0 net/core/sock.c:2787 tun_alloc_skb drivers/net/tun.c:1531 [inline] tun_get_user+0x1e8a/0x66d0 drivers/net/tun.c:1846 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b CPU: 0 PID: 5034 Comm: syz-executor331 Not tainted 6.7.0-syzkaller-00562-g9f8413c4a66f #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 11/17/2023

Why

The product uses or accesses a resource that has not been initialized.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. 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: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize ipv6h variable after this call as it can change skb->head. [1] BUG: KMSAN: uninit-value in __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] BUG: KMSAN: uninit-value in INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] BUG: KMSAN: uninit-value in IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 __INET_ECN_decapsulate include/net/inet_ecn.h:253 [inline] INET_ECN_decapsulate include/net/inet_ecn.h:275 [inline] IP6_ECN_decapsulate+0x7df/0x1e50 include/net/inet_ecn.h:321 ip6ip6_dscp_ecn_decapsulate+0x178/0x1b0 net/ipv6/ip6_tunnel.c:727 __ip6_tnl_rcv+0xd4e/0x1590 net/ipv6/ip6_tunnel.c:845 ip6_tnl_rcv+0xce/0x100 net/ipv6/ip6_tunnel.c:888 gre_rcv+0x143f/0x1870 ip6_protocol_deliver_rcu+0xda6/0x2a60 net/ipv6/ip6_input.c:438 ip6_input_finish net/ipv6/ip6_input.c:483 [inline] NF_HOOK include/linux/netfilter.h:314 [inline] ip6_input+0x15d/0x430 net/ipv6/ip6_input.c:492 ip6_mc_input+0xa7e/0xc80 net/ipv6/ip6_input.c:586 dst_input include/net/dst.h:461 [inline] ip6_rcv_finish+0x5db/0x870 net/ipv6/ip6_input.c:79 NF_HOOK include/linux/netfilter.h:314 [inline] ipv6_rcv+0xda/0x390 net/ipv6/ip6_input.c:310 __netif_receive_skb_one_core net/core/dev.c:5532 [inline] __netif_receive_skb+0x1a6/0x5a0 net/core/dev.c:5646 netif_receive_skb_internal net/core/dev.c:5732 [inline] netif_receive_skb+0x58/0x660 net/core/dev.c:5791 tun_rx_batched+0x3ee/0x980 drivers/net/tun.c:1555 tun_get_user+0x53af/0x66d0 drivers/net/tun.c:2002 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b Uninit was created at: slab_post_alloc_hook+0x129/0xa70 mm/slab.h:768 slab_alloc_node mm/slub.c:3478 [inline] kmem_cache_alloc_node+0x5e9/0xb10 mm/slub.c:3523 kmalloc_reserve+0x13d/0x4a0 net/core/skbuff.c:560 __alloc_skb+0x318/0x740 net/core/skbuff.c:651 alloc_skb include/linux/skbuff.h:1286 [inline] alloc_skb_with_frags+0xc8/0xbd0 net/core/skbuff.c:6334 sock_alloc_send_pskb+0xa80/0xbf0 net/core/sock.c:2787 tun_alloc_skb drivers/net/tun.c:1531 [inline] tun_get_user+0x1e8a/0x66d0 drivers/net/tun.c:1846 tun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048 call_write_iter include/linux/fs.h:2084 [inline] new_sync_write fs/read_write.c:497 [inline] vfs_write+0x786/0x1200 fs/read_write.c:590 ksys_write+0x20f/0x4c0 fs/read_write.c:643 __do_sys_write fs/read_write.c:655 [inline] __se_sys_write fs/read_write.c:652 [inline] __x64_sys_write+0x93/0xd0 fs/read_write.c:652 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x6d/0x140 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b CPU: 0 PID: 5034 Comm: syz-executor331 Not tainted 6.7.0-syzkaller-00562-g9f8413c4a66f #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 11/17/2023

Why

The product uses or accesses a resource that has not been initialized.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. 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
a network path → Use of Uninitialized Resource → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
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-908

CWE-908: Use of Uninitialized Resource. The product uses or accesses a resource that has not been initialized.

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

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CLowConfidentiality impact: A successful attack can cause a limited loss.ILowIntegrity impact: A successful attack can cause a limited loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-908
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2025-1293IBM DataPower Gateway: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DataPower Gateway ausnutzen, um seine Privilegien zu erhöhen, Informationen auszuspähen, einen Denial-of-Service auszulösen oder weitere unspezifizierte Auswirkungen zu erzielen.

Official advisory
BSI · German · WID-SEC-W-2024-0654Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service und unspezifische Angriffe

Ein lokaler Angreifer kann mehrere Schwachstellen im Linux-Kernel ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0287Multiples vulnérabilités dans les produits NetApp

De multiples vulnérabilités ont été découvertes dans les produits NetApp. Elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.

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

ord?id=CVE-2023-52889 Référence CVE CVE-2023-52918 https://www.cve.org/CVERecord?id=CVE-2023-52918 Référence CVE CVE-2023-6610 https://www.cve.org/CVERecord?id=CVE-2023-6610 Référence CVE CVE-2024-25741 https://www.cve.org/CVERecord?id=CVE-2024-25741 Référence CVE CVE-2024-25744 https://www.cve.org/CVERecord?id=CVE-2024-25744 Référence CVE CVE-2024-26607 https://www.cve.org/CVERecord?id=CVE-2024-26607 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26661 https://www.cve.org/CVERecord?id=CVE-2024-26661 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26669 https://www.cve.org/CVERecord?id=CVE-2024-26669 Référence CVE CVE-2024-26675 https://www.cve.org/CVERecord?id=CVE-2024-26675 Référence CVE CVE-2024-26677 https://www.cve.org/CVERecord?id=CVE-2024-26677 Référence CVE CVE-2024-26787 https://www.cve.org/CVERecord?id=CVE-2024-26787 Référence CVE CVE-2024-26800 https://www.cve.org/CVERecord?id=CVE-2024-26800 Référence CVE CVE-2024-26885 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52614 Référence CVE CVE-2023-52887 https://www.cve.org/CVERecord?id=CVE-2023-52887 Référence CVE CVE-2023-52888 https://www.cve.org/CVERecord?id=CVE-2023-52888 Référence CVE CVE-2023-52889 https://www.cve.org/CVERecord?id=CVE-2023-52889 Référence CVE CVE-2023-52918 https://www.cve.org/CVERecord?id=CVE-2023-52918 Référence CVE CVE-2024-25741 https://www.cve.org/CVERecord?id=CVE-2024-25741 Référence CVE CVE-2024-25744 https://www.cve.org/CVERecord?id=CVE-2024-25744 Référence CVE CVE-2024-26607 https://www.cve.org/CVERecord?id=CVE-2024-26607 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26661 https://www.cve.org/CVERecord?id=CVE-2024-26661 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26669 https://www.cve.org/CVERecord?id=CVE-2024-26669 Référence CVE CVE-2024-26800 https://www.cve.org/CVERecord?id=CVE-2024-26800 Référence CVE CVE-2024-26810 https://www.cve.org/CVERecord?id=CVE-2024-26810 Référence CVE CVE-2024-26812 https://www.cve.org/CVERecord?id=CVE-2024-26812 Référence CVE CVE-2024-26885 https://www.cve.org/CVERecord?id=CVE-2024-26885 Référence CVE CVE-2024-26891 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2022-36402 Référence CVE CVE-2023-52531 https://www.cve.org/CVERecord?id=CVE-2023-52531 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=CVE-2023-52614 Référence CVE CVE-2023-52887 https://www.cve.org/CVERecord?id=CVE-2023-52887 Référence CVE CVE-2023-52888 https://www.cve.org/CVERecord?id=CVE-2023-52888 Référence CVE CVE-2023-52918 https://www.cve.org/CVERecord?id=CVE-2023-52918 Référence CVE CVE-2024-25741 https://www.cve.org/CVERecord?id=CVE-2024-25741 Référence CVE CVE-2024-26607 https://www.cve.org/CVERecord?id=CVE-2024-26607 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26669 https://www.cve.org/CVERecord?id=CVE-2024-26669 Référence CVE CVE-2024-26677 https://www.cve.org/CVERecord?id=CVE-2024-26677 Référence CVE CVE-2024-26800 https://www.cve.org/CVERecord?id=CVE-2024-26800 Référence CVE CVE-2024-26885 https://www.cve.org/CVERecord?id=CVE-2024-26885 Référence CVE CVE-2024-26891 https://www.cve.org/CVERecord?id=CVE-2024-26891 Référence CVE CVE-2024-26921 https://www.cve.org/CVERecord?id=CVE-2024-26921 Référence CVE CVE-2024-26923 https://www.cve.org/CVERecord?id=

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

/notices/USN-7076-1 Référence CVE CVE-2021-47188 https://www.cve.org/CVERecord?id=CVE-2021-47188 Référence CVE CVE-2022-48791 https://www.cve.org/CVERecord?id=CVE-2022-48791 Référence CVE CVE-2022-48863 https://www.cve.org/CVERecord?id=CVE-2022-48863 Référence CVE CVE-2023-52510 https://www.cve.org/CVERecord?id=CVE-2023-52510 Référence CVE CVE-2023-52527 https://www.cve.org/CVERecord?id=CVE-2023-52527 Référence CVE CVE-2023-52528 https://www.cve.org/CVERecord?id=CVE-2023-52528 Référence CVE CVE-2023-52809 https://www.cve.org/CVERecord?id=CVE-2023-52809 Référence CVE CVE-2024-26602 https://www.cve.org/CVERecord?id=CVE-2024-26602 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26677 https://www.cve.org/CVERecord?id=CVE-2024-26677 Référence CVE CVE-2024-26733 https://www.cve.org/CVERecord?id=CVE-2024-26733 Référence CVE CVE-2024-26754 https://www.cve.org/CVERecord?id=CVE-2024-26754 Référence CVE CVE-2024-26810 https://www.cve.org/CVERecord?id=CVE-2024-26810 Référence CVE CVE-2024-26812 https://www.cve.org/CVERecord?id=CVE-2024-26812 Référence CVE CVE-2024-26851 https://www.cve.org/CVERecord?id=CVE-2024-26851 Référence CVE CVE-2024-26880 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26623 https://www.cve.org/CVERecord?id=CVE-2024-26623 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26632 https://www.cve.org/CVERecord?id=CVE-2024-26632 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26638 https://www.cve.org/CVERecord?id=CVE-2024-26638 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26650 https://www.cve.org/CVERecord?id=CVE-2024-26650 Référence CVE CVE-2024-26652 https://www.cve.org/CVERecord?id=CVE-2024-26652 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26657 https://www.cve.org/CVERecord?id=CVE-2024-26657 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26583 Référence CVE CVE-2024-26584 https://www.cve.org/CVERecord?id=CVE-2024-26584 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26623 https://www.cve.org/CVERecord?id=CVE-2024-26623 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26661 https://www.cve.org/CVERecord?id=CVE-2024-26661 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26676 https://www.cve.org/CVERecord?id=CVE-2024-26676 Référence CVE CVE-2024-26691 https://www.cve.org/CVERecord?id=CVE-2024-26691 Référence CVE CVE-2024-26720 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-25741 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26623 https://www.cve.org/CVERecord?id=CVE-2024-26623 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26691 https://www.cve.org/CVERecord?id=CVE-2024-26691 Référence CVE CVE-2024-26734 https://www.cve.org/CVERecord?id=CVE-2024-26734 Référence CVE CVE-2024-26766 https://www.cve.org/CVERecord?id=CVE-2024-26766 Référence CVE CVE-2024-26785 https://www.cve.org/CVERecord?id=CVE-2024-26785 Référence CVE CVE-2024-26826 https://www.cve.org/CVERecord?id=CVE-2024-26826 Référence CVE CVE-2024-26828 https://www.cve.org/CVERecord?id=

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

ord?id=CVE-2023-52881 Référence CVE CVE-2023-6546 https://www.cve.org/CVERecord?id=CVE-2023-6546 Référence CVE CVE-2024-23307 https://www.cve.org/CVERecord?id=CVE-2024-23307 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26679 https://www.cve.org/CVERecord?id=CVE-2024-26679 Référence CVE CVE-2024-26687 https://www.cve.org/CVERecord?id=CVE-2024-26687 Référence CVE CVE-2024-26720 https://www.cve.org/CVERecord?id=CVE-2024-26720 Référence CVE CVE-2024-26745 https://www.cve.org/CVERecord?id=CVE-2024-26745 Référence CVE CVE-2024-26766 https://www.cve.org/CVERecord?id=CVE-2024-26766 Référence CVE CVE-2024-26813 https://www.cve.org/CVERecord?id=CVE-2024-26813 Référence CVE CVE-2024-26828 https://www.cve.org/CVERecord?id=CVE-2024-26828 Référence CVE CVE-2024-26845 https://www.cve.org/CVERecord?id=

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

ecord?id=CVE-2023-52884 Référence CVE CVE-2023-6531 https://www.cve.org/CVERecord?id=CVE-2023-6531 Référence CVE CVE-2023-6546 https://www.cve.org/CVERecord?id=CVE-2023-6546 Référence CVE CVE-2024-23307 https://www.cve.org/CVERecord?id=CVE-2024-23307 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26679 https://www.cve.org/CVERecord?id=CVE-2024-26679 Référence CVE CVE-2024-26687 https://www.cve.org/CVERecord?id=CVE-2024-26687 Référence CVE CVE-2024-26720 https://www.cve.org/CVERecord?id=CVE-2024-26720 Référence CVE CVE-2024-26745 https://www.cve.org/CVERecord?id=CVE-2024-26745 Référence CVE CVE-2024-26766 https://www.cve.org/CVERecord?id=CVE-2024-26766 Référence CVE CVE-2024-26813 https://www.cve.org/CVERecord?id=CVE-2024-26813 Référence CVE CVE-2024-26822 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26610 Référence CVE CVE-2024-26614 https://www.cve.org/CVERecord?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26610 Référence CVE CVE-2024-26614 https://www.cve.org/CVERecord?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26610 Référence CVE CVE-2024-26614 https://www.cve.org/CVERecord?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26668 https://www.cve.org/CVERecord?id=CVE-2024-26668 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26629 Référence CVE CVE-2024-26631 https://www.cve.org/CVERecord?id=CVE-2024-26631 Référence CVE CVE-2024-26632 https://www.cve.org/CVERecord?id=CVE-2024-26632 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26634 https://www.cve.org/CVERecord?id=CVE-2024-26634 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26638 https://www.cve.org/CVERecord?id=CVE-2024-26638 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26646 https://www.cve.org/CVERecord?id=CVE-2024-26646 Référence CVE CVE-2024-26647 https://www.cve.org/CVERecord?id=CVE-2024-26647 Référence CVE CVE-2024-26649 https://www.cve.org/CVERecord?id=CVE-2024-26649 Référence CVE CVE-2024-26650 https://www.cve.org/CVERecord?id=CVE-2024-26650 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26610 Référence CVE CVE-2024-26614 https://www.cve.org/CVERecord?id=CVE-2024-26614 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26606 Référence CVE CVE-2024-26621 https://www.cve.org/CVERecord?id=CVE-2024-26621 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26626 https://www.cve.org/CVERecord?id=CVE-2024-26626 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26629 https://www.cve.org/CVERecord?id=CVE-2024-26629 Référence CVE CVE-2024-26639 https://www.cve.org/CVERecord?id=CVE-2024-26639 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=

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
0d3c703a9d1723c7707e0680019ac8ff5922db42 < a9bc32879a08f23cdb80a48c738017e39aea1080; 0d3c703a9d1723c7707e0680019ac8ff5922db42 < af6b5c50d47ab43e5272ad61935d0ed2e264d3f0; 0d3c703a9d1723c7707e0680019ac8ff5922db42 < d54e4da98bbfa8c257bdca94c49652d81d18a4d8; 0d3c703a9d1723c7707e0680019ac8ff5922db42 < 350a6640fac4b53564ec20aa3f4a0922cb0ba5e6; 0d3c703a9d1723c7707e0680019ac8ff5922db42 < c835df3bcc14858ae9b27315dd7de76370b94f3a; 0d3c703a9d1723c7707e0680019ac8ff5922db42 < 8d975c15c0cd744000ca386247432d57b21f9df0; 4.7
Fixed
< 4.7; 5.10.210 ≤ 5.10.*; 5.15.149 ≤ 5.15.*; 6.1.77 ≤ 6.1.*; 6.6.16 ≤ 6.6.*; 6.7.4 ≤ 6.7.*; 6.8 ≤ *
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 18 Mar 2024 · Last source change 5 Aug 2026, 11:26 UTC · CWE-908 · Use of Uninitialized Resource

CVE recordCVE.org · 5.2
CVSS sourceCNA
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-23903
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceNIST NVD
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-26641 · cve.blacktree.nl