PULSE
LIVE16signals / 24h
FEED
ransomkairos reclama a Collge O'Sullivan de Québec · CA · Educationransomincransom reclama a Ali-Monde · US · Not Foundransomcoinbasecartel reclama a Caterpillar · US · Manufacturingransomanubis reclama a Bath Fitter · US · Consumer Servicesransomanubis reclama a Fairlife / Coca-Cola · US · Agriculture and Food Productionransomnova reclama a Jrd logistics · Transportation/Logisticsransomnova reclama a Rumah Sakit Universitas Indonesia (RSUI) · ID · Healthcareransomnova reclama a Universidad Nacional de Mar del Plata · AR · Educationransomcoinbasecartel reclama a Colliers Real Estate · US · Business Servicesransomakira reclama a McKeever , Varga & Senko · Business Servicesransomakira reclama a L&A Transport · Transportation/Logisticsransomnova reclama a Koplarla · ID · Not Foundransomqilin reclama a Bolt & Nut Manufacturing · GB · Manufacturingransomchaos reclama a wikoff.com · US · Business Servicesransomkairos reclama a Collge O'Sullivan de Québec · CA · Educationransomincransom reclama a Ali-Monde · US · Not Foundransomcoinbasecartel reclama a Caterpillar · US · Manufacturingransomanubis reclama a Bath Fitter · US · Consumer Servicesransomanubis reclama a Fairlife / Coca-Cola · US · Agriculture and Food Productionransomnova reclama a Jrd logistics · Transportation/Logisticsransomnova reclama a Rumah Sakit Universitas Indonesia (RSUI) · ID · Healthcareransomnova reclama a Universidad Nacional de Mar del Plata · AR · Educationransomcoinbasecartel reclama a Colliers Real Estate · US · Business Servicesransomakira reclama a McKeever , Varga & Senko · Business Servicesransomakira reclama a L&A Transport · Transportation/Logisticsransomnova reclama a Koplarla · ID · Not Foundransomqilin reclama a Bolt & Nut Manufacturing · GB · Manufacturingransomchaos reclama a wikoff.com · US · Business Services
← All CVEs
CVE WatchJul 19, 2026

CVE-2026-64120

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phy_reply_size In phy_pr

CVSS

No CVSS

EPSS

0.2%

p6

KEV

Exploit Today

2

0-100

Published: Jul 19, 2026 · Last modified: Jul 19, 2026

EPSS · 30d

Not enough EPSS history yet.

Technical description

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phy_reply_size In phy_prepare_data(), several strings such as 'name', 'drvname', 'upstream_sfp_name', and 'downstream_sfp_name' are allocated using kstrdup(). However, these allocations were not checked for failure. If kstrdup() fails for 'name', it returns NULL while the function continues. This leads to a kernel NULL pointer dereference and panic later in phy_reply_size() when it unconditionally calls strlen() on the NULL pointer. While other strings like 'upstream_sfp_name' might be checked before access in certain code paths, failing to handle these allocations consistently can lead to incomplete data reporting or hidden bugs. Fix this by adding proper NULL checks for all kstrdup() calls in phy_prepare_data() and implement a centralized error handling path using goto labels to ensure all previously allocated resources are freed on failure.

Official references
Related CVEs

No related CVEs by CWE or product.