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

7.5 · HIGH
Published Apr 3, 2026 linux CWE-667

Overview

CVE-2026-23419 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

net/rds: Fix circular locking dependency in rds_tcp_tune

syzbot reported a circular locking dependency in rds_tcp_tune() where

sk_net_refcnt_upgrade() is called while holding the socket lock:

======================================================

WARNING: possible circular locking dependency detected

======================================================

kworker/u10:8/15040 is trying to acquire lock:

ffffffff8e9aaf80 (fs_reclaim){+.+.}-{0:0},

at: __kmalloc_cache_noprof+0x4b/0x6f0

but task is already holding lock:

ffff88805a3c1ce0 (k-sk_lock-AF_INET6){+.+.}-{0:0},

at: rds_tcp_tune+0xd7/0x930

The issue occurs because sk_net_refcnt_upgrade() performs memory

allocation (via get_net_track() -> ref_tracker_alloc()) while the

socket lock is held, creating a circular dependency with fs_reclaim.

Fix this by moving sk_net_refcnt_upgrade() outside the socket lock

critical section. This is safe because the fields modified by

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.17.7, < 5.18 Affected

Frequently Asked Questions

What is CVE-2026-23419?

CVE-2026-23419 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-23419?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-23419?

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

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