Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-74398

ipv6: addrconf: bail out of dad_failure when state is no longer POSTDAD
Back to all
CVE

CVE-2026-74398

ipv6: addrconf: bail out of dad_failure when state is no longer POSTDAD

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

ipv6: addrconf: bail out of dad_failure when state is no longer POSTDAD

addrconfdadfailure() transitions ifp->state from DAD to POSTDAD

via addrconfdadend(), which drops ifp->lock on return.  The lock

is re-acquired after netinforatelimited().  A concurrent

ipv6deladdr() can take the lock in that window, set ifp->state

to DEAD and run listdelrcu(&ifp->if_list).

addrconfdadfailure() then overwrites DEAD with ERRDAD at errdad:

and schedules a new dadwork.  The work calls ipv6del_addr()

again, hitting the already-poisoned list entry:

  general protection fault: 0000 [#1] SMP NOPTI

  CPU: 4 PID: 217 Comm: kworker/4:1

  Workqueue: ipv6addrconf addrconfdad_work

  RIP: 0010:ipv6deladdr+0xe9/0x280

  RAX: dead000000000122

  Call Trace:

   addrconfdadstop+0x113/0x140

   addrconfdadwork+0x28c/0x430

   processonework+0x1eb/0x3b0

   worker_thread+0x4d/0x400

   kthread+0x104/0x140

   retfromfork+0x35/0x40

Fold the addrconfdadend() logic into addrconfdadfailure() under

a single ifp->lock critical section.  The STABLE_PRIVACY branch

temporarily drops ifp->lock around address regeneration, so at

lock_errdad: verify the state is still POSTDAD before transitioning

to ERRDAD; bail out otherwise to avoid overwriting a state set by

another path while the lock was released.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/3bdc86d89fd6c6523753fa6f42fcfaf30ee699cb, https://git.kernel.org/stable/c/47b05836705b63dab93d9ac7c69a3a507375ef80, https://git.kernel.org/stable/c/627ac78f2741e2ebd2225e2e953b6964a8a9182f, https://git.kernel.org/stable/c/875c284c0f98b042bb97abad460f63a24c977f88, https://git.kernel.org/stable/c/8ed0ce9ea58d677d1bac92614ee5f60f8ea57363, https://git.kernel.org/stable/c/b61af0268e3d1308c466bf0be5dced844eafc1ef, https://git.kernel.org/stable/c/d21be7d051012c6b572fa4e3334443c250216f7b, https://git.kernel.org/stable/c/e889aa99ad3ed48bb0ddcff6475b17542532d18b, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74398.json, https://nvd.nist.gov/vuln/detail/CVE-2026-74398, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00514%
EPSS Percentile
0.41569%
Introduced Version
c15b1ccadb323ea50023e8f1cca2954129a62b51,0,3.10.105,3.14.0,5.11.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0
Fix Available
627ac78f2741e2ebd2225e2e953b6964a8a9182f,3.11,5.10.261,5.15.212,6.1.178,6.6.145,6.12.97,6.18.40,7.1.5,6.1.180-1,5.10.262-1,6.12.100-1,0:5.15.213-150.251.amzn2,0:1.0-0.amzn2

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading