CVE-2026-97963
Last modified
CVE-2026-97963 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: stmmac: initialize ptp_lock at probe time priv->ptp_lock is only initialized in stmmac_ptp_register(), which runs during __stmmac_open(). However, the lock is also used while the interface is down and has never been opened: tc_taprio_configure() invokes the PTP gettime64() callback to compute the EST base time when offloading a TAPRIO schedule, and stmmac_get_time() takes priv->ptp_lock.
Description
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: initialize ptp_lock at probe time priv->ptp_lock is only initialized in stmmac_ptp_register(), which runs during __stmmac_open(). However, the lock is also used while the interface is down and has never been opened: tc_taprio_configure() invokes the PTP gettime64() callback to compute the EST base time when offloading a TAPRIO schedule, and stmmac_get_time() takes priv->ptp_lock. Using an uninitialized rwlock is undefined behaviour. Move the rwlock_init() to __stmmac_dvr_probe(), together with the other private locks, so that ptp_lock is always valid regardless of the interface state.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b60189e0392fa06348911077ef281eb2b1047b6a, < 420315413b29635de1d4ea4142e410e6465260f3; >= b60189e0392fa06348911077ef281eb2b1047b6a, < 25cc0096efba83b4e0e6fa50f03e9543b41e9d3d; >= b60189e0392fa06348911077ef281eb2b1047b6a, < b1986595cf827c38ff929e22fbc9ca8f76379306; >= b60189e0392fa06348911077ef281eb2b1047b6a, < 0338c68e22abd2ee509ec2e32508a50896618c32 |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97963?
How severe is CVE-2026-97963?
How do I fix CVE-2026-97963?
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-97958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97959In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9796A flaw was found in Keycloak. An authenticated administrator…6.5
- CVE-2026-97960In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97961In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97965In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97967In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97968In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97969In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97963?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
