CyberRota
← Ana sayfaya dön

CVE-2026-5265

MEDIUM · CVSS 6.5 EPSS %0.09

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T13:16:21.770 · Çekilme zamanı: 2026-05-24T12:01:04.200839+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-5265
Severity
MEDIUM
CVSS
6.5
EPSS
%0.09

Orijinal NVD Açıklaması

When generating an ICMP Destination Unreachable or Packet Too Big response, the handler copies a portion of the original packet into the ICMP error body using the IP header's self-declared total length (ip_tot_len for IPv4, ip6_plen for IPv6) without validating it against the actual packet buffer size. A VM can send a short packet with an inflated IP length field that triggers an ICMP error (e.g., by hitting a reject ACL), causing ovn-controller to read heap memory beyond the valid packet data and include it in the ICMP response sent back to the VM.