CVE-2026-80993
Last modified
CVE-2026-80993 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: phylink: correctly validate returned PCS in phylink_inband_caps In phylink_inband_caps(), the PCS returned by mac_select_pcs is only checked if NULL but mac_select_pcs can also return an error pointer. This can cause a kernel panic as phylink_pcs_inband_caps() only checks if passed PCS is not NULL and directly dereference ops from the phylink_pcs struct. Use the IS_ERR_OR_NULL macro to address both case where the returned PCS can be NULL or an error pointer and prevent a kernel panic..
Description
In the Linux kernel, the following vulnerability has been resolved: net: phylink: correctly validate returned PCS in phylink_inband_caps In phylink_inband_caps(), the PCS returned by mac_select_pcs is only checked if NULL but mac_select_pcs can also return an error pointer. This can cause a kernel panic as phylink_pcs_inband_caps() only checks if passed PCS is not NULL and directly dereference ops from the phylink_pcs struct. Use the IS_ERR_OR_NULL macro to address both case where the returned PCS can be NULL or an error pointer and prevent a kernel panic.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= df874f9e52c340cc6f0a0014a97b778f67d46849, < b6b533f83461c3730875cf3ed5ff6362dcb67be9; >= df874f9e52c340cc6f0a0014a97b778f67d46849, < fb4d77553841ae85bed9b2cf03351c401e871d85; >= df874f9e52c340cc6f0a0014a97b778f67d46849, < f2849b1fd059ec9b3281b771e6ac5aad9feee851 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80993?
How severe is CVE-2026-80993?
How do I fix CVE-2026-80993?
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-80987In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80988In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80989In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80990In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80991In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80992In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80994In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80995In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80996In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80997In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80998In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80999In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80993?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
