PT-2026-90123 · Linux · Linux
CVE-2026-80993
·
Published
2026-09-11
·
Updated
2026-09-11
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux