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-74479

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-74479 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

net: pktgen: fix proc entry use-after-free

pktgen_change_name() replaces pkt_dev->entry while holding t->if_lock.

pktgen_remove_device() removes the same entry before

_rem_dev_from_if_list() takes that lock.

This allows the following interleaving:

CPU 0 (NETDEV_CHANGENAME) CPU 1 (kpktgend)

if_lock(t)

proc_remove(pkt_dev->entry)

proc_remove(pkt_dev->entry)

pkt_dev->entry = proc_create_data(...)

if_unlock(t)

The kthread can pass the stale proc_dir_entry to proc_remove() after the

rename path has freed it. A reproducer with a widened race window reports:

BUG: KASAN: slab-use-after-free in proc_remove+0x78/0x80

Read of size 8 at addr ffff8881478fea70 by task kpktgend_0/67

Call Trace:

proc_remove+0x78/0x80

pktgen_remove_device.isra.0+0x11c/0x4c0

pktgen_thread_worker+0x1214/0x6bc0

kthread+0x2c6/0x3b0

Allocated by task 95:

__proc_create+0x204/0x790

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-74479?

CVE-2026-74479 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-74479?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-74479?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74479 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.