CyberRota
← Ana sayfaya dön

CVE-2026-31478

CRITICAL · CVSS 9.8 EPSS %0.09

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-22T14:16:44.630 · Çekilme zamanı: 2026-05-22T12:28:29.792428+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-31478
Severity
CRITICAL
CVSS
9.8
EPSS
%0.09
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 "ksmbd: add support for read compound"), response buffer management was changed to use dynamic iov array. In the new design, smb2_calc_max_out_buf_len() expects the second argument (hdr2_len) to be the offset of ->Buffer field in the response structure, not a hardcoded magic number. Fix the remaining call sites to use the correct offsetof() value.