CyberRota
← Ana sayfaya dön

CVE-2026-46198

HIGH · CVSS 8.8 EPSS %0.28

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-28T10:16:35.460 · Çekilme zamanı: 2026-06-27T06:04:50.357342+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46198
Severity
HIGH
CVSS
8.8
EPSS
%0.28
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buff_pos Fixing an integer overflow present in batadv_iv_ogm_send_to_if. The size check is done using the int type in batadv_iv_ogm_aggr_packet whereas the buff_pos variable uses the s16 type. This could lead to an out-of-bound read.