CyberRota
← Ana sayfaya dön

CVE-2026-45967

MEDIUM · CVSS 5.5 EPSS %0.11

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:13.567 · Çekilme zamanı: 2026-06-25T12:11:18.173022+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-45967
Severity
MEDIUM
CVSS
5.5
EPSS
%0.11
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: bpf: Return proper address for non-zero offsets in insn array The map_direct_value_addr() function of the instruction array map incorrectly adds offset to the resulting address. This is a bug, because later the resolve_pseudo_ldimm64() function adds the offset. Fix it. Corresponding selftests are added in a consequent commit.