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

4.7 · MEDIUM
Published Feb 14, 2026 linux CWE-362 EPSS 0.09% (0th pctl)

Overview

CVE-2026-23118 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

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

rxrpc: Fix data-race warning and potential load/store tearing

Fix the following:

BUG: KCSAN: data-race in rxrpc_peer_keepalive_worker / rxrpc_send_data_packet

which is reporting an issue with the reads and writes to ->last_tx_at in:

conn->peer->last_tx_at = ktime_get_seconds();

and:

keepalive_at = peer->last_tx_at + RXRPC_KEEPALIVE_TIME;

The lockless accesses to these to values aren't actually a problem as the

read only needs an approximate time of last transmission for the purposes

of deciding whether or not the transmission of a keepalive packet is

warranted yet.

Also, as ->last_tx_at is a 64-bit value, tearing can occur on a 32-bit

arch.

Fix both of these by switching to an unsigned int for ->last_tx_at and only

storing the LSW of the time64_t. It can then be reconstructed at need

provided no more than 68 years has elapsed since the last transmission.

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 >= 4.17, < 6.12.69 Affected

Frequently Asked Questions

What is CVE-2026-23118?

CVE-2026-23118 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-23118?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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-23118?

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

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