CVE-2026-43216

Source
https://cve.org/CVERecord?id=CVE-2026-43216
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43216.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-43216
Downstream
Published
2026-05-06T11:28:18.277Z
Modified
2026-05-28T03:52:52.294822747Z
Summary
net: Drop the lock in skb_may_tx_timestamp()
Details

In the Linux kernel, the following vulnerability has been resolved:

net: Drop the lock in skbmaytx_timestamp()

skbmaytxtimestamp() may acquire sock::skcallback_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 READONCE() to obtain the individual pointer. Add a matching WRITEONCE() where the pointer are cleared.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43216.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b245be1f4db1a0394e4b6eb66059814b46670ac3
Fixed
f3e4cceafad27c9363c33622732f86722846ec6f
Fixed
e4c6efb3b70ff87f1df99efce2f8893717695718
Fixed
983512f3a87fd8dc4c94dfa6b596b6e57df5aad7

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43216.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
6.18.16
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.6

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43216.json"