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.
Published: 2026-09-11
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service (Kernel Panic)
Action: Apply Patch
AI Analysis

Impact

The vulnerability lies in the Linux kernel's net: phylink subsystem, where the function phylink_inband_caps() fails to properly validate the pointer returned by mac_select_pcs. The pointer may be NULL or an error pointer, yet the code only checks for NULL before dereferencing, leading to a kernel crash through a NULL pointer dereference (CWE‑476). This results in a denial of service because the kernel panics and stops servicing requests until reboot.

Affected Systems

All Linux kernels built with the phylink driver before the included patch are affected. No specific version range is provided, so the fix applies to all older releases that have not been updated to include the proper error pointer validation.

Risk and Exploitability

The CVSS score of 4.1 indicates low to moderate impact; no EPSS data is available, and the flaw is not listed in the CISA KEV catalog. The exploit path requires privileged kernel execution or a local vulnerability exploitation that can execute kernel code. The likely attack vector is local or via code execution inside the kernel rather than through a network service. Even though the vulnerability can cause a system crash, its exploitability does not provide a remote or stealthy foothold and thus is considered low risk in terms of threat exposure.

Generated by OpenCVE AI on September 12, 2026 at 01:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update from the vendor that incorporates the correct phylink_inband_caps() validation fix.
  • If an immediate kernel upgrade is not possible, disable or avoid using the phylink inband capability until the patch can be applied—this can be done by modifying kernel configuration or network settings to prevent the code path from executing.
  • Employ a system watchdog or automated reboot policy to recover from any unexpected kernel panics caused by the flaw, minimizing downtime while awaiting a permanent fix.

Generated by OpenCVE AI on September 12, 2026 at 01:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
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.
Title net: phylink: correctly validate returned PCS in phylink_inband_caps
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:42:49.521Z

Reserved: 2026-08-26T14:34:25.812Z

Link: CVE-2026-80993

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:06.237

Modified: 2026-09-11T20:19:06.237

Link: CVE-2026-80993

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-11T19:42:49Z

Links: CVE-2026-80993 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T02:00:07Z

Weaknesses