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

atm: Fix NULL pointer dereference

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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-intelAffected, 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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-2025-13636

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: atm: Fix NULL pointer dereference When MPOA_cache_impos_rcvd() receives the msg, it can trigger Null Pointer Dereference Vulnerability if both entry and holding_time are NULL. Because there is only for the situation where entry is NULL and holding_time exists, it can be passed when both entry and holding_time are NULL. If these are NULL, the entry will be passd to eg_cache_put() as parameter and it is referenced by entry->use code in it. kasan log: [ 3.316691] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000006:I [ 3.317568] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 3.318188] CPU: 3 UID: 0 PID: 79 Comm: ex Not tainted 6.14.0-rc2 #102 [ 3.318601] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 3.319298] RIP: 0010:eg_cache_remove_entry+0xa5/0x470 [ 3.319677] Code: c1 f7 6e fd 48 c7 c7 00 7e 38 b2 e8 95 64 54 fd 48 c7 c7 40 7e 38 b2 48 89 ee e80 [ 3.321220] RSP: 0018:ffff88800583f8a8 EFLAGS: 00010006 [ 3.321596] RAX: 0000000000000006 RBX: ffff888005989000 RCX: ffffffffaecc2d8e [ 3.322112] RDX: 0000000000000000 RSI: 0000000000000004 RDI: 0000000000000030 [ 3.322643] RBP: 0000000000000000 R08: 0000000000000000 R09: fffffbfff6558b88 [ 3.323181] R10: 0000000000000003 R11: 203a207972746e65 R12: 1ffff11000b07f15 [ 3.323707] R13: dffffc0000000000 R14: ffff888005989000 R15: ffff888005989068 [ 3.324185] FS: 000000001b6313c0(0000) GS:ffff88806d380000(0000) knlGS:0000000000000000 [ 3.325042] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.325545] CR2: 00000000004b4b40 CR3: 000000000248e000 CR4: 00000000000006f0 [ 3.326430] Call Trace: [ 3.326725] <TASK> [ 3.326927] ? die_addr+0x3c/0xa0 [ 3.327330] ? exc_general_protection+0x161/0x2a0 [ 3.327662] ? asm_exc_general_protection+0x26/0x30 [ 3.328214] ? vprintk_emit+0x15e/0x420 [ 3.328543] ? eg_cache_remove_entry+0xa5/0x470 [ 3.328910] ? eg_cache_remove_entry+0x9a/0x470 [ 3.329294] ? __pfx_eg_cache_remove_entry+0x10/0x10 [ 3.329664] ? console_unlock+0x107/0x1d0 [ 3.329946] ? __pfx_console_unlock+0x10/0x10 [ 3.330283] ? do_syscall_64+0xa6/0x1a0 [ 3.330584] ? entry_SYSCALL_64_after_hwframe+0x47/0x7f [ 3.331090] ? __pfx_prb_read_valid+0x10/0x10 [ 3.331395] ? down_trylock+0x52/0x80 [ 3.331703] ? vprintk_emit+0x15e/0x420 [ 3.331986] ? __pfx_vprintk_emit+0x10/0x10 [ 3.332279] ? down_trylock+0x52/0x80 [ 3.332527] ? _printk+0xbf/0x100 [ 3.332762] ? __pfx__printk+0x10/0x10 [ 3.333007] ? _raw_write_lock_irq+0x81/0xe0 [ 3.333284] ? __pfx__raw_write_lock_irq+0x10/0x10 [ 3.333614] msg_from_mpoad+0x1185/0x2750 [ 3.333893] ? __build_skb_around+0x27b/0x3a0 [ 3.334183] ? __pfx_msg_from_mpoad+0x10/0x10 [ 3.334501] ? __alloc_skb+0x1c0/0x310 [ 3.334809] ? __pfx___alloc_skb+0x10/0x10 [ 3.335283] ? _raw_spin_lock+0xe0/0xe0 [ 3.335632] ? finish_wait+0x8d/0x1e0 [ 3.335975] vcc_sendmsg+0x684/0xba0 [ 3.336250] ? __pfx_vcc_sendmsg+0x10/0x10 [ 3.336587] ? __pfx_autoremove_wake_function+0x10/0x10 [ 3.337056] ? fdget+0x176/0x3e0 [ 3.337348] __sys_sendto+0x4a2/0x510 [ 3.337663] ? __pfx___sys_sendto+0x10/0x10 [ 3.337969] ? ioctl_has_perm.constprop.0.isra.0+0x284/0x400 [ 3.338364] ? sock_ioctl+0x1bb/0x5a0 [ 3.338653] ? __rseq_handle_notify_resume+0x825/0xd20 [ 3.339017] ? __pfx_sock_ioctl+0x10/0x10 [ 3.339316] ? __pfx___rseq_handle_notify_resume+0x10/0x10 [ 3.339727] ? selinux_file_ioctl+0xa4/0x260 [ 3.340166] __x64_sys_sendto+0xe0/0x1c0 [ 3.340526] ? syscall_exit_to_user_mode+0x123/0x140 [ 3.340898] do_syscall_64+0xa6/0x1a0 [ 3.341170] entry_SYSCALL_64_after_hwframe+0x77/0x7f [ 3.341533] RIP: 0033:0x44a380 [ 3.341757] Code: 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c00 [ ---truncated---

What

In the Linux kernel, the following vulnerability has been resolved: atm: Fix NULL pointer dereference When MPOA_cache_impos_rcvd() receives the msg, it can trigger Null Pointer Dereference Vulnerability if both entry and holding_time are NULL. Because there is only for the situation where entry is NULL and holding_time exists, it can be passed when both entry and holding_time are NULL. If these are NULL, the entry will be passd to eg_cache_put() as parameter and it is referenced by entry->use code in it. kasan log: [ 3.316691] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000006:I [ 3.317568] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 3.318188] CPU: 3 UID: 0 PID: 79 Comm: ex Not tainted 6.14.0-rc2 #102 [ 3.318601] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 3.319298] RIP: 0010:eg_cache_remove_entry+0xa5/0x470 [ 3.319677] Code: c1 f7 6e fd 48 c7 c7 00 7e 38 b2 e8 95 64 54 fd 48 c7 c7 40 7e 38 b2 48 89 ee e80 [ 3.321220] RSP: 0018:ffff88800583f8a8 EFLAGS: 00010006 [ 3.321596] RAX: 0000000000000006 RBX: ffff888005989000 RCX: ffffffffaecc2d8e [ 3.322112] RDX: 0000000000000000 RSI: 0000000000000004 RDI: 0000000000000030 [ 3.322643] RBP: 0000000000000000 R08: 0000000000000000 R09: fffffbfff6558b88 [ 3.323181] R10: 0000000000000003 R11: 203a207972746e65 R12: 1ffff11000b07f15 [ 3.323707] R13: dffffc0000000000 R14: ffff888005989000 R15: ffff888005989068 [ 3.324185] FS: 000000001b6313c0(0000) GS:ffff88806d380000(0000) knlGS:0000000000000000 [ 3.325042] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.325545] CR2: 00000000004b4b40 CR3: 000000000248e000 CR4: 00000000000006f0 [ 3.326430] Call Trace: [ 3.326725] <TASK> [ 3.326927] ? die_addr+0x3c/0xa0 [ 3.327330] ? exc_general_protection+0x161/0x2a0 [ 3.327662] ? asm_exc_general_protection+0x26/0x30 [ 3.328214] ? vprintk_emit+0x15e/0x420 [ 3.328543] ? eg_cache_remove_entry+0xa5/0x470 [ 3.328910] ? eg_cache_remove_entry+0x9a/0x470 [ 3.329294] ? __pfx_eg_cache_remove_entry+0x10/0x10 [ 3.329664] ? console_unlock+0x107/0x1d0 [ 3.329946] ? __pfx_console_unlock+0x10/0x10 [ 3.330283] ? do_syscall_64+0xa6/0x1a0 [ 3.330584] ? entry_SYSCALL_64_after_hwframe+0x47/0x7f [ 3.331090] ? __pfx_prb_read_valid+0x10/0x10 [ 3.331395] ? down_trylock+0x52/0x80 [ 3.331703] ? vprintk_emit+0x15e/0x420 [ 3.331986] ? __pfx_vprintk_emit+0x10/0x10 [ 3.332279] ? down_trylock+0x52/0x80 [ 3.332527] ? _printk+0xbf/0x100 [ 3.332762] ? __pfx__printk+0x10/0x10 [ 3.333007] ? _raw_write_lock_irq+0x81/0xe0 [ 3.333284] ? __pfx__raw_write_lock_irq+0x10/0x10 [ 3.333614] msg_from_mpoad+0x1185/0x2750 [ 3.333893] ? __build_skb_around+0x27b/0x3a0 [ 3.334183] ? __pfx_msg_from_mpoad+0x10/0x10 [ 3.334501] ? __alloc_skb+0x1c0/0x310 [ 3.334809] ? __pfx___alloc_skb+0x10/0x10 [ 3.335283] ? _raw_spin_lock+0xe0/0xe0 [ 3.335632] ? finish_wait+0x8d/0x1e0 [ 3.335975] vcc_sendmsg+0x684/0xba0 [ 3.336250] ? __pfx_vcc_sendmsg+0x10/0x10 [ 3.336587] ? __pfx_autoremove_wake_function+0x10/0x10 [ 3.337056] ? fdget+0x176/0x3e0 [ 3.337348] __sys_sendto+0x4a2/0x510 [ 3.337663] ? __pfx___sys_sendto+0x10/0x10 [ 3.337969] ? ioctl_has_perm.constprop.0.isra.0+0x284/0x400 [ 3.338364] ? sock_ioctl+0x1bb/0x5a0 [ 3.338653] ? __rseq_handle_notify_resume+0x825/0xd20 [ 3.339017] ? __pfx_sock_ioctl+0x10/0x10 [ 3.339316] ? __pfx___rseq_handle_notify_resume+0x10/0x10 [ 3.339727] ? selinux_file_ioctl+0xa4/0x260 [ 3.340166] __x64_sys_sendto+0xe0/0x1c0 [ 3.340526] ? syscall_exit_to_user_mode+0x123/0x140 [ 3.340898] do_syscall_64+0xa6/0x1a0 [ 3.341170] entry_SYSCALL_64_after_hwframe+0x77/0x7f [ 3.341533] RIP: 0033:0x44a380 [ 3.341757] Code: 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c00 [ ---truncated---

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: atm: Fix NULL pointer dereference When MPOA_cache_impos_rcvd() receives the msg, it can trigger Null Pointer Dereference Vulnerability if both entry and holding_time are NULL. Because there is only for the situation where entry is NULL and holding_time exists, it can be passed when both entry and holding_time are NULL. If these are NULL, the entry will be passd to eg_cache_put() as parameter and it is referenced by entry->use code in it. kasan log: [ 3.316691] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000006:I [ 3.317568] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 3.318188] CPU: 3 UID: 0 PID: 79 Comm: ex Not tainted 6.14.0-rc2 #102 [ 3.318601] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 3.319298] RIP: 0010:eg_cache_remove_entry+0xa5/0x470 [ 3.319677] Code: c1 f7 6e fd 48 c7 c7 00 7e 38 b2 e8 95 64 54 fd 48 c7 c7 40 7e 38 b2 48 89 ee e80 [ 3.321220] RSP: 0018:ffff88800583f8a8 EFLAGS: 00010006 [ 3.321596] RAX: 0000000000000006 RBX: ffff888005989000 RCX: ffffffffaecc2d8e [ 3.322112] RDX: 0000000000000000 RSI: 0000000000000004 RDI: 0000000000000030 [ 3.322643] RBP: 0000000000000000 R08: 0000000000000000 R09: fffffbfff6558b88 [ 3.323181] R10: 0000000000000003 R11: 203a207972746e65 R12: 1ffff11000b07f15 [ 3.323707] R13: dffffc0000000000 R14: ffff888005989000 R15: ffff888005989068 [ 3.324185] FS: 000000001b6313c0(0000) GS:ffff88806d380000(0000) knlGS:0000000000000000 [ 3.325042] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.325545] CR2: 00000000004b4b40 CR3: 000000000248e000 CR4: 00000000000006f0 [ 3.326430] Call Trace: [ 3.326725] <TASK> [ 3.326927] ? die_addr+0x3c/0xa0 [ 3.327330] ? exc_general_protection+0x161/0x2a0 [ 3.327662] ? asm_exc_general_protection+0x26/0x30 [ 3.328214] ? vprintk_emit+0x15e/0x420 [ 3.328543] ? eg_cache_remove_entry+0xa5/0x470 [ 3.328910] ? eg_cache_remove_entry+0x9a/0x470 [ 3.329294] ? __pfx_eg_cache_remove_entry+0x10/0x10 [ 3.329664] ? console_unlock+0x107/0x1d0 [ 3.329946] ? __pfx_console_unlock+0x10/0x10 [ 3.330283] ? do_syscall_64+0xa6/0x1a0 [ 3.330584] ? entry_SYSCALL_64_after_hwframe+0x47/0x7f [ 3.331090] ? __pfx_prb_read_valid+0x10/0x10 [ 3.331395] ? down_trylock+0x52/0x80 [ 3.331703] ? vprintk_emit+0x15e/0x420 [ 3.331986] ? __pfx_vprintk_emit+0x10/0x10 [ 3.332279] ? down_trylock+0x52/0x80 [ 3.332527] ? _printk+0xbf/0x100 [ 3.332762] ? __pfx__printk+0x10/0x10 [ 3.333007] ? _raw_write_lock_irq+0x81/0xe0 [ 3.333284] ? __pfx__raw_write_lock_irq+0x10/0x10 [ 3.333614] msg_from_mpoad+0x1185/0x2750 [ 3.333893] ? __build_skb_around+0x27b/0x3a0 [ 3.334183] ? __pfx_msg_from_mpoad+0x10/0x10 [ 3.334501] ? __alloc_skb+0x1c0/0x310 [ 3.334809] ? __pfx___alloc_skb+0x10/0x10 [ 3.335283] ? _raw_spin_lock+0xe0/0xe0 [ 3.335632] ? finish_wait+0x8d/0x1e0 [ 3.335975] vcc_sendmsg+0x684/0xba0 [ 3.336250] ? __pfx_vcc_sendmsg+0x10/0x10 [ 3.336587] ? __pfx_autoremove_wake_function+0x10/0x10 [ 3.337056] ? fdget+0x176/0x3e0 [ 3.337348] __sys_sendto+0x4a2/0x510 [ 3.337663] ? __pfx___sys_sendto+0x10/0x10 [ 3.337969] ? ioctl_has_perm.constprop.0.isra.0+0x284/0x400 [ 3.338364] ? sock_ioctl+0x1bb/0x5a0 [ 3.338653] ? __rseq_handle_notify_resume+0x825/0xd20 [ 3.339017] ? __pfx_sock_ioctl+0x10/0x10 [ 3.339316] ? __pfx___rseq_handle_notify_resume+0x10/0x10 [ 3.339727] ? selinux_file_ioctl+0xa4/0x260 [ 3.340166] __x64_sys_sendto+0xe0/0x1c0 [ 3.340526] ? syscall_exit_to_user_mode+0x123/0x140 [ 3.340898] do_syscall_64+0xa6/0x1a0 [ 3.341170] entry_SYSCALL_64_after_hwframe+0x77/0x7f [ 3.341533] RIP: 0033:0x44a380 [ 3.341757] Code: 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c00 [ ---truncated---

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-W-2026-1118Dell PowerProtect Data Domain OS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain OS ausnutzen, um beliebigen Code auszuführen – sogar mit Root-Rechten –, um erweiterte Rechte zu erlangen – einschließlich Administratorrechte –, um Sicherheitsmaßnahmen zu umgehen, um Daten zu manipulieren, um vertrauliche Informationen offenzulegen oder um andere, nicht näher spezifizierte Angriffe durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2025-0831Linux Kernel: Schwachstelle ermöglicht Denial of Service

Ein Angreifer kann eine Schwachstelle in Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuführen.

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

d?id=CVE-2024-49935 Référence CVE CVE-2024-50067 https://www.cve.org/CVERecord?id=CVE-2024-50067 Référence CVE CVE-2024-50095 https://www.cve.org/CVERecord?id=CVE-2024-50095 Référence CVE CVE-2024-50196 https://www.cve.org/CVERecord?id=CVE-2024-50196 Référence CVE CVE-2024-53090 https://www.cve.org/CVERecord?id=CVE-2024-53090 Référence CVE CVE-2024-53218 https://www.cve.org/CVERecord?id=CVE-2024-53218 Référence CVE CVE-2024-58092 https://www.cve.org/CVERecord?id=CVE-2024-58092 Référence CVE CVE-2025-21729 https://www.cve.org/CVERecord?id=CVE-2025-21729 Référence CVE CVE-2025-21855 https://www.cve.org/CVERecord?id=CVE-2025-21855 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-58092 Référence CVE CVE-2025-21715 https://www.cve.org/CVERecord?id=CVE-2025-21715 Référence CVE CVE-2025-21722 https://www.cve.org/CVERecord?id=CVE-2025-21722 Référence CVE CVE-2025-21727 https://www.cve.org/CVERecord?id=CVE-2025-21727 Référence CVE CVE-2025-21729 https://www.cve.org/CVERecord?id=CVE-2025-21729 Référence CVE CVE-2025-21761 https://www.cve.org/CVERecord?id=CVE-2025-21761 Référence CVE CVE-2025-21791 https://www.cve.org/CVERecord?id=CVE-2025-21791 Référence CVE CVE-2025-21811 https://www.cve.org/CVERecord?id=CVE-2025-21811 Référence CVE CVE-2025-21855 https://www.cve.org/CVERecord?id=CVE-2025-21855 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

SN-7889-1 Bulletin de sécurité Ubuntu USN-7879-3 du 26 novembre 2025 https://ubuntu.com/security/notices/USN-7879-3 Bulletin de sécurité Ubuntu USN-7889-2 du 26 novembre 2025 https://ubuntu.com/security/notices/USN-7889-2 Bulletin de sécurité Ubuntu USN-7889-3 du 26 novembre 2025 https://ubuntu.com/security/notices/USN-7889-3 Référence CVE CVE-2023-53034 https://www.cve.org/CVERecord?id=CVE-2023-53034 Référence CVE CVE-2024-36331 https://www.cve.org/CVERecord?id=CVE-2024-36331 Référence CVE CVE-2024-58092 https://www.cve.org/CVERecord?id=CVE-2024-58092 Référence CVE CVE-2025-21729 https://www.cve.org/CVERecord?id=CVE-2025-21729 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-41006 Référence CVE CVE-2024-49924 https://www.cve.org/CVERecord?id=CVE-2024-49924 Référence CVE CVE-2024-50006 https://www.cve.org/CVERecord?id=CVE-2024-50006 Référence CVE CVE-2024-50299 https://www.cve.org/CVERecord?id=CVE-2024-50299 Référence CVE CVE-2024-53124 https://www.cve.org/CVERecord?id=CVE-2024-53124 Référence CVE CVE-2024-53150 https://www.cve.org/CVERecord?id=CVE-2024-53150 Référence CVE CVE-2024-56767 https://www.cve.org/CVERecord?id=CVE-2024-56767 Référence CVE CVE-2024-58092 https://www.cve.org/CVERecord?id=CVE-2024-58092 Référence CVE CVE-2025-21796 https://www.cve.org/CVERecord?id=CVE-2025-21796 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-36350 Référence CVE CVE-2024-36357 https://www.cve.org/CVERecord?id=CVE-2024-36357 Référence CVE CVE-2024-50006 https://www.cve.org/CVERecord?id=CVE-2024-50006 Référence CVE CVE-2024-50299 https://www.cve.org/CVERecord?id=CVE-2024-50299 Référence CVE CVE-2024-53124 https://www.cve.org/CVERecord?id=CVE-2024-53124 Référence CVE CVE-2024-53150 https://www.cve.org/CVERecord?id=CVE-2024-53150 Référence CVE CVE-2024-56767 https://www.cve.org/CVERecord?id=CVE-2024-56767 Référence CVE CVE-2024-58092 https://www.cve.org/CVERecord?id=CVE-2024-58092 Référence CVE CVE-2025-21796 https://www.cve.org/CVERecord?id=CVE-2025-21796 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-36350 Référence CVE CVE-2024-36357 https://www.cve.org/CVERecord?id=CVE-2024-36357 Référence CVE CVE-2024-38541 https://www.cve.org/CVERecord?id=CVE-2024-38541 Référence CVE CVE-2024-49924 https://www.cve.org/CVERecord?id=CVE-2024-49924 Référence CVE CVE-2024-49950 https://www.cve.org/CVERecord?id=CVE-2024-49950 Référence CVE CVE-2024-50073 https://www.cve.org/CVERecord?id=CVE-2024-50073 Référence CVE CVE-2024-57996 https://www.cve.org/CVERecord?id=CVE-2024-57996 Référence CVE CVE-2024-58092 https://www.cve.org/CVERecord?id=CVE-2024-58092 Référence CVE CVE-2025-21796 https://www.cve.org/CVERecord?id=CVE-2025-21796 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21994 Référence CVE CVE-2025-21996 https://www.cve.org/CVERecord?id=CVE-2025-21996 Référence CVE CVE-2025-21999 https://www.cve.org/CVERecord?id=CVE-2025-21999 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22005 https://www.cve.org/CVERecord?id=CVE-2025-22005 Référence CVE CVE-2025-22007 https://www.cve.org/CVERecord?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=CVE-2025-22035 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=CVE-2025-22045 Référence CVE CVE-2025-22050 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21994 Référence CVE CVE-2025-21996 https://www.cve.org/CVERecord?id=CVE-2025-21996 Référence CVE CVE-2025-21999 https://www.cve.org/CVERecord?id=CVE-2025-21999 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22005 https://www.cve.org/CVERecord?id=CVE-2025-22005 Référence CVE CVE-2025-22007 https://www.cve.org/CVERecord?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=CVE-2025-22035 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=CVE-2025-22045 Référence CVE CVE-2025-22050 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21994 Référence CVE CVE-2025-21996 https://www.cve.org/CVERecord?id=CVE-2025-21996 Référence CVE CVE-2025-21999 https://www.cve.org/CVERecord?id=CVE-2025-21999 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22005 https://www.cve.org/CVERecord?id=CVE-2025-22005 Référence CVE CVE-2025-22007 https://www.cve.org/CVERecord?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=CVE-2025-22035 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=CVE-2025-22045 Référence CVE CVE-2025-22050 https://www.cve.org/CVERecord?id=CVE-2025-22050 Référence CVE CVE-2025-22054 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21959 Référence CVE CVE-2025-21971 https://www.cve.org/CVERecord?id=CVE-2025-21971 Référence CVE CVE-2025-21991 https://www.cve.org/CVERecord?id=CVE-2025-21991 Référence CVE CVE-2025-21992 https://www.cve.org/CVERecord?id=CVE-2025-21992 Référence CVE CVE-2025-21993 https://www.cve.org/CVERecord?id=CVE-2025-21993 Référence CVE CVE-2025-21996 https://www.cve.org/CVERecord?id=CVE-2025-21996 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22005 https://www.cve.org/CVERecord?id=CVE-2025-22005 Référence CVE CVE-2025-22007 https://www.cve.org/CVERecord?id=CVE-2025-22007 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=CVE-2025-22035 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=CVE-2025-22045 Référence CVE CVE-2025-22054 https://www.cve.org/CVERecord?id=CVE-2025-22054 Référence CVE CVE-2025-22063 https://www.cve.org/CVERecord?id=CVE-2025-22063 Référence CVE CVE-2025-22071 https://www.cve.org/CVERecord?id=CVE-2025-22071 Référence CVE CVE-2025-22073 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22011 https://www.cve.org/CVERecord?id=CVE-2025-22011 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22022 https://www.cve.org/CVERecord?id=CVE-2025-22022 Référence CVE CVE-2025-22023 https://www.cve.org/CVERecord?id=CVE-2025-22023 Référence CVE CVE-2025-22024 https://www.cve.org/CVERecord?id=CVE-2025-22024 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22026 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22011 https://www.cve.org/CVERecord?id=CVE-2025-22011 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22019 https://www.cve.org/CVERecord?id=CVE-2025-22019 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22022 https://www.cve.org/CVERecord?id=CVE-2025-22022 Référence CVE CVE-2025-22023 https://www.cve.org/CVERecord?id=CVE-2025-22023 Référence CVE CVE-2025-22024 https://www.cve.org/CVERecord?id=CVE-2025-22024 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22026 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22028 https://www.cve.org/CVERecord?id=CVE-2025-22028 Référence CVE CVE-2025-22029 https://www.cve.org/CVERecord?id=CVE-2025-22029 Référence CVE CVE-2025-22030 https://www.cve.org/CVERecord?id=CVE-2025-22030 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22029 https://www.cve.org/CVERecord?id=CVE-2025-22029 Référence CVE CVE-2025-22030 https://www.cve.org/CVERecord?id=CVE-2025-22030 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22036 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21963 Référence CVE CVE-2025-21964 https://www.cve.org/CVERecord?id=CVE-2025-21964 Référence CVE CVE-2025-21980 https://www.cve.org/CVERecord?id=CVE-2025-21980 Référence CVE CVE-2025-21985 https://www.cve.org/CVERecord?id=CVE-2025-21985 Référence CVE CVE-2025-21999 https://www.cve.org/CVERecord?id=CVE-2025-21999 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22029 https://www.cve.org/CVERecord?id=CVE-2025-22029 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22036 https://www.cve.org/CVERecord?id=CVE-2025-22036 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22029 https://www.cve.org/CVERecord?id=CVE-2025-22029 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22036 https://www.cve.org/CVERecord?id=CVE-2025-22036 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-21997 Référence CVE CVE-2025-21999 https://www.cve.org/CVERecord?id=CVE-2025-21999 Référence CVE CVE-2025-22004 https://www.cve.org/CVERecord?id=CVE-2025-22004 Référence CVE CVE-2025-22005 https://www.cve.org/CVERecord?id=CVE-2025-22005 Référence CVE CVE-2025-22007 https://www.cve.org/CVERecord?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22021 https://www.cve.org/CVERecord?id=CVE-2025-22021 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22035 https://www.cve.org/CVERecord?id=CVE-2025-22035 Référence CVE CVE-2025-22038 https://www.cve.org/CVERecord?id=CVE-2025-22038 Référence CVE CVE-2025-22040 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2025-22007 Référence CVE CVE-2025-22008 https://www.cve.org/CVERecord?id=CVE-2025-22008 Référence CVE CVE-2025-22009 https://www.cve.org/CVERecord?id=CVE-2025-22009 Référence CVE CVE-2025-22010 https://www.cve.org/CVERecord?id=CVE-2025-22010 Référence CVE CVE-2025-22013 https://www.cve.org/CVERecord?id=CVE-2025-22013 Référence CVE CVE-2025-22014 https://www.cve.org/CVERecord?id=CVE-2025-22014 Référence CVE CVE-2025-22015 https://www.cve.org/CVERecord?id=CVE-2025-22015 Référence CVE CVE-2025-22016 https://www.cve.org/CVERecord?id=CVE-2025-22016 Référence CVE CVE-2025-22017 https://www.cve.org/CVERecord?id=CVE-2025-22017 Référence CVE CVE-2025-22018 https://www.cve.org/CVERecord?id=CVE-2025-22018 Référence CVE CVE-2025-22020 https://www.cve.org/CVERecord?id=CVE-2025-22020 Référence CVE CVE-2025-22025 https://www.cve.org/CVERecord?id=CVE-2025-22025 Référence CVE CVE-2025-22027 https://www.cve.org/CVERecord?id=CVE-2025-22027 Référence CVE CVE-2025-22029 https://www.cve.org/CVERecord?id=CVE-2025-22029 Référence CVE CVE-2025-22033 https://www.cve.org/CVERecord?id=CVE-2025-22033 Référence CVE CVE-2025-22036 https://www.cve.org/CVERecord?id=CVE-2025-22036 Référence CVE CVE-2025-22044 https://www.cve.org/CVERecord?id=CVE-2025-22044 Référence CVE CVE-2025-22045 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
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < ab92f51c7f53a08f1a686bfb80690ebb3672357d; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1505f9b720656b17865e4166ab002960162bf679; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d7f1e4a53a51cc6ba833afcb40439f18dab61c1f; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0ef6e49881b6b50ac454cb9d6501d009fdceb6fc; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 9da6b6340dbcf0f60ae3ec6a7d6438337c32518a; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 09691f367df44fe93255274d80a439f9bb3263fc; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 3c23bb2c894e9ef2727682f98c341b20f78c9013; 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 14c7aca5ba2740973de27c1bb8df77b4dcb6f775
Fixed
< 2.6.12; 5.4.292 ≤ 5.4.*; 5.10.236 ≤ 5.10.*; 5.15.180 ≤ 5.15.*; 6.1.133 ≤ 6.1.*; 6.6.86 ≤ 6.6.*; 6.12.22 ≤ 6.12.*; 6.13.10 ≤ 6.13.*
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 16 Apr 2025 · Last source change 11 May 2026, 21:11 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-2025-13636
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-2025-22018 · cve.blacktree.nl