Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74398

9.8 · CRITICAL
Published Aug 15, 2026 EPSS 0.51% (42th pctl)

Overview

CVE-2026-74398 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

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

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

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

is re-acquired after net_info_ratelimited(). A concurrent

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

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

addrconf_dad_failure() then overwrites DEAD with ERRDAD at errdad:

and schedules a new dad_work. The work calls ipv6_del_addr()

again, hitting the already-poisoned list entry:

general protection fault: 0000 [#1] SMP NOPTI

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

Workqueue: ipv6_addrconf addrconf_dad_work

RIP: 0010:ipv6_del_addr+0xe9/0x280

RAX: dead000000000122

Call Trace:

addrconf_dad_stop+0x113/0x140

addrconf_dad_work+0x28c/0x430

process_one_work+0x1eb/0x3b0

worker_thread+0x4d/0x400

kthread+0x104/0x140

ret_from_fork+0x35/0x

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74398?

CVE-2026-74398 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-74398?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-74398?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74398?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74398 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.