Skip to main content

Linux Kernel CVE-2026-43339

| EUVDEUVD-2026-28623 HIGH
Use After Free (CWE-416)
2026-05-08 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-4v8f-jwm3-5f44
7.8
CVSS 3.1 · NVD
Share

Severity by source

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

Primary rating from NVD.

CVSS VectorNVD

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

Lifecycle Timeline

5
Analysis Generated
May 11, 2026 - 08:25 vuln.today
CVSS changed
May 11, 2026 - 08:22 NVD
7.8 (HIGH)
Patch available
May 08, 2026 - 15:02 EUVD
CVE Published
May 08, 2026 - 14:16 nvd
HIGH 7.8
CVE Published
May 08, 2026 - 14:16 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

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

ipv6: prevent possible UaF in addrconf_permanent_addr()

The mentioned helper try to warn the user about an exceptional condition, but the message is delivered too late, accessing the ipv6 after its possible deletion.

Reorder the statement to avoid the possible UaF; while at it, place the warning outside the idev->lock as it needs no protection.

AnalysisAI

Local privilege escalation in Linux kernel IPv6 address configuration subsystem enables authenticated local users to gain high-level system access through a use-after-free (UaF) condition in addrconf_permanent_addr(). Patch available across all maintained stable kernel series (5.10.253, 5.15.203, 6.1.168, 6.6.134, 6.12.81, 6.18.22, 6.19.12, 7.0) with fixes backported from commit f1705ec197e7. EPSS score of 0.02% suggests minimal active exploitation likelihood, no KEV listing or public POC identified at time of analysis.

Technical ContextAI

The vulnerability resides in the IPv6 address configuration helper function addrconf_permanent_addr() within the Linux kernel's network stack. The race condition occurs when the function attempts to log a warning message about exceptional conditions but accesses the IPv6 device structure (idev) after the idev->lock has been released and the structure potentially freed. This represents a classic use-after-free vulnerability where memory access timing creates exploitable conditions. The fix reorders statement execution to emit warnings before releasing locks and potentially freeing memory, and moves the warning outside the protected critical section since warning delivery requires no lock protection. Multiple stable kernel branches from 4.6 onwards contain the vulnerable code path, with git commit f1705ec197e705b79ea40fe7a2cc5acfa1d3bfac introducing the issue.

RemediationAI

Upgrade to patched kernel versions: 5.10.253+ for 5.10.y LTS branch, 5.15.203+ for 5.15.y LTS, 6.1.168+ for 6.1.y LTS, 6.6.134+ for 6.6.y stable, 6.12.81+ for 6.12.y, 6.18.22+ for 6.18.y, 6.19.12+ for 6.19.y, or 7.0+ for mainline. Consult distribution-specific security advisories as downstream vendors (RHEL, Ubuntu, SUSE, Debian) may backport fixes with different version numbers. For systems unable to patch immediately, implement defense-in-depth by restricting local user access, enforcing strict user permission boundaries, and enabling kernel hardening features (SELinux, AppArmor, seccomp). Monitor for privilege escalation attempts via audit logging of syscall activity in IPv6 networking paths. Compensating controls provide minimal risk reduction since the vulnerability requires existing local access - no network-level firewall or service disablement mitigations apply. Container and virtualization environments should prioritize patching due to shared kernel attack surface across tenant boundaries. Kernel live-patching services (kpatch, kGraft, Ksplice) may provide zero-downtime fixes for enterprise deployments.

Vendor StatusVendor

SUSE

Severity: High
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

CVE-2026-43339 vulnerability details – vuln.today

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