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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-74563 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:

rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()

rds_tcp_laddr_check() looks up a scoped IPv6 interface with

dev_get_by_index_rcu(), drops the RCU read-side lock, and only then

passes the bare struct net_device * into ipv6_chk_addr().

dev_get_by_index_rcu() only keeps the device alive within the same RCU

read-side section. After rcu_read_unlock(), a concurrent RTM_DELLINK can

free the net_device; ipv6_chk_addr() then dereferences the stale pointer

in __ipv6_chk_addr_and_flags() (e.g. l3mdev_master_dev_rcu(dev)), reading

freed memory.

Keep the RCU read-side lock held across the ipv6_chk_addr() call instead

of dropping it right after the lookup, so the device cannot be freed

while it is in use.

BUG: KASAN: slab-use-after-free in __ipv6_chk_addr_and_flags (... net/ipv6/addrconf.c:1998)

Read of size 8 at addr ffff8880106ec000 by task exploit/153

Call Trace:

...

kasan_report (mm/k

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

CVE-2026-74563 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-74563?

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

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

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