CyberRota
← Ana sayfaya dön

CVE-2026-31612

HIGH · CVSS 7.5 EPSS %0.05

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T15:16:40.460 · Çekilme zamanı: 2026-05-24T12:01:07.348043+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-31612
Severity
HIGH
CVSS
7.5
EPSS
%0.05
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate EaNameLength in smb2_get_ea() smb2_get_ea() reads ea_req->EaNameLength from the client request and passes it directly to strncmp() as the comparison length without verifying that the length of the name really is the size of the input buffer received. Fix this up by properly checking the size of the name based on the value received and the overall size of the request, to prevent a later strncmp() call to use the length as a "trusted" size of the buffer. Without this check, uninitialized heap values might be slowly leaked to the client.