Skip to main content

Linux Kernel EUVDEUVD-2026-24899

| CVE-2026-31515 MEDIUM
NULL Pointer Dereference (CWE-476)
2026-04-22 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-9285-5jpf-mwr6
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
SUSE
MEDIUM
qualitative
Red Hat
5.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

7
Analysis Generated
Apr 28, 2026 - 16:22 vuln.today
CVSS changed
Apr 28, 2026 - 16:22 NVD
5.5 (MEDIUM)
Patch released
Apr 28, 2026 - 16:20 nvd
Patch available
Patch available
Apr 22, 2026 - 16:33 EUVD
EUVD ID Assigned
Apr 22, 2026 - 14:22 euvd
EUVD-2026-24899
Analysis Generated
Apr 22, 2026 - 14:22 vuln.today
CVE Published
Apr 22, 2026 - 14:16 nvd
MEDIUM 5.5

DescriptionNVD

In the Linux kernel, the following vulnerability has been resolved:

af_key: validate families in pfkey_send_migrate()

syzbot was able to trigger a crash in skb_put() [1]

Issue is that pfkey_send_migrate() does not check old/new families, and that set_ipsecrequest() @family argument was truncated, thus possibly overfilling the skb.

Validate families early, do not wait set_ipsecrequest().

[1]

skbuff: skb_over_panic: text:ffffffff8a752120 len:392 put:16 head:ffff88802a4ad040 data:ffff88802a4ad040 tail:0x188 end:0x180 dev:<NULL> kernel BUG at net/core/skbuff.c:214 ! Call Trace: <TASK> skb_over_panic net/core/skbuff.c:219 [inline] skb_put+0x159/0x210 net/core/skbuff.c:2655 skb_put_zero include/linux/skbuff.h:2788 [inline] set_ipsecrequest net/key/af_key.c:3532 [inline] pfkey_send_migrate+0x1270/0x2e50 net/key/af_key.c:3636 km_migrate+0x155/0x260 net/xfrm/xfrm_state.c:2848 xfrm_migrate+0x2140/0x2450 net/xfrm/xfrm_policy.c:4705 xfrm_do_migrate+0x8ff/0xaa0 net/xfrm/xfrm_user.c:3150

AnalysisAI

Denial of service in Linux kernel af_key module allows local authenticated attackers to crash the system via buffer overflow in pfkey_send_migrate() function. The vulnerability occurs because pfkey_send_migrate() fails to validate address family parameters before passing them to set_ipsecrequest(), causing truncation that overfills the socket buffer and triggers kernel panic in skb_put(). EPSS score of 0.02% indicates minimal real-world exploitation risk despite moderate CVSS severity.

Technical ContextAI

The vulnerability exists in the Linux kernel's af_key (address family key) subsystem, which implements IPsec key management via the PFKEY protocol (RFC 2367). The affected function pfkey_send_migrate() in net/key/af_key.c is responsible for handling IPsec policy migration events. The root cause is improper input validation: the function accepts user-controlled address family values (old_family and new_family parameters) without validation and passes them to set_ipsecrequest(), where the family parameter is truncated due to data type conversion. This causes the socket buffer allocation logic to miscalculate required space, leading to out-of-bounds writes detected by skb_put() bounds checking. CWE-476 (null pointer dereference) classification appears misaligned with the actual buffer overflow mechanism-the crash manifests as skb_over_panic, a buffer overflow condition rather than null dereference.

RemediationAI

Apply available vendor patches: update to Linux kernel 5.10.253, 5.15.203, 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, or 7.0 release versions or later depending on deployed stable branch. Patches are available via git.kernel.org stable commits (7b18692c59afb8e5c364c8e3ac01e51dd6b52028, 83f644ea92987c100b82d8481ae2230faeed3d34, and others listed in references). The fix adds address family validation in pfkey_send_migrate() before calling set_ipsecrequest(). For systems unable to update immediately, restrict unprivileged local user access to PFKEY sockets via mandatory access control (MAC) frameworks such as AppArmor or SELinux policies limiting net_admin capability or specific netlink socket access; note this may impact legitimate IPsec management tools if misconfigured. Monitor kernel logs for skb_over_panic messages as early warning indicators.

Vendor StatusVendor

SUSE

Severity: Medium
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed

Share

EUVD-2026-24899 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy