Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-64162

idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()
Back to all
CVE

CVE-2026-64162

idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()

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

idpf: fix readdevclklock spinlock init in idpfptp_init()

In idpfptpinit(), readdevclk_lock is initialized after

ptpscheduleworker() had already been called (and after

idpfptpsettime64() could reach the lock). The PTP aux worker

fires immediately upon scheduling and can call into

idpfptpreadsrcclkregdirect(), which takes

spinlock(&ptp->readdevclklock) on an uninitialized lock, triggering

the lockdep "non-static key" warning:

[12973.796587] idpf 0000:83:00.0: Device HW Reset initiated

[12974.094507] INFO: trying to register non-static key.

...

[12974.097208] Call Trace:

[12974.097213]  <TASK>

[12974.097218]  dumpstacklvl+0x93/0xe0

[12974.097234]  registerlockclass+0x4c4/0x4e0

[12974.097249]  ? _lockacquire+0x427/0x2290

[12974.097259]  _lockacquire+0x98/0x2290

[12974.097272]  lock_acquire+0xc6/0x310

[12974.097281]  ? idpfptpreadsrcclk_reg+0xb7/0x150 [idpf]

[12974.097311]  ? lockdephardirqson_prepare+0xde/0x190

[12974.097318]  ? finishtaskswitch.isra.0+0xd2/0x350

[12974.097330]  ? _pfxptpauxkworker+0x10/0x10 [ptp]

[12974.097343]  rawspin_lock+0x30/0x40

[12974.097353]  ? idpfptpreadsrcclk_reg+0xb7/0x150 [idpf]

[12974.097373]  idpfptpreadsrcclk_reg+0xb7/0x150 [idpf]

[12974.097391]  ? kthreadworkerfn+0x88/0x3d0

[12974.097404]  ? kthreadworkerfn+0x4e/0x3d0

[12974.097411]  idpfptpupdatecachedphctime+0x26/0x120 [idpf]

[12974.097428]  ? rawspinunlockirq+0x28/0x50

[12974.097436]  idpfptpdoauxwork+0x15/0x20 [idpf]

[12974.097454]  ptpauxkworker+0x20/0x40 [ptp]

[12974.097464]  kthreadworkerfn+0xd5/0x3d0

[12974.097474]  ? _pfxkthreadworkerfn+0x10/0x10

[12974.097482]  kthread+0xf4/0x130

[12974.097489]  ? _pfxkthread+0x10/0x10

[12974.097498]  retfromfork+0x32c/0x410

[12974.097512]  ? _pfxkthread+0x10/0x10

[12974.097519]  retfromfork_asm+0x1a/0x30

[12974.097540]  </TASK>

Move the call to spinlockinit() up a bit to make sure readdevclk_lock

is not touched before it's been initialized.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/3122d70b7c0101d897fb795658a7b93f854935f2, https://git.kernel.org/stable/c/da4f76b6a84ede14a71282ef841768299ead0221, https://git.kernel.org/stable/c/eb5991d4c8ba2e8153dfcda3e66a9608377b7dce, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64162.json, https://nvd.nist.gov/vuln/detail/CVE-2026-64162, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00347%
EPSS Percentile
0.27606%
Introduced Version
5cb8805d2366b20ee4d7afff586d8acf17649330,6.16.0,6.19.0,0
Fix Available
da4f76b6a84ede14a71282ef841768299ead0221,6.18.34,7.0.11,7.0.0-28.28~24.04.1,7.0.0-1016.16~24.04.1,7.0.0-28.28.1~24.04.3

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading