CVE-2026-23118
Last modified
CVE-2026-23118 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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.. EPSS estimates a 0.09% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.17, < 6.12.69 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.8 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23118?
How severe is CVE-2026-23118?
How do I fix CVE-2026-23118?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23112In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-23113In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23114In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23115In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23116In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23117In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23119In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2312The Media Library Folders plugin for WordPress is vulnerable…4.3
- CVE-2026-23120In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23121In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23122In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23123In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23118?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
