CVE-2026-43447
Last modified
CVE-2026-43447 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iavf: fix PTP use-after-free during reset Commit 7c01dbfc8a1c5f ("iavf: periodically cache PHC time") introduced a worker to cache PHC time, but failed to stop it during reset or disable. This creates a race condition where `iavf_reset_task()` or `iavf_disable_vf()` free adapter resources (AQ) while the worker is still running. If the worker triggers `iavf_queue_ptp_cmd()` during teardown, it accesses freed memory/locks, leading to a crash. Fix this by calling `iavf_ptp_release()` before tearing down the adapter. This ensures `ptp_clock_unregister()` synchronously cancels the worker and cleans up the chardev before the backing resources are destroyed.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iavf: fix PTP use-after-free during reset Commit 7c01dbfc8a1c5f ("iavf: periodically cache PHC time") introduced a worker to cache PHC time, but failed to stop it during reset or disable. This creates a race condition where `iavf_reset_task()` or `iavf_disable_vf()` free adapter resources (AQ) while the worker is still running. If the worker triggers `iavf_queue_ptp_cmd()` during teardown, it accesses freed memory/locks, leading to a crash. Fix this by calling `iavf_ptp_release()` before tearing down the adapter. This ensures `ptp_clock_unregister()` synchronously cancels the worker and cleans up the chardev before the backing resources are destroyed.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.15, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43447?
How severe is CVE-2026-43447?
How do I fix CVE-2026-43447?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43441In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43442In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43443In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43444In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43445In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43446In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43448In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43449In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-4345A maliciously crafted HTML payload, stored in a design name …7.1
- CVE-2026-43450In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43451In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43452In the Linux kernel, the following vulnerability has been re…8.2
Are you affected by CVE-2026-43447?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
