CyberRota
← Ana sayfaya dön

CVE-2026-43125

CRITICAL · CVSS 9.8 EPSS %0.06

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-06T12:16:29.450 · Çekilme zamanı: 2026-06-05T12:00:28.922159+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43125
Severity
CRITICAL
CVSS
9.8
EPSS
%0.06
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in dlm_search_rsb_tree The len parameter in dlm_dump_rsb_name() is not validated and comes from network messages. When it exceeds DLM_RESNAME_MAXLEN, it can cause out-of-bounds write in dlm_search_rsb_tree(). Add length validation to prevent potential buffer overflow.