CVE-2026-80993

Source
https://cve.org/CVERecord?id=CVE-2026-80993
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80993.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80993
Downstream
Published
2026-09-11T19:42:49Z
Modified
2026-09-13T03:47:09Z
Summary
net: phylink: correctly validate returned PCS in phylink_inband_caps
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80993.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
df874f9e52c340cc6f0a0014a97b778f67d46849
Fixed
b6b533f83461c3730875cf3ed5ff6362dcb67be9
Fixed
fb4d77553841ae85bed9b2cf03351c401e871d85
Fixed
f2849b1fd059ec9b3281b771e6ac5aad9feee851

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80993.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80993.json"