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

7.8 · HIGH
Published Jun 9, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46319 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 9, 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/sched: act_ct: Only release RCU read lock after ct_ft

When looking up a flow table in act_ct in tcf_ct_flow_table_get(),

rhashtable_lookup_fast() internally opens and closes an RCU read critical

section before returning ct_ft.

The tcf_ct_flow_table_cleanup_work() can complete before refcount_inc_not_zero()

is invoked on the returned ct_ft resulting in a UAF on the already freed ct_ft

object. This vulnerability can lead to privilege escalation.

Analysis from [email protected]:

When initializing act_ct, tcf_ct_init() is called, which internally triggers

tcf_ct_flow_table_get().

static int tcf_ct_flow_table_get(struct net *net, struct tcf_ct_params *params)

{

struct zones_ht_key key = { .net = net, .zone = params->zone };

struct tcf_ct_flow_table *ct_ft;

int err = -ENOMEM;

mutex_lock(&zones_mutex);

ct_ft = rhashtable_loo

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46319?

CVE-2026-46319 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46319?

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-46319?

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