CyberRota
← Ana sayfaya dön

CVE-2026-63999

UNKNOWN · CVSS N/A

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-19T16:17:39.477 · Çekilme zamanı: 2026-07-20T12:07:03.857093+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-63999
Severity
UNKNOWN
CVSS
N/A
EPSS
Yok
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indir_table and hkey leak on get_rxfh failure rss_prepare_get() allocates the indirection table and hash key buffer via rss_get_data_alloc(), then calls ops->get_rxfh() to populate them. If get_rxfh() fails, the function returns an error without freeing the allocation.