Linux Linux Kernel
CVE-2026-43216
In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skb_may_tx_timestamp() skb_may_tx_timestamp() may acquire sock::sk_callback_lock. The lock must not be taken in IRQ context, only softirq is okay. A few drivers receive the timestamp via a dedicated interrupt and complete the TX timestamp from that handler. This will lead to a deadlock if the lock is already write-locked on the same CPU. Taking the lock can be avoided. The socket (pointed by the skb) will remain valid until the skb is released. The ->sk_socket and ->file member will be set to NULL once the user closes the socket which may happen before the timestamp arrives. If we happen to observe the pointer while the socket is closing but before the pointer is set to NULL then we may use it because both pointer (and the file's cred member) are RCU freed. Drop the lock. Use READ_ONCE() to obtain the individual pointer. Add a matching WRITE_ONCE() where the pointer are cleared.
What this means for your business
- It affects Linux Kernel. It matters if your company, or a supplier that handles your data, runs it.
- An attacker can use it only with access to the machine itself, with an ordinary user login, and without anyone at your company clicking anything.
- FIRST's prediction model gives it a 0.1% chance of attack attempts being seen in the next 30 days, ranking above 3% of all known flaws.
What to do
- 1Check whether your company or your suppliers run Linux Kernel, and which version. The affected versions are listed further down this page.
- 2If you do, apply the vendor's fix. A patch or vendor advisory has been published.
Not sure if your company is exposed?
Fastnexa’s certified penetration testers can check whether attackers could use this flaw, or others like it, against your websites, apps and network. The full test is free for our first 10 founding clients until 31 December 2026.
Scoring
- CVSS
- 5.5 (v3.1)
- Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H- Weakness
- CWE-476
- Assigned by
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dates
- Published
- 2026-05-06
- Last modified
- 2026-09-08
- Sources
- NVD
Affected products
- Linux Linux Kernel4.0 - 6.18.16, 6.19 - 6.19.6, 7.0
As listed in the NVD configuration data. Not a statement about your estate.
References
- https://git.kernel.org/stable/c/3709d73ace37e9aaebb688f5a5cf706d74350b64
- https://git.kernel.org/stable/c/4839cbda8f13e99ce2bb3b593f5cc3288415684b
- https://git.kernel.org/stable/c/983512f3a87fd8dc4c94dfa6b596b6e57df5aad7
- https://git.kernel.org/stable/c/c770217044d9cbe16a1f7c385cf080ed06a2fc04
- https://git.kernel.org/stable/c/cd2463ec60f0d6e460078037c86f9d0947ee1ff6
- https://git.kernel.org/stable/c/cf7599116c4c0082fd25cb1bf0254631da0ed06e
- https://git.kernel.org/stable/c/e4c6efb3b70ff87f1df99efce2f8893717695718
- https://git.kernel.org/stable/c/f3e4cceafad27c9363c33622732f86722846ec6f
- https://cert-portal.siemens.com/productcert/html/ssa-019113.html