CVE-2026-80991
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: net: ravb: serialize PTP clock teardown ravb_ptp_interrupt() can race with ravb_ptp_stop() and pass the clock to ptp_clock_event() while ptp_clock_unregister() is freeing it. This can lead to a use-after-free. Use READ_ONCE() and WRITE_ONCE() for lockless access to the clock pointer. Atomically detach it with xchg() before disabling PTP interrupts, then synchronize all IRQs which can invoke ravb_ptp_interrupt() before unregistering the detached clock. A handler which read the old pointer completes before the clock is unregistered, while later handlers read NULL and skip the event.
EPSS 0.16% · 5.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | a0d2f20650e81407d8e51ad2cbdc492861c74e9c, a0d2f20650e81407d8e51ad2cbdc492861c74e9c, a0d2f20650e81407d8e51ad2cbdc492861c74e9c |
| Linux | Linux | 4.2, 0, 6.12.109 |
| Linux | Linux | 7.3-rc1, a0d2f20650e81407d8e51ad2cbdc492861c74e9c, a0d2f20650e81407d8e51ad2cbdc492861c74e9c |
| linux | linux_kernel | 4.2, 4.2, 4.2 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 13, 2026 CVE Updated