PatchSiren cyber security CVE debrief
CVE-2026-64162 Linux CVE debrief
A vulnerability was found in the Linux kernel. The idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init() vulnerability has been resolved. In idpf_ptp_init(), read_dev_clk_lock is initialized after ptp_schedule_worker() had already been called (and after idpf_ptp_settime64() could reach the lock). The PTP aux worker fires immediately upon scheduling and can call into idpf_ptp_read_src_clk_reg_direct(), which takes spin_lock(&ptp->read_dev_clk_lock) on an uninitialized lock, triggering the lockdep 'non-static key' warning. This vulnerability has been resolved by moving the call to spin_lock_init() up to ensure read_dev_clk_lock is initialized before it is touched.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-08-13
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-08-13
Who should care
Linux kernel users and administrators should be aware of this vulnerability and take recommended actions to mitigate potential risks. They should review and apply the provided patches, update their Linux kernel to the latest version, and monitor system logs for potential lockdep warnings. Additionally, they should assess their exposure to this vulnerability and prioritize remediation efforts accordingly.
Technical summary
The vulnerability is caused by the initialization of read_dev_clk_lock after ptp_schedule_worker() has been called. This can lead to a lockdep 'non-static key' warning when the PTP aux worker calls idpf_ptp_read_src_clk_reg_direct(). To fix this, the call to spin_lock_init() should be moved up to ensure read_dev_clk_lock is initialized before it is touched. The Linux kernel users should be aware of the potential risks associated with this vulnerability and take recommended actions to mitigate them.
Defensive priority
Medium
Recommended defensive actions
- Update the Linux kernel to the latest version
- Review and apply the provided patches
- Monitor system logs for potential lockdep warnings
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability has been resolved in the Linux kernel. The fix involves moving the call to spin_lock_init() up to ensure read_dev_clk_lock is initialized before it is touched. Users should update their Linux kernel to the latest version and review and apply the provided patches. The CVE record was published on 2026-07-19T16:17:58.213Z and has not been modified since then. The source item URL and NVD detail provide additional information about the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64162 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64162
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64162 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64162
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/3122d70b7c0101d897fb795658a7b93f854935f2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/da4f76b6a84ede14a71282ef841768299ead0221
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/eb5991d4c8ba2e8153dfcda3e66a9608377b7dce
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.