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

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

Overview

CVE-2026-68323 is a high-severity vulnerability. It was published on August 10, 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:

tipc: serialize udp bearer replicast list updates

tipc_udp_rcast_add() and cleanup_bearer() both update ub->rcast.list with

list_add_rcu() / list_del_rcu(), but nothing serializes them. The add runs

from the encap receive softirq (via tipc_udp_rcast_disc()) without

rtnl_lock(), so it can race the cleanup delete and corrupt the list:

list_del corruption. prev->next should be ffff8880298d7ab8,

but was ffff88802449ad38. (prev=ffff888027e3ec98)

kernel BUG at lib/list_debug.c:62!

RIP: __list_del_entry_valid_or_report+0x17a/0x200

Workqueue: events cleanup_bearer

Call Trace:

cleanup_bearer (net/tipc/udp_media.c:811)

process_one_work (kernel/workqueue.c:3302)

worker_thread (kernel/workqueue.c:3466)

The bearer can be enabled from an unprivileged user namespace, as the

TIPCv2 generic-netlink ops carry no GENL_ADMIN_PERM.

Add a spinlock to struct udp_bearer and take it around the list_add_rcu()

in tipc

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

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

How severe is CVE-2026-68323?

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

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

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