boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-43216MEDIUM
Linux Linux — net: Drop the lock in skb_may_tx_timestamp()
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  N  N  H    5.5   .0013    2.9     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    b245be1f4db1a0394e4b6eb66059814b46670ac3 –  —
  Linux    4.0 –                                       5.10.261
TIMELINE
  May 1   Reserved by Linux
  May 6   Published (CNA: Linux)
  Jul 24  ENRICHED — CVE-2026-43216 (Linux). Received CVSS 5.5 and CPE data from NVD.
CWE-476 · CNA: Linux · CVSS v3.1 · 8 references · NVD status: Modified

Description

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
May 1, 2026ReservedReserved by Linux
May 6, 2026PublishedPublished (CNA: Linux)
July 24, 2026ENRICHEDENRICHED — CVE-2026-43216 (Linux). Received CVSS 5.5 and CPE data from NVD.

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinuxb245be1f4db1a0394e4b6eb66059814b46670ac3
LinuxLinux4.05.10.261

Weaknesses

CWE-476

References (8)

Related

Authoritative record: CVE-2026-43216 at cve.org

Vendors: linux

Weaknesses: CWE-476

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-43216 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.